From 46e47c26b5200f60f2a826843556931596178f89 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Tue, 13 Oct 2020 11:58:25 +1100 Subject: [PATCH] version 1.2.21 --- CHANGELOG.md | 12 ++++++++++++ composer.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6df992f94..19ccd1fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.2.21 - 2020-10-13 + +### Added +- Added `enableUnloadWarning` plugin setting, to control the “unload” warning for front-end forms. This warning is used to prompt users their form has changed for good UX. +- Added `renderJs` and `renderCss` options to `renderForm()`, to allow for enable/disable of resources on specific render calls. + +### Fixed +- Fixed potential error with Agree field descriptions. +- Fixed incorrectly exporting all form submissions site-wide when a specific form’s submissions were selected. +- Fixed submission exports not resolving the content table correctly. +- Fixed submission element index not showing available custom fields to customise with. + ## 1.2.20 - 2020-10-12 ### Added diff --git a/composer.json b/composer.json index 3e0b47e4e..d2765a280 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.20", + "version": "1.2.21", "keywords": [ "craft", "cms",