From f2fca3f8f092438cd33cb117216f63de71d5d221 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Wed, 20 Apr 2016 12:09:38 -0700 Subject: [PATCH] Updated version and changelog --- CHANGELOG.md | 5 +++-- blueprints.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd3c4f1..2c34b977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/blueprints.yaml b/blueprints.yaml index a867f359..e8c95436 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -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