Skip to content

Commit

Permalink
1.8.0: Adds initial support for October v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Apr 17, 2021
1 parent 793e704 commit 1ce28cd
Showing 1 changed file with 8 additions and 32 deletions.
40 changes: 8 additions & 32 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
1.4.0: Add importer and exporter for messages
1.4.1: Updated Hungarian translation. Added Arabic translation. Fixed issue where default texts are overwritten by import. Fixed issue where the language switcher for repeater fields would overlap with the first repeater row.
1.4.2: Add multilingual MediaFinder
1.4.3: !!! Please update OctoberCMS to Build 444 before updating this plugin. Added ability to translate CMS Pages fields (e.g. title, description, meta-title, meta-description)
1.4.3: "!!! Please update OctoberCMS to Build 444 before updating this plugin. Added ability to translate CMS Pages fields (e.g. title, description, meta-title, meta-description)"
1.4.4: Minor improvements to compatibility with Laravel framework.
1.4.5: Fixed issue when using the language switcher
1.5.0: Compatibility fix with Build 451
Expand All @@ -69,34 +69,10 @@
- migrate_morphed_indexes.php
1.6.8: Add support for transOrderBy; Add translation support for ThemeData; Update russian localization.
1.6.9: Clear Static Page menu cache after saving the model; CSS fix for Text/Textarea input fields language selector.
1.6.10:
- Add option to purge deleted messages when scanning messages
- Add Scan error column on Messages page
- update_messages_table.php
- Fix translations that were lost when clicking locale twice while holding ctrl key
- Fix error with nested fields default locale value
- Escape Message translate params value
1.7.0:
- !!! Breaking change for the Message::trans() method (params are now escaped)
- fix message translation documentation
- fix string translation key for scan errors column header
1.7.1:
- Fix YAML issue with previous tag/release.
1.7.2:
- Fix regex when "|_" filter is followed by another filter
- Try locale without country before returning default translation
- Allow exporting default locale
- Fire 'rainlab.translate.themeScanner.afterScan' event in the theme scanner for extendability
1.7.3:
- Make plugin ready for Laravel 6 update
- Add support for translating RainLab.Pages MenuItem properties (requires RainLab.Pages v1.3.6)
- Restore multilingual button position for textarea
- Fix translatableAttributes
1.7.4:
- Faster version of transWhere
- Mail templates/views can now be localized
- Fix messages table layout on mobile
- Fix scopeTransOrderBy duplicates
- Polish localization updates
- Turkish localization updates
- Add Greek language localization
1.6.10: Add option to purge deleted messages when scanning messages, Add Scan error column on Messages page, update_messages_table.php, Fix translations that were lost when clicking locale twice while holding ctrl key, Fix error with nested fields default locale value, Escape Message translate params value.
1.7.0: "!!! Breaking change for the Message::trans() method (params are now escaped), fix message translation documentation, fix string translation key for scan errors column header."
1.7.1: Fix YAML issue with previous tag/release.
1.7.2: Fix regex when "|_" filter is followed by another filter, Try locale without country before returning default translation, Allow exporting default locale, Fire 'rainlab.translate.themeScanner.afterScan' event in the theme scanner for extendability.
1.7.3: Make plugin ready for Laravel 6 update, Add support for translating RainLab.Pages MenuItem properties (requires RainLab.Pages v1.3.6), Restore multilingual button position for textarea, Fix translatableAttributes.
1.7.4: Faster version of transWhere, Mail templates/views can now be localized, Fix messages table layout on mobile, Fix scopeTransOrderBy duplicates, Polish localization updates, Turkish localization updates, Add Greek language localization.
1.8.0: Adds initial support for October v2.0

0 comments on commit 1ce28cd

Please sign in to comment.