Skip to content

Releases: wazzac/laravel-translate

Renamed the `PhraseHelper.php` class to conform to PSR-1.

21 Jul 05:57
Compare
Choose a tag to compare

What's Changed

  • develop/v2.2.1: Renamed the PhraseHelper class to conform to PSR-1. by @wazzac in #8

Full Changelog: v2.2.0...v2.2.1

Updated Readme. General Improvements. Feature to skip DB storage.

15 Jul 14:47
Compare
Choose a tag to compare
  • 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

26 Jun 12:37
Compare
Choose a tag to compare

Updated documentation and Composer packages.

v2.0 Stable Release (Laravel v10.x support)

29 Oct 06:55
45d711a
Compare
Choose a tag to compare

Stable v2.0 release adding support for Laravel v10.x

v1.2.0

15 Apr 05:13
bb8ef59
Compare
Choose a tag to compare

Stable release. Updated dependencies.

v1.1.0

06 Jun 05:42
Compare
Choose a tag to compare

Stable Release

Beta Stable Release

06 Sep 12:15
78fd9ee
Compare
Choose a tag to compare
Beta Stable Release Pre-release
Pre-release

Removed debug data in a catch block.

Beta Stable Release

22 Aug 13:59
9cd1f4a
Compare
Choose a tag to compare
Beta Stable Release Pre-release
Pre-release

First stable pre-release (...under Beta) for the Project.

Added a Session Layer

04 Aug 04:33
05806d1
Compare
Choose a tag to compare

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.