diff --git a/CHANGELOG.md b/CHANGELOG.md index 6003bb381..b9b926ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 3.0.11 - 2024-11-15 + +### Fixed +- Fix an error for form usage, when dealing with nested entries. +- Fix a Craft 5.5 migration compatibility issue. +- Fix user permissions for form access in the control panel. + ## 3.0.10 - 2024-11-13 ### Added diff --git a/composer.json b/composer.json index 9e214b22a..b5743e18f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/formie", "description": "The most user-friendly forms plugin for Craft.", "type": "craft-plugin", - "version": "3.0.10", + "version": "3.0.11", "keywords": [ "craft", "cms",