Skip to content

Commit

Permalink
Merge branch 'release/1.10.30.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
w00fz committed Feb 9, 2022
2 parents f20a92a + 54d0bfc commit 506415f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function getFormFieldTypes()
'array' => true
],
'elements' => [
'input@' => false
'input@' => true
],
'element' => [
'input@' => false
Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 506415f

Please sign in to comment.