Skip to content

Releases: wintercms/wn-translate-plugin

v2.1.6

19 Mar 10:52
Compare
Choose a tag to compare

Changes

Bug fixes

  • fixes error when using translatable model behavior and lang() shorthand by @der-On in #78

Full Changelog: v2.1.5...v2.1.6

v2.1.5

18 Mar 19:43
Compare
Choose a tag to compare

Changes

  • Add translation support for nestedform formwidget
  • Add validation for translated fields
  • Add setTranslatableUseFallback() method
  • Deprecate noFallbackLocale() method
  • Add translation support to system MailTemplate model
  • Make fields using @context translatable

Bug fixes

  • Only extend cms page if cms module is enabled
  • Prevent browser autofill for hidden locale inputs

New Contributors

Full Changelog: v2.1.4...v2.1.5

v2.1.4

24 Apr 19:36
94274b9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.3...v2.1.4

v2.1.3

20 Apr 17:50
12e7e78
Compare
Choose a tag to compare

Full Changelog: v2.1.2...v2.1.3

v2.1.2

15 Apr 03:33
Compare
Choose a tag to compare

Changes

  • Added addTranslatableAttributes() method to TranslatableBehavior.
  • Added composer replace config.
  • Added MultiLang capability to Winter.Sitemap.

Bug fixes

  • Fixed dynamically adding fields to non-existent tab.
  • Fixed translations conflicting between nested fields and translatable root fields of the same name.

Translation improvements

  • Added Vietnamese translations.

For more information, please see the milestone:
https://github.com/wintercms/wn-translate-plugin/milestone/6?closed=1

v2.1.1

18 Jul 02:22
e40a695
Compare
Choose a tag to compare

Changes

  • Added support for Winter 1.2.
  • The CMS module is checked to be enabled before running the theme scanner, as no theme will be loaded if the CMS module is disabled or unavailable.

Bug fixes

  • Fixed a migration issue if Message::firstWhere returns null, which can sometimes occur.
  • Fixed an error that would occur if the Theme Scanner encountered an empty HTML file in the theme.

Translation improvements

  • Clean up of translation files.
  • Added Ukranian translations.
  • Fixed Italian translations.

For more information, please see the milestone:
https://github.com/wintercms/wn-translate-plugin/milestone/5?closed=1

v2.1.0

04 Mar 14:43
7c00c82
Compare
Choose a tag to compare

Changes

  • Generate message code using md5()

For more information, please see the milestone:
https://github.com/wintercms/wn-translate-plugin/milestone/2?closed=1

v2.0.2

10 Nov 02:35
7fa0de3
Compare
Choose a tag to compare

Bug fixes

  • Resolved some issues relating to the plugin's replacement configuration.

Translation improvements

  • Added Latvian translations. (#10)

For more information, please see the milestone:
https://github.com/wintercms/wn-translate-plugin/milestone/4?closed=1

v2.0.1

23 Jun 13:48
Compare
Choose a tag to compare

Changes

  • Rebrand table indexes
  • Remove deprecated methods (setTranslateAttribute/getTranslateAttribute)
  • Use Schema::renameIndex() to fix problem with MariaDB

For more information, please see the milestone:
https://github.com/wintercms/wn-translate-plugin/milestone/3?closed=1

v2.0.0

26 Apr 01:30
Compare
Choose a tag to compare

Changes

  • Rebrand to Winter.Translate
  • Automatically replaces RainLab.Translate plugin if installed (<= v1.8.2)

Bug fixes

  • Fix location for dropdown-to in css file