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

Latest commit

 

History

History
334 lines (188 loc) · 7.5 KB

File metadata and controls

334 lines (188 loc) · 7.5 KB

Changelog

v3.1

  • Marked the bundle as DEPRECATED (03/11/2025)

v3.0.3

  • Removed use ofc975L/IncludeLibraryBundle (09/03/2025)

v3.0.2

  • Removed use of spaceless as deprecated (10/01/2025)

v3.0.1

  • Corrected composer.json (22/01/2024)

v3.0

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

Upgrading from v2.x? Check UPGRADE.md

v2.0.2

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

v2.0.1

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

v2.0

  • Changed compatibility to PHP 8 (25/07/2022)

Upgrading from v1.x? Check UPGRADE.md

v1.14.1

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

v1.14

  • Removed composer require security-bundle (24/07/2022)

v1.13

  • Changed composer version constraints (24/07/2022)

v1.12.3

  • Corrected file path to check dashboards (08/10/2021)

v1.12.2

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

v1.12.1

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

v1.12

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

v1.11.1

  • Cosmetic changes due to Codacy review (05/03/2020)
  • Removed switch function to reduce Cyclomatic complexity (05/03/2020)

v1.11

  • Removed use of symplify/easy-coding-standard as abandonned (19/02/2020)

v1.10.1

  • Removed ShareButtons as available dashboard (04/12/2019)

v1.10

  • Added color variable for button and button_text to colorize icon and text (11/09/2019)
  • Added "" for href link (11/09/2019)
  • Added buttons: comment, home, share, signin, spam, validate (11/09/2019)
  • Modified icon for renew (11/09/2019)

v1.9.2

  • Added ShareButtons as available dashboard (07/08/2019)

v1.9.1.1

  • Re-updated README.md (06/08/2019)

v1.9.1

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

v1.9

  • Made use of apply spaceless (05/08/2019)

v1.8.16

  • Added renew button (05/08/2019)

v1.8.15.1

  • Added default value for toolbar alignment (05/08/2019)
  • Updated README.md (05/08/2019)

v1.8.15

  • Added possibility to change style with button text (14/07/2019)
  • Added possibility to change the alignment for a toolbar (14/07/2019)

v1.8.14.2

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

v1.8.14.1

  • Corrected button style that was not takien into account (21/03/2019)

v1.8.14

  • Made use of Twig namespace (11/03/2019)
  • Added possibility of null style (11/03/2019)
  • Added "c975l/config-bundle" as a dependency (11/03/2019)

v1.8.13.1

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

v1.8.13

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

v1.8.12

  • Added missing use (25/12/2018)

v1.8.11

  • Added info to README.md (29/10/2018)
  • Added rector to composer dev part (23/12/2018)
  • Modified required versions in composer (23/12/2018)

v1.8.10

  • Added buttons (29/10/2018)

v1.8.9.1

  • Added missing labels (28/10/2018)

v1.8.9

  • Added add_role and delete_role buttons (28/10/2018)

v1.8.8

  • Made delete button as 'danger' instead of 'warning' (03/09/2018)

v1.8.7

  • Updated composer.json (01/09/2018)
  • Added dashboard for c975L/SiteBundle (02/09/2018)

v1.8.6

  • Changed ToolbarDashboards to use c975L/ConfigBundle (31/08/2018)
  • Removed un-needed declaration in Configuration class (31/08/2018)

v1.8.5

  • Removed 'parameters' data and replaced by 'config' (28/08/2018)
  • Added 'contactform' as available dashboard (30/08/2018)

v1.8.4.2

  • Added 'config' button (27/08/2018)

v1.8.4.1

  • Removed css margin for toolbar_button_text() (25/08/2018)

v1.8.4

  • Created ToolbarService + Interface (25/08/2018)
  • Added Twig extension ToolbarButtonText (25/08/2018)
  • Improved README.md (25/08/2018)
  • Added size to toolbar_button() [BC-Break for button defining specific label and/or style] (25/08/2018)
  • Added 'copy_code' and 'parameters' buttons (25/08/2018)
  • Updated documentation (25/08/2018)

v1.8.3.2

  • Added link to BuyMeCoffee (22/08/2018)
  • Added link to apidoc (22/08/2018)
  • Added documentation (22/08/2018)
  • Removed FQCN (22/08/2018)

v1.8.3.1

  • Added label.create (02/08/2018)

v1.8.3

  • Added create case for button (02/08/2018)

v1.8.2.3

  • Corrected cancel button to be more in "best practices" (26/05/2018)

v1.8.2.2

  • Removed required in composer.json (22/05/2018)

v1.8.2.1

  • Removed sop from available dashboards as not available yet (19/05/2018)

v1.8.2

  • Added information in README.md about calling from controller (13/05/2018)
  • Added pdf button (13/05/2018)

v1.8.1

  • Modified icon for credits to be the same as for c975LPurchaseCredits (13/05/2018)

v1.8

  • Added possibility to create toolbars for anything wanted, not only for bundles developped by 975L.com :-) (13/05/2018)
  • Removed inline style for toolbar and added css class toolbar (13/05/2018)
  • Moved button.html.twig to views folder (13/05/2018)
  • Renamed label to button in Twig extension ToolbarButton (13/05/2018)
  • Added label in Twig extension ToolbarButton (so it's use is not the same as before, see line above) to allow specifying another label for button (13/05/2018)
  • Renamed route to link in Twig extension ToolbarButton (13/05/2018)
  • Added multiples buttons (13/05/2018)
  • Removed Controller as not used anymore (13/05/2018)
  • Removed ToolbarRouteExists as not used anymore (13/05/2018)

v1.7.2

  • Added c975LExceptionCheckerBundle (15/04/2018)

v1.7.1

  • Added c975LPurchaseCreditsBundle (20/03/2018)
  • Modified button.html.twig to receive the full name of the icon (20/03/2018)

v1.7

  • Added 'is_safe' to Twig extension ToolbarButton to remove "|raw" on each call (01/03/2018)

v1.6.2

  • Added margin-bottom to toolbar (27/02/2018)

v1.6.1

  • Changed logo for current dashboard (26/02/2018)

v1.6

  • Abandoned Glyphicon and replaced by fontawesome (22/02/2018)
  • Renamed Twig function name from 'route_exists' to 'toolbar_route_exists' (22/02/2018)
  • Added Twig extension to display button easily (22/02/2018)
  • Removed help form default toolbar as it was displayed even on the help page without possibilities to test current route in Twig (22/02/2018)
  • Added test to check if other dashboards are available to user, in order to not display dashboards button if not (22/02/2018)

v1.5

  • Added check against roleNeeded config value for each dashboard before adding it to the toolbar (20/02/2018)
  • Removed signoutRoute as managed via c975L\UserBundle (20/02/2018)

v1.4.3

  • Added label.validate to translations (19/02/2018)

v1.4.2

  • Corrected translation for Gift-Voucher dashboard (18/02/2018)

v1.4.1

  • Added events to toolbar dashboards available (18/02/2018)
  • Added suppression of '-' in dashboards names (18/02/2018)

v1.4

  • Removed dashboards parameter to get the data directly from the vendor folder (17/02/2018)

v1.3.1

  • Add of translation for c975L/EmailBundle (05/02/2018)
  • Modified label for userfiles (05/02/2018)

v1.3

  • Add a Twig function to check if a Route exists (05/02/2018)
  • Add a test to check if help Route exists (05/02/2018)

v1.2.3

  • Update README.md (04/02/2018)

v1.2.2

  • Rename products to dashboards (04/02/2018)

v1.2.1

  • Remove of mention of dashboardRoute in README.md (04/02/2018)

v1.2

  • Move the list of products at he end of the toolbar (04/02/2018)
  • Remove of the button dashboard as set in the products (04/02/2018)
  • Add the link to the current product dashboard at the beginning of the toolbar (04/02/2018)

v1.1.1

  • Add support in composer.json+ use of ^ for versions request (04/02/2018)

v1.1

  • Add of system files (04/02/2018)

v1.0

  • Creation of bundle (04/02/2018)