From e90dfdba296574f1118cec8c92869115397aa36f Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 26 Oct 2017 18:34:06 -0600 Subject: [PATCH] Updated changelog plus Grav req --- CHANGELOG.md | 6 ++++++ blueprints.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b16ba289..253fb30c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.6.5 +## 10/26/2017 + +1. [](#new) + * Added ability to **order** page media (requires latest Grav update) + # v1.6.4 ## 10/11/2017 diff --git a/blueprints.yaml b/blueprints.yaml index 447b1e41..cdc09327 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -13,7 +13,7 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md license: MIT dependencies: - - { name: grav, version: '>=1.3.5' } + - { name: grav, version: '>=1.3.8' } - { name: form, version: '>=2.9.0' } - { name: email, version: '~2.0' } - { name: login, version: '>=2.4.0' }