Skip to content

Releases: translation/laravel

Version 1.13

19 Nov 13:31
Compare
Choose a tag to compare

Fixes (bugs & defects):

Version 1.12

14 Sep 15:10
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Relax Guzzle dependency to work with Laravel 8

Version 1.11

14 Sep 13:46
Compare
Choose a tag to compare

New features:

  • Compatibility with Laravel 8

Version 1.10

27 Apr 13:33
Compare
Choose a tag to compare

New features:

  • Compatibility with Laravel 7 and PHP 7.4

Version 1.9

09 Oct 16:33
Compare
Choose a tag to compare

New features:

  • Add ignored_key_prefixes option (documentation).
  • Better API request error management.

Fixes (bugs & defects):

  • gettext_parse_paths and gettext_locales_path are now optional and will use the default values if not specified.

Version 1.8

17 Sep 10:25
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Don't crash on sync when locale files don't contain a specific key for source editions, thanks @lsmith77

Version 1.7

16 Sep 10:53
Compare
Choose a tag to compare

New features:

  • Laravel 6 compatibility (#14)

Version 1.6

31 Jan 15:13
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Default locale independent to translation setup (PR #9), thanks @nikosv
  • Improve readability of target language JSON files by not escaping unicode chars or slashes.

Version 1.5

28 Sep 12:09
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Increase the compatibility with Laravel 5.1 (maybe less).

Version 1.4

07 Sep 12:27
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Fix important bug that didn't detect some existing translations when php artisan translation:init a new already-translated project.