From f0ee002a770407cf9613d3eabc939b3649776c17 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Wed, 24 Jul 2019 00:33:48 +0800 Subject: [PATCH] 1.6.2: Implement localeUrl filter - Add per-locale theme configuration support For more changes made in this version, please visit the milestone: https://github.com/rainlab/translate-plugin/milestone/4?closed=1 --- updates/version.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/updates/version.yaml b/updates/version.yaml index c95f4ff6..09b9752a 100755 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -56,3 +56,5 @@ 1.4.5: Fixed issue when using the language switcher 1.5.0: Compatibility fix with Build 451 1.6.0: Make File Upload widget properties translatable. Merge Repeater core changes into MLRepeater widget. Add getter method to retrieve original translate data. +1.6.1: Add ability for models to provide translated computed data, add option to disable locale prefix routing +1.6.2: Implement localeUrl filter, add per-locale theme configuration support