diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4922043..984e0cc70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # v1.10.27 -## mm/dd/2022 +## 01/12/2022 1. [](#new) * Support for `YubiKey OTP` 2-Factor authenticator * New `elements` container field that shows/hides children fields based on boolean trigger value + * Requires Grav `v1.7.27` and Login `v3.6.2` 2. [](#improved) * Added new asset language strings diff --git a/blueprints.yaml b/blueprints.yaml index 9f15be964..3bfd51f37 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Admin Panel slug: admin type: plugin -version: 1.10.26.1 +version: 1.10.27 description: Adds an advanced administration panel to manage your site icon: empire author: @@ -15,9 +15,9 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md license: MIT dependencies: - - { name: grav, version: '>=1.7.24' } + - { name: grav, version: '>=1.7.27' } - { name: form, version: '>=5.1.0' } - - { name: login, version: '>=3.5.0' } + - { name: login, version: '>=3.6.2' } - { name: email, version: '>=3.1.0' } - { name: flex-objects, version: '>=1.1.0' }