mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 02:26:23 +02:00
Merge branch 'release/1.10.30.2'
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# v1.10.30.2
|
||||
## 02/09/2022
|
||||
|
||||
1. [](#bugfix)
|
||||
* Fixed regression preventing new `elements` field from saving its state
|
||||
|
||||
# v1.10.30.1
|
||||
## 02/09/2022
|
||||
|
||||
|
||||
@@ -120,7 +120,7 @@ class AdminPlugin extends Plugin
|
||||
'array' => true
|
||||
],
|
||||
'elements' => [
|
||||
'input@' => false
|
||||
'input@' => true
|
||||
],
|
||||
'element' => [
|
||||
'input@' => false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Admin Panel
|
||||
slug: admin
|
||||
type: plugin
|
||||
version: 1.10.30.1
|
||||
version: 1.10.30.2
|
||||
description: Adds an advanced administration panel to manage your site
|
||||
icon: empire
|
||||
author:
|
||||
|
||||
Reference in New Issue
Block a user