Skip to content

Releases: codezero-be/laravel-unique-translation

Version 3.4.1

13 Sep 11:46
502af5a
Compare
Choose a tag to compare
  • Update spatie/laravel-translatable

Version 3.4.0

07 Sep 14:42
Compare
Choose a tag to compare
  • Add support for Laravel 8

Version 3.3.2

30 Jun 15:30
Compare
Choose a tag to compare
  • Escape backslashes to work with LIKE queries (#13)

Version 3.3.1

25 Jun 17:18
6fb2df1
Compare
Choose a tag to compare

Support spaces between JSON key/value (#12)

  • When using a json database column spaces are added between a key and value.
  • When using a text database column NO spaces are added between a key and value. (= default output of json_encode)

Version 3.3.0

20 Jun 11:56
Compare
Choose a tag to compare
  • Add support for MySQL 5.6 (#11)

Version 3.2.0

06 Apr 16:15
Compare
Choose a tag to compare

Version 3.1.0

03 Mar 19:48
Compare
Choose a tag to compare
  • Add support for Laravel 7

Version 3.0.0

22 Jan 11:05
Compare
Choose a tag to compare
  • Show only one error message per validated attribute (#5)

Version 2.0.0

11 Oct 17:01
Compare
Choose a tag to compare
  • Support Laravel 6

Version 1.2.0

01 May 11:11
Compare
Choose a tag to compare
  • Enable the use of extra where clauses (#4)