Skip to content

Releases: Waavi/translation

Laravel 7 compatibility

09 Mar 18:13
30b0953
Compare
Choose a tag to compare
Update 2013_07_25_145958_create_translations_table.php (#168)

Add length limiters for namespace, group and item.

This fixes an issue where the index will fail creation on a utf8mb4_unicode_ci collation as the max length is 3,072 bytes and the current gives us 3,084 bytes ((255+255+255+6) * 4) from the four columns used in the index.

Add support for using translate in specific connection (#156)

14 Nov 11:55
Compare
Choose a tag to compare
2.4.1

Add support for using translate in specific connection (#156)

Laravel 6 support

19 Sep 11:19
Compare
Choose a tag to compare
Laravel 6 support (#154)

* Laravel 6 support

* This version of PHPUnit is supported on PHP 7.2 and PHP 7.3.

* setUp void

* composer update dependencies

* fix : void setUp

* fix : void tearDown

* change composer to laravel 6

* Arr::get fix helper

* add new line .gitignore

Laravel 5.5 compatibility

01 Sep 15:06
Compare
Choose a tag to compare
Merge pull request #107 from alexhouse/feature/laravel-5.5

Update requirements for Laravel 5.5

1.0.1: Merge pull request #15 from ockle/master

08 May 14:04
Compare
Choose a tag to compare
fix broken config loading caused by errant DIRECTORY_SEPARATOR

Stable release.

07 May 16:36
Compare
Choose a tag to compare
Updated version number again

Signed-off-by: William <[email protected]>

Release Candidate.

07 May 16:15
Compare
Choose a tag to compare
Updated dependency to laravel 4.x instead of 4.0.x

Signed-off-by: William <[email protected]>