Skip to content

Releases: willdurand/BazingaJsTranslationBundle

6.1.0 (polyfill.io vulnerability)

02 Aug 14:33
f6af94f
Compare
Choose a tag to compare

What's Changed

New Contributors

Thanks @karion @tacman and @stof for helping this release.

Full Changelog: 6.0.0...6.1.0

Symfony 7.0 support

18 Dec 18:28
11e717d
Compare
Choose a tag to compare

What's Changed

  • Add support for Symfony 7 by @stof in #348
  • Remove 'app' from DumpCommand path by @mfadul24 in #345
  • Fix the branch alias for the master branch by @stof in #350

New Contributors

Full Changelog: 5.1.0...6.0.0

Symfony 6.3 support

04 Jul 13:18
820a1fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...5.1.0

Symfony 6 support

17 Dec 16:55
811fff5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.2...5.0.0

4.0.2 (2021-08-04)

04 Aug 14:52
6cbaa47
Compare
Choose a tag to compare

Added: Github action support (#309)

Fixed: Fixed: Fix get_message on intl_icu if domain is undefined (#314) - Thanks @spras
Fixed: Prevent translation files overwriting files from addResource calls (#320) - Thanks @carakas

4.0.1 (2021-01-16)

16 Jan 14:06
fdf1540
Compare
Choose a tag to compare

Fixed: Check the commonJS before AMD dependency for intl-messageformat (#304) - Thanks @ChristianVermeulen

4.0.0 (2020-11-08)

08 Nov 14:24
45741f7
Compare
Choose a tag to compare

Added: Support for Composer 2.0 (#282) - Thanks @blankse
Added: Support for ICU-based message formatting (#288) - Thanks @Kocal
Removed: support for Symfony < 3.3 constructor signature (#214) - Thanks @pierredup
Fixed: All Travis tests, dropping officially the support of Symfony 3.4 (#296, #300) - Thanks @craigh

3.0.1 (2020-02-17)

17 Feb 14:45
a64af02
Compare
Choose a tag to compare
  • Fix: Return value of "Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand::execute()" must be of the type int, NULL returned, to support Symfony 5 (#275) - Thanks to @kl3sk and @amorebietakoUdala

3.0.0 (2020-01-14)

14 Jan 17:14
Compare
Choose a tag to compare

2.6.6 (2018-02-11)

11 Feb 14:35
9c80406
Compare
Choose a tag to compare
  • Fix: IE bug related to $0 in target placeholder value (#207)

  • Fix: replace phantom.args by system.args to run the latest version of phantomJS (#215)

  • Fix: Register command manually to avoid warning in Symfony 3.4 (#220)

  • Drop PHP 5.3 Support (#218)

  • Added: Symfony 4 support (#224)

  • Build URL for specific locales with Symfony Router (#234)

  • Remove templating dependency (#213)

  • Remove container injection (#221)