Skip to content

Releases: Incenteev/translation-checker-bundle

1.9.1

16 Jan 14:55
v1.9.1
30a3cdd
Compare
Choose a tag to compare

What's Changed

  • Fix compat with Symfony 7 by @stof in #42

Full Changelog: v1.9.0...v1.9.1

1.9.0

16 Jan 14:48
v1.9.0
91a1a4b
Compare
Choose a tag to compare

What's Changed

  • Add testing on PHP 8.3 by @stof in #36
  • Add a test covering the usage of translation files in the ICU format by @stof in #39
  • Add support for Symfony 7 by @stof in #40

Full Changelog: v1.8.0...v1.9.0

1.8.0

29 Jun 20:55
v1.8.0
45ccbc7
Compare
Choose a tag to compare

What's Changed

  • Fix Symfony deprecations by @stof in #32
  • Add static analysis with phpstan by @stof in #33
  • Add a CI job on PHP 8.2 by @stof in #35

Full Changelog: v1.7.0...v1.8.0

1.7.0

08 Dec 14:51
v1.7.0
60cfd7e
Compare
Choose a tag to compare

Added support for Symfony 6

1.6.0

14 Oct 07:35
v1.6.0
Compare
Choose a tag to compare
  • Added support for PHP 8
  • Removed support for PHP 7.3 and older
  • Bumped the min Symfony version to 4.4 and 5.3

1.5.0

17 Mar 20:58
v1.5.0
Compare
Choose a tag to compare
  • Added support for Symfony 5
  • Dropped support for unmaintained Symfony and PHP versions.

1.4.0

23 Nov 16:11
v1.4.0
Compare
Choose a tag to compare

Features:

  • Added the --whitelist-file option to allow providing a whitelist of keys that should not be considered missing or obsolete.

1.3.1

20 Feb 13:38
v1.3.1
Compare
Choose a tag to compare

Added support for Symfony 4

1.3.0

04 Aug 14:58
v1.3.0
Compare
Choose a tag to compare
  • Added support for chaining multiple extractors. New extractors can be registered using the incenteev_translation_checker.extractor tag
  • Added support for autoconfiguration for custom extractors in Symfony 3.3+ (adding the tag implicitly)
  • Added a JS extractor, to extract translation from JS files when using willdurand/js-translation-bundle. See #18 for current limitations
  • Removed tests and development files from the ZIP archive to make the download smaller.

1.2.1

12 Jun 17:22
v1.2.1
Compare
Choose a tag to compare

Fixed compatibility with Symfony 3.3+