You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All Notable changes to `UniqueTranslation` will be documented in this file.
4
+
5
+
## 1.1.0 (2017-10-27)
6
+
7
+
There has been a lot of refactoring and a few features were added, but none of these should be breaking changes:
8
+
9
+
- Refactor and merge tests
10
+
- Rewrite Validator extension
11
+
- Update Validation Rule to return a string representation of the rule
12
+
- Always return an error for both the attribute name (`$errors->first('slug')`) and the localized attribute name (`$errors->first('slug.en')`) when validation fails
13
+
- Handle custom error messages
14
+
- Add name Rule constructor: `UniqueTranslationRule::for($table)`
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,10 @@ vendor/bin/phpunit
178
178
179
179
If you discover any security related issues, please [e-mail me](mailto:ivan@codezero.be) instead of using the issue tracker.
180
180
181
+
## Changelog
182
+
183
+
See a list of important changes in the [changelog](https://github.com/codezero-be/laravel-unique-translation/blob/master/CHANGELOG.md).
184
+
181
185
## License
182
186
183
187
The MIT License (MIT). Please see [License File](https://github.com/codezero-be/laravel-unique-translation/blob/master/LICENSE.md) for more information.
0 commit comments