Add support for Laravel 12
Add a possibility to customize the Translation model and Language model. We can now override the class name in the package configuration file. 🎉
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.
Thanks to @nsawitri, now we can set a configuration value to disable cache in locale data. 🎉
Fixes security issue: open redirection vulnerability
Add support for Laravel 8 With this release, we're dropping supports for the lower versions of Laravel
Add Support for Laravel 7
Fixes Laravel semantic versions in composer and travis configuration.
Add support for Laravel 5.7
How can I help you explore Laravel packages today?