mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-06-18 15:11:26 +02:00
Updated version and changelog
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# v1.1.0
|
||||
## xx/xx/2016
|
||||
# v1.1.0-beta.1
|
||||
## 04/20/2016
|
||||
|
||||
1. [](#new)
|
||||
* JavaScript Rewrite. Admin is now built in ES6
|
||||
@@ -7,6 +7,7 @@
|
||||
* The Editor has been reworked to be more flexible. In fact you can now pass any CodeMirror setting via blueprints, through the codemirror: attribute. The buttons have also a new API that allow to add or ignore buttons and behaviors into the toolbar from any plugin (see grav-plugin-editor-buttons). We also added the headers buttons (H1-H6) and Undo / Redo buttons, due to popular demand
|
||||
* We introduced a new colorpicker field. You can now add more colors to your admin plugins :)
|
||||
* Along with the versioning support added in the Grav Core for 1.1, the admin plugin can now install dependencies with the same versioning requirements as the GPM CLI commands.
|
||||
* A new system setting allows to switch between `stable` and `testing`, the admin will show testing version (identified by a badge) allowing them to be installed
|
||||
1. [](#improved)
|
||||
* We reworked the Datetimepicker, you will notice a new refreshed UI with a much better support for translations
|
||||
* Tabs are now persistent. In views such as Page editing, when switching tab and saving or refreshing, would cause the tab to be reset to the initial one.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Admin Panel
|
||||
version: 1.1.0-beta
|
||||
version: 1.1.0-beta.1
|
||||
testing: true
|
||||
description: Adds an advanced administration panel to manage your site
|
||||
icon: empire
|
||||
|
||||
Reference in New Issue
Block a user