Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 798 Bytes

CHANGELOG.md

File metadata and controls

34 lines (23 loc) · 798 Bytes

Changelog

All notable changes to laravel-translatable will be documented in this file

2.1.0 - 2017-09-21

  • added support for setting a translation directly through the property

2.0.0 - 2017-08-30

  • added support for Laravel 5.5, dropped support for all older versions
  • rename config file from laravel-translatable to translatable

1.3.0 - 2017-06-12

  • add forgetAllTranslations

1.2.2 - 2016-01-27

  • improve support for fallback locale

1.2.1 - 2016-01-23

  • improve compatibility for Laravel 5.4

1.2.0 - 2016-01-23

  • add compatibility for Laravel 5.4

1.1.2 - 2016-10-02

  • made isTranslatableAttribute public

1.1.1 - 2016-08-24

  • add L5.3 compatibility

1.1.0 - 2016-05-02

  • added support for a fallback locale

1.0.0 - 2016-04-10

  • initial release