diff --git a/releases.json b/releases.json index 0f04ffe2..2838e5c1 100644 --- a/releases.json +++ b/releases.json @@ -1,4 +1,19 @@ [ + { + "version": "1.3.0", + "downloadUrl": "https://github.com/benjamminf/craft-neo/archive/1.3.0.zip", + "date": "2016-06-24T11:10:00+10:00", + "notes": [ + "[Added] Added ability to duplicate blocks", + "[Added] Added ability to have blank tabs in block type field layouts", + "[Improved] Generating search keywords for Neo fields are now offloaded to a task, dramatically reducing saving time", + "[Improved] Blocks now only save if their content has been modified, reducing saving time", + "[Improved] Block field templates are now cached for improved rendering performance", + "[Improved] Javascript (Babel) polyfills now only load if necessary", + "[Fixed] Can now use comparison querying (eg. `'>=3'`) on level property in live preview", + "[Fixed] Filtering Neo blocks by `typeId` now works correctly" + ] + }, { "version": "1.2.1", "downloadUrl": "https://github.com/benjamminf/craft-neo/archive/1.2.1.zip",