diff --git a/CHANGELOG.md b/CHANGELOG.md index bddd83105..3ea47ce0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.2.23 - 2020-10-16 + +### Changed +- File upload fields now render links to their control-panel assets in email templates, in addition to being attachments. + +### Fixed +- Fixed group fields displaying incorrectly in email previews. +- Fixed group fields not checking for nested field’s `hasLabel` attribute in email content. +- Fixed repeater fields not checking for nested field’s `hasLabel` attribute in email content. +- Fixed form settings now saving correctly when users with limited permissions save forms. +- Fixed an error with entry integrations and author. +- Element integrations now correctly translate Formie fields to Craft fields. + ## 1.2.22 - 2020-10-15 ### Added diff --git a/composer.json b/composer.json index 4de06aa78..a71bb04d8 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": "1.2.22", + "version": "1.2.23", "keywords": [ "craft", "cms",