diff --git a/.craftplugin b/.craftplugin index 7fe958b9..39925f14 100644 --- a/.craftplugin +++ b/.craftplugin @@ -1,7 +1,7 @@ { "pluginName": "Translations for Craft", "pluginDescription": "Easily launch and manage multilingual Craft websites without having to copy/paste content or manually track updates.", - "pluginVersion": "1.5.0", + "pluginVersion": "1.5.1", "pluginAuthorName": "Acclaro", "pluginVendorName": "Acclaro", "pluginAuthorUrl": "http://www.acclaro.com/", diff --git a/CHANGELOG.md b/CHANGELOG.md index 45d666a5..bc86e542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.5.1 - 2020-03-10 + +### Added +- Support for all propagation method options in nested field settings +- Ability to add entries directly from the create order form +- Basic handling of Acclaro "In Review" orders + +### Updated +- Switch to word count vs entry count for task processing +- Minor bug fixes & additional updates + ## 1.5.0 - 2020-02-25 ### Added