diff --git a/CHANGELOG.md b/CHANGELOG.md index f9109ab..da426a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog -## [Unreleased] +## [1.4.0] - 2018-08-24 - Added config `keyPrefix` option to prevent key collisions. +- Always purge section on `Elements::EVENT_AFTER_SAVE_ELEMENT` to make sure status change (disabled>>enabled) clears lists of entries +- Code cleanup ## [1.3.7] - 2018-07-10 ### Added diff --git a/composer.json b/composer.json index 2ea52a4..1a67c3c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "ostark/upper", "description": "A cache plugin for Craft - supporting multiple Edge Caches", "type": "craft-plugin", - "version": "1.3.8", + "version": "1.4.0", "keywords": [ "craft", "cms",