From 950c069258ee795749f3e063735995e20de2c223 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Mon, 2 Dec 2024 11:23:37 +1100 Subject: [PATCH] version 2.1.34 --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f339fb2d..52c0317a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.1.34 - 2024-12-02 + +### Fixed +- Fix an error when saving integration settings for forms. +- Fix User element integrations not using UIDs for the target groups. +- Fix Entry element integrations not using UIDs for the target entry type. +- Fix an issue with User element integration and the “Send Activation Email” setting. +- Fix checkbox select fields field settings not retaining their value. + ## 2.1.33 - 2024-11-13 ### Added diff --git a/composer.json b/composer.json index eb03a716c..4ffd165c9 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": "2.1.33", + "version": "2.1.34", "keywords": [ "craft", "cms",