Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Latest commit

 

History

History
223 lines (120 loc) · 4.39 KB

File metadata and controls

223 lines (120 loc) · 4.39 KB

Changelog

v4.2.4

  • Added ? to avoid deprecation (09/03/2025)

v4.2.3

  • Modified Twig extension AssetExists to take into account folder assets (10/10/2024)

v4.2.2

  • Changed DependencyInjection Extension (10/09/2024)

v4.2.1

  • Changed frequency for Backup email to once a week( monday) (25/03/2024)

v4.2

  • Added Twig Extension AssetExists() (09/03/2024)

v4.1

  • Removed use of dompdf (23/02/2024)

v4.0

  • Changed to new recomended bundle SF 7 structure (15/01/2024)

Upgrading from v3.x? Check UPGRADE.md

v3.0.4

  • Added TreeBuilder return type (29/05/2023)

v3.0.3

  • Added missing return type (06/04/2023)

v3.0.2

  • Corrected call of composer2 install (27/07/2022)

v3.0.1

  • Modified call of composer2 install (27/07/2022)

v3.0

  • Corrected use of container (25/07/2022)
  • Changed compatibility to PHP 8 (25/07/2022)

Upgrading from v2.x? Check UPGRADE.md

v2.0.2

  • Suppressed use of container (24/07/2022)

v2.0.1

  • Corrected security-bundle (24/07/2022)

v2.0

  • Changed compatibility to Symfony 6 (24/07/2022)
  • Corrected script to use branch main instead of master (24/07/2022)

Upgrading from v1.x? Check UPGRADE.md

v1.9.3

  • Corrected folder path for SF > 3 (08/10/2021)

v1.9.2

  • Corrected ServiceUser to check wether token is NOT null (20/09/2021)

v1.9.1

  • Replaced kernel.root_dir by kernel.project_dir (03/09/2021)

v1.9

  • Changed Symfony\Component\Translation\TranslatorInterface to Symfony\Contracts\Translation\TranslatorInterface (03/09/2021)

v1.8.1

  • Removed twig/extensions (03/09/2021)

v1.8

  • Removed versions constraints in composer (03/09/2021)

v1.7.1

  • Cosmetic changes due to Codacy review (05/03/2020)

v1.7

  • Added possibility to specify an exclude file for BackupFolders.sh (24/02/2020)

v1.6.3

  • Modified GitHookPostUpdate.sh to add dump-env and made use of --optimize-autoloader (07/10/2019)

v1.6.2

  • Added possibility to rotate image (12/08/2019)

v1.6.1

  • Updated README.md (12/08/2019)

v1.6

  • Added posiibility to resize image in square format (11/08/2019)
  • Added possibility to add a stamp in the image resized (11/08/2019)

v1.5

  • Added Twig Extension TemplateExists (09/08/2019)
  • Added dependency for c975L/ConfigBundle (09/08/2019)

v1.4

  • Added script to import SQL file to server (07/08/2019)
  • Added list of known bots (07/08/2019)
  • Added list of known file extensions (07/08/2019)

v1.3

  • Made use of git reset --hard origin/master to force overwrite of local changes (03/08/2019)

v1.2.9

  • Added getPdfFilePath() to return the url instead of the content (15/07/2019)

v1.2.8

  • Added Twig function to check if a Route exists (14/07/2019)

v1.2.7

  • Removed ">>>" echoed in email to avoid having indentation (02/07/2019)

v1.2.6.3

  • Changed Github's author reference url (08/04/2019)

v1.2.6.2

  • Added example to resize image in README.md (19/03/2019)

v1.2.6.1

  • Modified Dependencyinjection rootNode to be not empty (13/02/2019)

v1.2.6

  • Corrected BackupCleaning.sh (08/02/2019)
  • Modified behaviour of sent email, for Backup scripts, to sum up the actions (08/02/2019)

v1.2.5

  • Modified the BackupFolders.sh for complete backup to occur on week day instead of month day (31/01/2019)
  • Corrected Scripts for sending email (07/02/2019)
  • Added 2>/dev/null for tar actions to avoid messages in email sent (08/02/2019)

v1.2.4

  • Corrected cleaning for bash scripts (18/01/2019)

v1.2.3

  • Modified date formats in scripts (17/01/2019)
  • Added duration for backup (17/01/2019)
  • Modified message sent in email (17/01/2019)

v1.2.2

  • Corrected BackupCommon.sh (17/01/2019)
  • Corrected BackupMySql.sh (17/01/2019)
  • Added dump of whole database in BackupMySql.sh (17/01/2019)

v1.2.1

  • Updated composer.json (15/01/2019)

v1.2

  • Added .sh scripts (14/01/2019)

v1.1.4

  • Modified required versions in composer.json (25/12/2018)

v1.1.3

  • Added rector to composer dev part (23/12/2018)
  • Modified required versions in composer (23/12/2018)

v1.1.2

  • Updated composer.json (01/09/2018)
  • Added check for null !== Request in case called from Command (02/09/2018)

v1.1.1

  • Updated README.md (26/08/2018)
  • Added possibility to create a flash without translation domain (27/08/2018)

v1.1

  • Added core files (26/08/2018)

v1.0.1

  • Corrected name in composer.json (26/08/2018)

v1.0

  • Creation of bundle (26/08/2018)