Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Releases: signifly/laravel-translator

v2.0.0 - 2023-11-21

21 Nov 14:19
Compare
Choose a tag to compare

Prep for Laravel 10

v1.1.3 - 2021-05-19

19 May 09:04
9ac6a4d
Compare
Choose a tag to compare
chore: php 8 support

v1.1.2 - 2021-03-05

05 Mar 10:53
Compare
Choose a tag to compare

Fix: issue with dirty attribute returning translation

v1.1.1 - 2020-09-11

11 Sep 14:09
Compare
Choose a tag to compare

This release contains the following changes:

  • Add support for Laravel 8

v1.1.0 - 2020-03-03

03 Mar 18:16
Compare
Choose a tag to compare

This release contains the following changes:

  • Add support for Laravel 7
  • Drop support for Laravel 5.x

v1.0.1 - 2019-11-28

28 Nov 09:51
Compare
Choose a tag to compare

Fixed

  • Bugfix: The withTranslationStats scope no longer overwrite selected columns.

v1.0.0 - 2019-09-09

09 Sep 06:27
Compare
Choose a tag to compare

Initial release! 🎉

v0.0.14 - 2019-08-08

08 Aug 14:48
Compare
Choose a tag to compare
v0.0.14 - 2019-08-08 Pre-release
Pre-release

Added

  • Support for translating JSON values

Changed

  • Retrieve columns from the schema builder instead of making queries against the database

v0.0.13 - 2019-07-30

30 Jul 11:15
Compare
Choose a tag to compare
v0.0.13 - 2019-07-30 Pre-release
Pre-release

Fixed

  • Bugfix: Use the model's morph class in withTranslationStats scope

v0.0.12 - 2019-07-25

25 Jul 10:45
Compare
Choose a tag to compare
v0.0.12 - 2019-07-25 Pre-release
Pre-release

Fixed

  • Bugfix: Translations did not save during createAndTranslate