Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion classes/helpers/FrmAppHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class FrmAppHelper {
*
* @var string
*/
public static $plug_version = '6.22.1';
public static $plug_version = '6.22.2';
Comment thread
Crabcyborg marked this conversation as resolved.

/**
* @var bool
Expand Down
2 changes: 1 addition & 1 deletion formidable.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
Crabcyborg marked this conversation as resolved.
* Plugin URI: https://formidableforms.com/
* Author URI: https://formidableforms.com/
* Author: Strategy11 Form Builder Team
Expand Down
4 changes: 2 additions & 2 deletions languages/formidable.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion tests/cypress/e2e/Entries/EntriesPageDataValidations.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]);
})

Expand Down