From 7feeedd63778c8f9b838989e0b2792940f867401 Mon Sep 17 00:00:00 2001 From: Benjamin Fleming Date: Sat, 20 Aug 2016 10:15:41 +1000 Subject: [PATCH] Added v1.3.4 to release feed --- releases.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/releases.json b/releases.json index 53d49372..7c19cd03 100644 --- a/releases.json +++ b/releases.json @@ -1,4 +1,16 @@ [ + { + "version": "1.3.4", + "downloadUrl": "https://github.com/benjamminf/craft-neo/archive/1.3.4.zip", + "date": "2016-08-20T10:15:00+10:00", + "notes": [ + "[Improved] Updated Javascript dependencies", + "[Fixed] Fixed issues with Neo fields not updating correctly when publishing entry drafts", + "[Fixed] Neo fields are now able to be used in widgets", + "[Fixed] Fixed bug where the ordering of child block checkboxes in the configurator would sometimes be inconsistent", + "[Fixed] Moved where the generating search keywords task is triggered to avoid potential side-effects" + ] + }, { "version": "1.3.3", "downloadUrl": "https://github.com/benjamminf/craft-neo/archive/1.3.3.zip",