Skip to content

Releases: chinleung/laravel-locales

v2.1.0

09 Apr 13:18
2f12f9f
Compare
Choose a tag to compare

What's Changed

  • Add support for Laravel 11 by @fyrts in #9

New Contributors

  • @fyrts made their first contribution in #9

Full Changelog: v2.0.1...v2.1.0

v2.0.1

20 Feb 16:25
3e3a895
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

14 Feb 19:11
a00a7e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v2.0.0

v1.2.2

22 Feb 18:53
c352bbd
Compare
Choose a tag to compare
  • Added support for PHP 8

v1.2.1

12 Sep 19:41
e08173f
Compare
Choose a tag to compare
  • Added support for Laravel 8

v1.2.0

03 Mar 19:54
1263384
Compare
Choose a tag to compare
  • Added support for Laravel 7

v1.1.0

07 Sep 21:47
d155569
Compare
Choose a tag to compare
  • Added support for Laravel 6

v1.0.5

03 Sep 18:31
62d7f87
Compare
Choose a tag to compare
  • Allow associative arrays for locales configuration (#2)

v1.0.4

06 Aug 16:32
95cc5b0
Compare
Choose a tag to compare
  • Allow locales to set the supported locales

v1.0.3

05 Aug 22:12
Compare
Choose a tag to compare
  • Changed the config file from laravel-locales.php to locales.php
  • Fixed the publish config command in the README.md