mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-03-09 14:10:51 +01:00
Merge branch 'release/1.2.0' into develop
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user