From ed11f9c6438bb6a7f742d5f8c8e56442fb37d9a6 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 7 Feb 2019 15:57:41 -0700 Subject: [PATCH 1/6] updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 254216c1..c24e9dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ 1. [](#improved) * Improved Grav Core installer/updater to run installer script (if available) + * Added `unauthorized.html.twig` file that was missing [#1609](https://github.com/getgrav/grav-plugin-admin/pull/1609) 1. [](#bugfix) * Fixed direct install deleting backups and logs if used with full Grav package instead of with update package From 48e6562d610231215d64aa05eac2c44aaf747419 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 7 Feb 2019 16:01:49 -0700 Subject: [PATCH 2/6] prepare for release --- CHANGELOG.md | 2 +- blueprints.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c24e9dee..2a0a20cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # v1.8.17 -## mm/dd/2019 +## 02/07/2019 1. [](#improved) * Improved Grav Core installer/updater to run installer script (if available) diff --git a/blueprints.yaml b/blueprints.yaml index 4ffcd1a3..ee9c809a 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Admin Panel -version: 1.8.16 +version: 1.8.17 description: Adds an advanced administration panel to manage your site icon: empire author: @@ -13,10 +13,10 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md license: MIT dependencies: - - { name: grav, version: '>=1.5.3' } - - { name: form, version: '>=2.14.0' } - - { name: login, version: '>=2.7.0' } - - { name: email, version: '>=2.7.0' } + - { name: grav, version: '>=1.5.8' } + - { name: form, version: '>=2.16.4' } + - { name: login, version: '>=2.8.3' } + - { name: email, version: '>=2.7.2' } form: validation: loose From f94f61dc35e565f57dee85aecd0d3608399343c0 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 12 Feb 2019 12:10:11 -0700 Subject: [PATCH 3/6] Added a default for `show_modular` option --- CHANGELOG.md | 6 ++++++ admin.yaml | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0a20cf..41332603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.8.18 +## 02/12/2019 + +1. [](#bugfix) + * Set default value for `show_modular` [grav#2362](https://github.com/getgrav/grav/issues/2362) + # v1.8.17 ## 02/07/2019 diff --git a/admin.yaml b/admin.yaml index ac728230..acbc03e1 100644 --- a/admin.yaml +++ b/admin.yaml @@ -31,6 +31,7 @@ pages_list_display_field: title google_fonts: false admin_icons: line-awesome enable_auto_updates_check: true +show_modular: true notifications: feed: true dashboard: true From e10e34d817406a49dd9fa32ea194cec37eb2c79f Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 12 Feb 2019 12:10:52 -0700 Subject: [PATCH 4/6] prepare for release --- blueprints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints.yaml b/blueprints.yaml index ee9c809a..ea63389a 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Admin Panel -version: 1.8.17 +version: 1.8.18 description: Adds an advanced administration panel to manage your site icon: empire author: From 4676840f9de4c3f0d7773538ede109940ed958c6 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 13 Feb 2019 10:44:14 -0700 Subject: [PATCH 5/6] Moved default --- admin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin.yaml b/admin.yaml index acbc03e1..003abe47 100644 --- a/admin.yaml +++ b/admin.yaml @@ -20,6 +20,7 @@ widgets: dashboard-pages: true pages: show_parents: both + show_modular: true session: timeout: 1800 warnings: @@ -31,7 +32,6 @@ pages_list_display_field: title google_fonts: false admin_icons: line-awesome enable_auto_updates_check: true -show_modular: true notifications: feed: true dashboard: true From 96b8611c4cae51a666c209416ceded7efdd49d1e Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 13 Feb 2019 10:45:28 -0700 Subject: [PATCH 6/6] Prepare for release --- CHANGELOG.md | 6 ++++++ blueprints.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41332603..204a649c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.8.19 +## 02/13/2019 + +1. [](#bugfix) + * Moved `show_modular` to proper place - Doh! [grav#2362](https://github.com/getgrav/grav/issues/2362) + # v1.8.18 ## 02/12/2019 diff --git a/blueprints.yaml b/blueprints.yaml index ea63389a..c0a7f5ba 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Admin Panel -version: 1.8.18 +version: 1.8.19 description: Adds an advanced administration panel to manage your site icon: empire author: