diff --git a/CHANGELOG.md b/CHANGELOG.md index dec2174f..4efbe4ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# v1.2.0-rc.1 -## 09/06/2016 +# v1.2.0 +## 09/07/2016 1. [](#new) * All new `file` field. All files get uploaded via Ajax and are stored upon Save. This improves the Save task tremendously as now there is no longer the need of waiting for the files to finish uploading. Fully backward compatible, `file` field now includes also a `limit` and `filesize` option in the blueprints. The former determines how many files are allowed to be uploaded when in combination with `multiple: true` (default: 10), the latter determines the file size limit (in MB) allowed for each file (default: 5MB) diff --git a/blueprints.yaml b/blueprints.yaml index 7da41484..c64f1b31 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,6 +1,5 @@ name: Admin Panel -version: 1.2.0-rc.2 -testing: true +version: 1.2.0 description: Adds an advanced administration panel to manage your site icon: empire author: