Releases: wazzac/laravel-translate
Releases · wazzac/laravel-translate
Renamed the `PhraseHelper.php` class to conform to PSR-1.
What's Changed
Full Changelog: v2.2.0...v2.2.1
Updated Readme. General Improvements. Feature to skip DB storage.
- Updated the Readme.md documentation.
- Add a new functionality to choose via an .env property to enable or disable both session and db translation storage.
- General improvements to package logging.
Updated Composer & Contributing, Code of Conduct and Security MD files
Updated documentation and Composer packages.
v2.0 Stable Release (Laravel v10.x support)
Stable v2.0 release adding support for Laravel v10.x
v1.2.0
v1.1.0
Beta Stable Release
Removed debug data in a catch block.
Beta Stable Release
First stable pre-release (...under Beta) for the Project.
Added a Session Layer
This tag adds the ability to read a session before looking for the translation in the db. When enabled, all located phrase translations would also be pushed to a session key pair.