Skip to content

Releases: eXolnet/laravel-translation

v4.0.0

23 Apr 19:13
d39318a
Compare
Choose a tag to compare

What's Changed

  • ci: composer cache doesn't change anything by @xel1045 in #34
  • build(deps): drop php 8.0 support by @xel1045 in #35
  • build(deps): drop Laravel 9 support by @xel1045 in #36
  • ci: test PHP 8.3 support by @xel1045 in #38
  • build(deps): add Laravel 11 support by @xel1045 in #37
  • feat: migrate Translation initialization process to support Laravel 11 new application structure
  • tests: fix phpunit DB_DATABASE env

Full Changelog: v3.7.0...v4.0.0

v3.7.0

12 Apr 14:52
b95baf3
Compare
Choose a tag to compare

What's Changed

  • chore(deps): add Laravel 10 support by @xel1045 in #33

Full Changelog: v3.6.0...v3.7.0

v3.6.0

09 Mar 20:44
1534174
Compare
Choose a tag to compare

What's Changed

  • chore(deps): drop support for Laravel 8 by @xel1045 in #32
  • chore(deps): add support for PHP 8.2 by @xel1045 in #31

Full Changelog: v3.5.1...v3.6.0

v3.5.1

13 Feb 15:28
Compare
Choose a tag to compare
  • Deprecate LocaleService::pushLocale() method. This method is redundant and forces the injection of this class as a dependency when it could be avoided. Use Laravel trait \Illuminate\Support\Traits\Localizable::withLocale() instead.

v3.5.0

22 Nov 15:54
a905e6b
Compare
Choose a tag to compare
  • Drop support for PHP 7
  • Normalize Composer scripts naming
  • Use PSR-12 as our coding standard

v3.4.2

05 May 21:26
c6277b8
Compare
Choose a tag to compare
  • Fix Laravel 9 paths

v3.4.1

14 Feb 19:47
3f9378d
Compare
Choose a tag to compare
  • Laravel 9 path fixes

v3.4.0

14 Feb 18:49
3ce9e63
Compare
Choose a tag to compare
  • Dropped support for Laravel 6 and 7
  • Tested support for php 8.1
  • Add support for Laravel 9

v3.3.0

20 Oct 18:16
762e1f7
Compare
Choose a tag to compare
  • Fix alternateFullUrls generation on the home page when hiddenBaseLocale is activated
  • Fix alternateFullUrls was adding inexistent parameters added

v3.2.0

01 Oct 15:33
61a4793
Compare
Choose a tag to compare
  • Update composer dependencies
  • Update LICENSE