Releases: richan-fongdasen/laravel-i18n
Releases · richan-fongdasen/laravel-i18n
3.3.0
3.2.0
- Add support for Laravel 10
- Add support for PHP 8.2
3.1.0
Add a possibility to customize the Translation
model and Language
model. We can now override the class name in the package configuration file. 🎉
3.0.0
- Add support for Laravel 9
- Add support for PHP 8.1
- Perform some major refactors
2.1.0
-
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
- Refactor some logics.
- Rename some trait, interface and method names.
- Add support to retrieve all of the translatable attributes values.
1.5.2
1.5.1
Fixes security issue: open redirection vulnerability
1.5.0
Add support for Laravel 8
With this release, we're dropping supports for the lower versions of Laravel
1.4.0
Add Support for Laravel 7