Skip to content

Releases: codezero-be/laravel-unique-translation

Version 1.1.1

20 Oct 17:47
Compare
Choose a tag to compare
  • Allow adding a database connection to the rule

Version 1.1.0

27 Oct 15:59
Compare
Choose a tag to compare

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

22 Oct 20:05
Compare
Choose a tag to compare
Update MySQL in TravisCI script