From 7bd2f50ca262ec9afdb59a18a550a6945bd7de51 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Wed, 9 Jul 2025 11:05:28 -0300 Subject: [PATCH 1/3] Update changelog --- changelog.txt | 3 +++ readme.txt | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index b92d668e03..d68e774a04 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,7 @@ == Changelog == += 6.22.2 = +* Fix: A fatal error on some websites would occur because of an issue with incorrect cached data types. + = 6.22.1 = * New: Stripe, Square, PayPal, and Authorize.Net settings have now been moved to a new Payments section in Global Settings. * Fix: The honeypot field would appear incorrectly when editing in-place. diff --git a/readme.txt b/readme.txt index 8d40053535..51dfefadc4 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.1 Requires PHP: 7.0 -Stable tag: 6.22.1 +Stable tag: 6.22.2 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.22.2 = +* Fix: A fatal error on some websites would occur because of an issue with incorrect cached data types. + = 6.22.1 = * New: Stripe, Square, PayPal, and Authorize.Net settings have now been moved to a new Payments section in Global Settings. * Fix: The honeypot field would appear incorrectly when editing in-place. From 20fe172d2797ddf98ea325f755df192c3362b7d2 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Wed, 9 Jul 2025 11:18:14 -0300 Subject: [PATCH 2/3] Prepare for v6.22.2 --- 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 c8fa53a47c..6bbfae5fc4 100644 --- a/classes/helpers/FrmAppHelper.php +++ b/classes/helpers/FrmAppHelper.php @@ -29,7 +29,7 @@ class FrmAppHelper { * * @var string */ - public static $plug_version = '6.22.1'; + public static $plug_version = '6.22.2'; /** * @var bool diff --git a/formidable.php b/formidable.php index 295eb28274..ddebee0786 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.22.1 + * Version: 6.22.2 * 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 b4d604ac21..55a5c67912 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.22.1\n" +"Project-Id-Version: Formidable Forms 6.22.2\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-07-08T18:49:23+00:00\n" +"POT-Creation-Date: 2025-07-09T14:06:28+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" From dacd695a2748b1f26d3fbd4001f8fe8b383eb0c8 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Wed, 9 Jul 2025 11:30:00 -0300 Subject: [PATCH 3/3] Fix e2e test --- tests/cypress/e2e/Entries/EntriesPageDataValidations.cy.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/cypress/e2e/Entries/EntriesPageDataValidations.cy.js b/tests/cypress/e2e/Entries/EntriesPageDataValidations.cy.js index a44e83cd56..a7b682ff66 100644 --- a/tests/cypress/e2e/Entries/EntriesPageDataValidations.cy.js +++ b/tests/cypress/e2e/Entries/EntriesPageDataValidations.cy.js @@ -43,7 +43,8 @@ describe("Entries submitted from a form", () => { "Want to search submitted entries?", "Make your site dynamic. Enable front-end editing.", "Edit form entries anytime with entry management.", - "Want to import entries into your forms?" + "Want to import entries into your forms?", + "Turn entries into dynamic content — no code needed." ]); })