From 3d2c27e904e4870cf006e165b177ee310b64d78a Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Wed, 10 Sep 2025 08:43:25 -0300 Subject: [PATCH 1/2] Update changelog --- changelog.txt | 3 +++ readme.txt | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index bd01ffc3c7..ac1947e402 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,7 @@ == Changelog == += 6.24.1 = +* Fix: Importing entries with a CSV file stopped working with v6.24. + = 6.24 = * New: Field settings have been redesigned. * Fix: A section ID would not properly get set when dragging a field into a field group within a section or repeater. This could cause issues with fields unexpectedly appearing outside of a repeater. diff --git a/readme.txt b/readme.txt index eadce377ff..64f4ec45fe 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: forms, form builder, survey, payment form, custom form, contact form, form Requires at least: 5.2 Tested up to: 6.8 Requires PHP: 7.0 -Stable tag: 6.24 +Stable tag: 6.24.1 The most advanced WordPress forms plugin. Go beyond contact forms with our drag and drop form builder for surveys, quizzes, and more. @@ -372,6 +372,9 @@ Using our Zapier integration, you can easily connect your website with over 5,00 See all [Formidable Zapier Integrations](https://zapier.com/apps/formidable/integrations). == Changelog == += 6.24.1 = +* Fix: Importing entries with a CSV file stopped working with v6.24. + = 6.24 = * New: Field settings have been redesigned. * Fix: A section ID would not properly get set when dragging a field into a field group within a section or repeater. This could cause issues with fields unexpectedly appearing outside of a repeater. From ca5ebfafc37fa5c0069c2ecfa0c73c155d903535 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Wed, 10 Sep 2025 08:44:14 -0300 Subject: [PATCH 2/2] Prepare for v6.24.1 --- classes/helpers/FrmAppHelper.php | 2 +- formidable.php | 2 +- languages/formidable.pot | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/classes/helpers/FrmAppHelper.php b/classes/helpers/FrmAppHelper.php index d38a3a0bde..7cabf00c45 100644 --- a/classes/helpers/FrmAppHelper.php +++ b/classes/helpers/FrmAppHelper.php @@ -29,7 +29,7 @@ class FrmAppHelper { * * @var string */ - public static $plug_version = '6.24'; + public static $plug_version = '6.24.1'; /** * @var bool diff --git a/formidable.php b/formidable.php index 521e393035..20eff99817 100644 --- a/formidable.php +++ b/formidable.php @@ -2,7 +2,7 @@ /** * Plugin Name: Formidable Forms * Description: Quickly and easily create drag-and-drop forms - * Version: 6.24 + * Version: 6.24.1 * Plugin URI: https://formidableforms.com/ * Author URI: https://formidableforms.com/ * Author: Strategy11 Form Builder Team diff --git a/languages/formidable.pot b/languages/formidable.pot index daea7ce9bd..d2e93cd608 100644 --- a/languages/formidable.pot +++ b/languages/formidable.pot @@ -2,14 +2,14 @@ # This file is distributed under the same license as the Formidable Forms plugin. msgid "" msgstr "" -"Project-Id-Version: Formidable Forms 6.24\n" +"Project-Id-Version: Formidable Forms 6.24.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/formidable\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2025-09-09T15:03:15+00:00\n" +"POT-Creation-Date: 2025-09-10T11:43:53+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "X-Domain: formidable\n"