We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12fb7dd commit c537715Copy full SHA for c537715
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 3.0.5 - 2023-01-05
4
+
5
+### Fixed
6
+- Fix Audit items showing field layouts with no fields.
7
+- Fix an error when running Audit on elements where their plugin is disabled, but installed.
8
+- Fix error when importing Neo block type with null field layout. (thanks @ttempleton).
9
10
## 3.0.4 - 2022-10-13
11
12
### Fixed
composer.json
@@ -2,7 +2,7 @@
"name": "verbb/field-manager",
"description": "Manage your fields and field groups with ease with simple field or group cloning and quicker overall management.",
"type": "craft-plugin",
- "version": "3.0.4",
+ "version": "3.0.5",
"keywords": [
"craft",
"cms",
0 commit comments