Skip to content

Releases: Astrotomic/laravel-translatable

v11.15.1

28 Aug 09:23
0d065da
Compare
Choose a tag to compare

v11.15.0

26 Aug 16:09
c5519e0
Compare
Choose a tag to compare

What's Changed

  • Fix a typo in TranslatableTest by @szepeviktor in #420
  • Description for translated() scope is wrong by @GhostvOne in #427
  • Call original implementation on numeric translated tests by @rbngzlv in #425
  • Add missing test for saving translations standalone by @rbngzlv in #423
  • Fix regression trying to save empty translations by @rbngzlv in #424
  • Allow to use a wrapper when creating multiple translations by @artemiyone in #409
  • Enhance Custom Rules: Introduce translatableExists and translatableUnique for Validating Translatable Attributes by @amjadbanimattar in #406

New Contributors

Full Changelog: v11.14.1...v11.15.0

v11.14.1

10 Jul 15:50
979d18d
Compare
Choose a tag to compare

What's Changed

  • Fix new translation is missing the relation id for saving by @Tofandel in #418

New Contributors

Full Changelog: v11.14.0...v11.14.1

v11.14.0

24 Jun 09:37
250f9b3
Compare
Choose a tag to compare

What's Changed

  • Accept $locale in withTranslation() scope by @pyrou in #413

New Contributors

Full Changelog: v11.13.0...v11.14.0

v11.13.0

17 Apr 12:00
7280902
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.12.1...v11.13.0

v11.12.1

27 Feb 10:27
04de8d1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v11.12.0...v11.12.1

v11.12.0

21 Feb 08:55
8d1bda7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.11.0...v11.12.0

v11.11.0

10 Oct 12:37
14335e3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v11.10.0...v11.11.0

v11.10.0

05 Feb 10:44
Compare
Choose a tag to compare
  • Drop PHP7 support
  • Drop Laravel 5.8 and 6 and 7 support
  • Add Laravel 9 support
  • Add PHP8.1 support

v11.9.1

19 Nov 14:11
d853a3c
Compare
Choose a tag to compare
  • Fix all methods visibility to allow customization - #198