From 60745dc01bb27553a0edcb1ff7ecf4676b9f9b1f Mon Sep 17 00:00:00 2001 From: Benjamin Fleming Date: Mon, 27 Jun 2016 17:27:17 +1000 Subject: [PATCH] Released v1.3.1 --- 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 9598e164..bf718eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +#### 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 +- `Fixed` Minor UI fix with field-less tabs on child blocks having incorrect background color + #### v1.3.0 - `Added` Added ability to duplicate blocks - `Added` Added ability to have blank tabs in block type field layouts diff --git a/neo/NeoPlugin.php b/neo/NeoPlugin.php index 3ed9a6a2..0d8cf881 100644 --- a/neo/NeoPlugin.php +++ b/neo/NeoPlugin.php @@ -22,7 +22,7 @@ public function getDescription() public function getVersion() { - return '1.3.0'; + return '1.3.1'; } public function getCraftMinimumVersion() diff --git a/package.json b/package.json index 2d1d41bb..d6ca63e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "1.3.0", + "version": "1.3.1", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {