Releases
3.0.0 2/22/2022
- Add support for Laravel 9
- Add support for PHP 8.1
- Perform some major refactors
2.1.0 5/6/2021
Stop overriding the model's attributesToArray() method. We should use eloquent append feature instead. References: https://laravel.com/docs/8.x/eloquent-serialization#appending-values-to-json https://github.com/richan-fongdasen/laravel-i18n/blob/master/tests/Eloquent/Extensions/TranslatableTraitTests.php#L18-L21
Prevent using static property which may have dynamic values. Avoid any possible issues with Laravel Octane.
2.0.0 5/3/2021
- Refactor some logics.
- Rename some trait, interface and method names.
- Add support to retrieve all of the translatable attributes values.
1.5.2 3/2/2021
Thanks to @nsawitri, now we can set a configuration value to disable cache in locale data. 🎉
1.5.1 10/16/2020
Fixes security issue: open redirection vulnerability
1.5.0 9/21/2020
Add support for Laravel 8 With this release, we're dropping supports for the lower versions of Laravel
1.4.0 3/8/2020
Add Support for Laravel 7
1.3.1 10/3/2019
Fixes Laravel semantic versions in composer and travis configuration.
1.3.0 9/5/2019
- Added support for Laravel 6.0
- Dropped support for Laravel 5.5, 5.6, and 5.7
- Raised minimum version of PHP to 7.2
1.2.0 2/28/2019
- Add support for Laravel 5.8
- Dropped support for Laravel 5.2, 5.3 and 5.4
- Update cache duration value from minutes to seconds
1.1.1 9/28/2018
Add support for Laravel 5.7
1.1.0 7/21/2018
Initial Release for Laravel 5.2 - 5.6
- Managing custom route prefixes based on the defined locale.
- Add Eloquent translation feature.
1.0.0 6/5/2018
Initial Release for Laravel 5.1
- Managing custom route prefixes based on the defined locale.
- Add Eloquent translation feature.