Releases: Waavi/translation
Releases · Waavi/translation
Laravel 7 compatibility
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)
2.4.1 Add support for using translate in specific connection (#156)
Laravel 6 support
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
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
fix broken config loading caused by errant DIRECTORY_SEPARATOR
Stable release.
Updated version number again Signed-off-by: William <[email protected]>
Release Candidate.
Updated dependency to laravel 4.x instead of 4.0.x Signed-off-by: William <[email protected]>