Skip to content

Releases: kkomelin/laravel-translatable-string-exporter

Laravel 11 Support

13 Mar 14:47
0c6dbec
Compare
Choose a tag to compare

Changelog:

Full Changelog: 1.21.0...1.22.0

Added EOL to translation files on update

14 Mar 10:29
51e6575
Compare
Choose a tag to compare

Changelog:

Added support for custom transform functions

06 Mar 16:48
Compare
Choose a tag to compare

Changelog:

  • Added support for custom transform functions #80 #81 (thanks to @G3z). It allows using the package with filament for example. Read how to use this feature in your project here #80

Laravel 10 Support

14 Feb 21:18
Compare
Choose a tag to compare

Changelog:

Dropped support for PHP 7 and Laravel 5-7

12 Jan 15:16
Compare
Choose a tag to compare

Since this version, the package only supports PHP 8 and above and Laravel 8 and above.

Changelog:

  • Drop support for PHP 7.4 and Laravel 5.x/6.x/7.x #76 (many thanks to @wilsenhc)

Made it possible to exclude some folders from search

13 Jun 07:35
0425f2c
Compare
Choose a tag to compare

See documentation for the excluded-directories config parameter in Configuration and Project Defaults

Changelog:

Bug fixes and code improvements

16 Apr 12:37
Compare
Choose a tag to compare

Please review your translations after new export because the fixes we have applied may cause some of your translatable strings become untranslated again. We encourages you to store the translation files in Git to be able to rollback in case anything goes wrong.

Changelog:

Dropped PHP 5 support and improved code

17 Feb 08:24
@phh phh
Compare
Choose a tag to compare

Please welcome our new co-maintainer Patrick @phh who has made this release possible!

Changelog:

  • (internal) Switched to minimum PHP version of 7.2 and added tools to fix formatting #64, #66, #67, #69
  • (refactoring) Language file path without base path #63
  • (refactoring) Rely on lang_path() and resource_path('lang') for getting the language file path #62

Added support for the new /lang folder in Laravel 9

12 Feb 07:01
Compare
Choose a tag to compare

Changelog:

  • (bug) Does not support new Laravel 9 directory structure (thanks to @phh, @kkomelin)

Laravel 9 Support

11 Feb 12:23
Compare
Choose a tag to compare

Changelog:

  • Added support for Laravel 9 #58 (thanks to @phh)
  • (internal) Switched to Github Actions #59 (many thanks to @phh, @kkomelin)