This repository has been archived by the owner on Aug 17, 2021. It is now read-only.
Releases: koenhoeijmakers/laravel-translatable
Releases · koenhoeijmakers/laravel-translatable
Version 0.6
Fixes:
- 9ec153c - Fixed a signature mismatch which prevented actual Laravel 7 support.
Version 0.5.1
Laravel ^7.0
support.
Version 0.5.0
laravel/framework
dependency upgraded to ^6.0
Version 0.4.0
Bumps the Laravel dependency (and phpunit) and prevents goofy type errors.
Version 0.3.1
Fixes selects not being able to be overridden.
Version 0.3.0
This version adds 100% coverage in tests and is thus more trustworthy.
Version 0.2.4
Bugfixes
Version 0.2.3
Some improvements and adds getTranslationValue()
method.
Version 0.2.2
Fixes and improves the formatting of tables in the select clause.
Version 0.2.1
Fix for wrong route binding.