From 22c7258f7979392700c23bb672e9a3662fa39d52 Mon Sep 17 00:00:00 2001 From: Benjamin Fleming Date: Mon, 27 Jun 2016 17:30:12 +1000 Subject: [PATCH] Added v1.3.1 to release feed --- releases.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/releases.json b/releases.json index 2838e5c1..3dd792f5 100644 --- a/releases.json +++ b/releases.json @@ -1,4 +1,14 @@ [ + { + "version": "1.3.1", + "downloadUrl": "https://github.com/benjamminf/craft-neo/archive/1.3.1.zip", + "date": "2016-06-27T17:30:00+10:00", + "notes": [ + "[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" + ] + }, { "version": "1.3.0", "downloadUrl": "https://github.com/benjamminf/craft-neo/archive/1.3.0.zip",