Releases: codezero-be/laravel-unique-translation
Releases · codezero-be/laravel-unique-translation
Version 1.1.1
- Allow adding a database connection to the rule
Version 1.1.0
There has been a lot of refactoring and a few features were added, but none of these should be breaking changes:
- Refactor and merge tests
- Rewrite Validator extension
- Update Validation Rule to return a string representation of the rule
- Always return an error for both the attribute name (
$errors->first('slug')
) and the localized attribute name ($errors->first('slug.en')
) when validation fails - Handle custom error messages
- Add name Rule constructor:
UniqueTranslationRule::for($table)
Version 1.0.0
Update MySQL in TravisCI script