Skip to content

Releases: statikbe/laravel-chained-translator

2.4.1

13 May 21:37
Compare
Choose a tag to compare
  • Fix Laravel 11 upgrade: increase brick/varexporter version to fix php-parser dependency incompatibility with phpunit/phpstan in laravel 11

2.4.0

14 Mar 14:30
Compare
Choose a tag to compare
  • Laravel 11 support

2.3.0

06 Feb 14:11
Compare
Choose a tag to compare
  • Upgrade VarExporter lib
  • Improve error handling & wrap in package exception

2.2.1

28 Apr 13:17
1256ee8
Compare
Choose a tag to compare

Bug fix: avoid overwriting published vendor translations.

2.2.0

17 Feb 07:14
Compare
Choose a tag to compare
'Released-2.2.0'

v2.1.0

27 Oct 19:38
Compare
Choose a tag to compare

Fixed

  • Editing translations in nested folders

Added

  • Support for json translations
  • Config option 'group_keys_in_array'
  • Config option 'json_group'

Full Changelog: 2.0.0...2.1.0

2.0.0

24 Mar 17:18
Compare
Choose a tag to compare

Full Changelog: 1.3.2...2.0.0

1.3.2

09 Sep 14:35
Compare
Choose a tag to compare
  • Added content to the default generated .gitignore file.
  • Fixed merge (custom-lang into lang) command: translation keys will no longer be lost upon merging

1.3.1

12 Jul 16:13
Compare
Choose a tag to compare

Fix opcache bug in the translation files. When saving translations in fast sequence, on each request the translations are read, but instead of fetching from file system, an old cached is used. This results in lost translations. Opcache is now cleared for the specific translation file after a save operation.

1.3.0

10 Jun 20:19
Compare
Choose a tag to compare

Fix bug in merging translations and cleaner exported files, thanks to @dllobell