From c537715ded4ec3bc34191ffbd85a8fb51db6898b Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Thu, 5 Jan 2023 16:25:23 +1100 Subject: [PATCH] version 3.0.5 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5666e82..5b43f23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 3.0.5 - 2023-01-05 + +### Fixed +- Fix Audit items showing field layouts with no fields. +- Fix an error when running Audit on elements where their plugin is disabled, but installed. +- Fix error when importing Neo block type with null field layout. (thanks @ttempleton). + ## 3.0.4 - 2022-10-13 ### Fixed diff --git a/composer.json b/composer.json index de75922..4bb035b 100644 --- a/composer.json +++ b/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",