Skip to content

Latest commit

 

History

History
211 lines (166 loc) · 13.4 KB

CHANGELOG.md

File metadata and controls

211 lines (166 loc) · 13.4 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

3.2.0 - 2023-12-07

Added

Fixed

  • [#598] Passing an empty string as argument 1 to \DateTimeZone at DateTimeFormatter::getDatetime() (@phansys)

3.1.0 - 2023-04-25

Removed

3.0.2 - 2022-10-05

Fixed

  • [#565] Use the sonata_intl.locale or kernel.default_locale when no locale are provided. (@VincentLanglet)

3.0.1 - 2022-09-27

Fixed

3.0.0 - 2022-08-16

Added

  • [#547] Added support for symfony/translation-contracts ^3 (@AirBair)

3.0.0-alpha-2 - 2022-08-07

Fixed

  • [#542] Add missing kernel.local_aware dependency injection container tags for definitions that implement symfony's LocaleAwareInterface. (@temp)

3.0.0-alpha-1 - 2022-08-07

Added

2.14.1 - 2022-10-05

Fixed

  • [#565] Use the sonata_intl.locale or kernel.default_locale when no locale are provided. (@VincentLanglet)

2.14.0 - 2022-08-16

Added

  • [#547] Added support for symfony/translation-contracts ^3 (@AirBair)

2.13.1 - 2022-08-09

Fixed

  • [#542] Add missing kernel.local_aware dependency injection container tags for definitions that implement symfony's LocaleAwareInterface. (@temp)

2.13.0 - 2022-08-05

Changed

  • [#520] Make Symfony/Templating Component optional (@Hanmac)

Deprecated

  • [#520] Deprecated the Templating\Helper classes (@Hanmac)
  • [#520] Deprecated the use of the Templating\Helper classes inside the Twig Runtime and Extensions (@Hanmac)
  • [#520] Deprecated uses of LocaleDetectorInterface in favor of Symfony\Contracts\Translation\LocaleAwareInterface (@Hanmac)

Removed

2.12.1 - 2022-04-11

Fixed

2.12.0 - 2022-04-09

Added

Deprecated

2.11.2 - 2021-11-20

Fixed

  • [#488] Correctly default to the kernel default locale when no locale is provided. (@VincentLanglet)

2.11.1 - 2021-11-06

Fixed

2.11.0 - 2021-11-06

Added

2.10.2 - 2021-08-05

Fixed

  • [#430] Fixed NumberFormatter::format(): Argument #1 ($num) must be of type int|float, string given. (@nocive)

2.10.1 - 2021-02-15

Changed

  • [#397] Use existing get_admin_template twig method to get parent templates (@toooni)

Fixed

  • [#397] Fixes compatibility with the 4.x branch of SonataAdminBundle (@toooni)

2.10.0 - 2020-12-01

Added

2.9.0 - 2020-08-09

Added

2.8.0 - 2020-07-30

Added

Changed

  • [#282] Bump SF to 4.4 (@bmaziere)
  • [#279] Do not resolve the kernel.default_locale parameter when configuring the locale in the bundle extension. (@fancyweb)

Deprecated

  • [#300] Deprecated timezone inference based on Sonata\UserBundle\Model\User::getTimezone(). (@phansys)

Fixed

  • [#304] Fixed exception thrown when calling self::expectDeprecation() from the test suite. (@phansys)

Removed

2.7.0 - 2019-08-08

Fixed

  • Restore backward compatibility by accepting currency values represented as string.
  • deprecation notice about using namespaced classes from \Twig\

Changed

  • Bumped "twig/twig" dependency to "^2.9";
  • Changed usages of {% spaceless %} tag, which is deprecated as of Twig 1.38 with {% apply spaceless %} filter;
  • Changed the rendering for the audit revision timestamp in order to use <time> tags, which print the dates in UTC using datetime and title attributes, allowing to view the UTC date with the default browser tooltip.

2.6.0 - 2019-05-02

Fixed

  • Fix deprecation for symfony/config 4.2+

Changed

  • Changed the rendering for date, datetime and time properties in order to use <time> tags, which print the dates in UTC using datetime and title attributes, allowing to view the UTC date with the default browser tooltip.

Removed

  • support for php 5 and php 7.0

2.5.0 - 2018-06-16

Added

  • Improved autowiring support for templating helpers

2.4.1 - 2018-05-05

Fixed

  • Compatibilty with Symfony 4: services are now public

Changed

  • All templates references are updated to twig namespaced syntax

2.4.0 - 2017-11-30

Removed

  • support for old versions of php and Symfony

Fixed

  • It is now allowed to install Symfony 4

2.3.2 - 2017-09-14

Added

  • Added compatiblity with SonataUserBundle 4

2.3.1 - 2017-06-27

Fixed

  • Deprecated fixed strict service parameter usage

2.3.0 - 2017-01-17

Added

  • Added support for \DateTimeImmutable
  • Compatibility with Twig 2.0