From 1ce28cd3a0bd015563998283539bd34845a3bd53 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Sat, 17 Apr 2021 21:53:11 +1000 Subject: [PATCH] 1.8.0: Adds initial support for October v2.0 --- updates/version.yaml | 40 ++++++++-------------------------------- 1 file changed, 8 insertions(+), 32 deletions(-) diff --git a/updates/version.yaml b/updates/version.yaml index 2b53104c..ab15a402 100755 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -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 @@ -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