Skip to content

Releases: translation/laravel

Version 1.23

13 Apr 09:55
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Remove deprecation warning (#34).

Version 1.22

16 Feb 16:16
Compare
Choose a tag to compare

New features:

  • Compatible with Laravel 10.

Fixes (bugs & defects):

  • Make gettext_locales_path optional with fallback to current path.lang/gettext directory (better default for Laravel >= 9)

Version 1.21

26 Dec 11:10
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Use the main php-vcr repository again for tests. They now support Symfony 6 and newest Laravel versions: (cf. php-vcr/php-vcr#361).

Version 1.20

16 Jun 14:32
Compare
Choose a tag to compare

New features:

  • Add user-friendly warnings when a not-valid JSON file failed to be loaded.

Version 1.19

12 May 12:06
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Better code standards for generated PHP files (#31).

Version 1.18

29 Mar 09:23
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Better support for Laravel 9 new default lang path (instead of previously resources/lang path).

Version 1.17

18 Feb 18:29
Compare
Choose a tag to compare

New features:

  • Support for Laravel 9

Version 1.16

23 Apr 16:16
Compare
Choose a tag to compare

This package no longer support Laravel versions smaller than 5.5

New features:

  • Support for multiple JSON paths. See here to add them (cf. #24 and PR #25), thanks @inxilpro.
  • Ignore untranslated keys when syncing and creating JSON files on disk (same behavior).

Version 1.15

06 Apr 11:06
Compare
Choose a tag to compare

Fixes (bugs & defects):

  • Better error management for errors like "SSL certificate problem" that don't have any response body.

Version 1.14

11 Mar 10:36
Compare
Choose a tag to compare

Fixes (bugs & defects):