From 03d50c8ab640edbecdb37b0a2177e2f109f7ca67 Mon Sep 17 00:00:00 2001 From: Benjamin Fleming Date: Fri, 8 Jul 2016 10:34:15 +1000 Subject: [PATCH] Released v1.3.2 --- CHANGELOG.md | 5 +++++ neo/NeoPlugin.php | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf718eaf..63c92c51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +#### v1.3.2 +- `Fixed` Fixed bug with live preview mode breaking for Neo fields in Craft 2.6.2793 +- `Fixed` Fixed bug with entry drafts not updating their Neo block field values after saving +- `Fixed` Fixed bug where Neo blocks would share caches across differing host names + #### v1.3.1 - `Fixed` Fixed incompatibility with PHP 5.5 and below introduced in `1.3.0` - `Fixed` Fixed bug where leaving editing an element would always show the confirm dialog, regardless if anything changed diff --git a/neo/NeoPlugin.php b/neo/NeoPlugin.php index 0d8cf881..7efd624e 100644 --- a/neo/NeoPlugin.php +++ b/neo/NeoPlugin.php @@ -22,7 +22,7 @@ public function getDescription() public function getVersion() { - return '1.3.1'; + return '1.3.2'; } public function getCraftMinimumVersion() diff --git a/package.json b/package.json index d6ca63e7..09e954eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "1.3.1", + "version": "1.3.2", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {