diff --git a/README.md b/README.md index 31fe52c..2f20234 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,11 @@ Admins will always have access to the entire asset source, regardless of what us ## Changelog -### 1.1 +### 1.1.1 + +- Fixed a performance issue with a large number of nested subfolders. + +### 1.1.0 - Updated to take advantage of new Craft 2.5 plugin features. diff --git a/releases.json b/releases.json index ea6b47a..164f88a 100644 --- a/releases.json +++ b/releases.json @@ -1,8 +1,16 @@ [ + { + "version": "1.1.1", + "downloadUrl": "https://github.com/pixelandtonic/AssetSubfolderAccess/archive/1.1.1.zip", + "date": "2016-01-03T12:00:00-08:00", + "notes": [ + "[Fixed] Fixed a performance issue with a large number of nested subfolders." + ] + }, { "version": "1.1", "downloadUrl": "https://github.com/pixelandtonic/AssetSubfolderAccess/archive/1.1.zip", - "date": "2015-20-20T12:00:00-08:00", + "date": "2015-12-20T12:00:00-08:00", "notes": [ "[Improved] Updated to take advantage of new Craft 2.5 plugin features." ]