diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e93976..0815a1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -# v1.2.5-rc.5 -## XX/XX/2016 +# v1.2.5 +## 12/13/2016 +1. [](#new) + * RC released as stable 1. [](#bugfix) * YAML syntax fixes diff --git a/blueprints.yaml b/blueprints.yaml index c242a062..29c7e42e 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,6 +1,5 @@ name: Admin Panel -version: 1.2.5-rc.4 -testing: true +version: 1.2.5 description: Adds an advanced administration panel to manage your site icon: empire author: @@ -14,7 +13,7 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md license: MIT dependencies: - - { name: grav, version: '>=1.1.6' } + - { name: grav, version: '>=1.1.9' } - { name: form, version: '~2.0' } - { name: email, version: '~2.0' } - { name: login, version: '~2.0' }