From fc179f1a65843490bfa2af5fc93e2f79085c028e Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Thu, 16 Jul 2026 10:11:26 -0300 Subject: [PATCH 1/2] Update readme --- changelog.txt | 3 +++ readme.txt | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 02720a2414..c926a1e59a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,7 @@ == Changelog == += 6.33.1 = +* Fix: Public taxonomy pages could result in 404 errors, caused by a missing check in the new Gated Content actions. + = 6.33 = * New: A new Gated Content form action type has been added. Now you can easily give access to restricted pages, views, pdfs, and files! * New: A new Spam settings section has been added to Form settings. Several spam settings have been moved here. In addition this section includes a summary of Global Spam settings, and a new Include Captcha in this form setting to easily add and remove Captcha fields. diff --git a/readme.txt b/readme.txt index 4b27860cc7..41236a7be1 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: forms, form builder, custom form, contact form, payment form Requires at least: 6.3 Tested up to: 7.0 Requires PHP: 7.0 -Stable tag: 6.33 +Stable tag: 6.33.1 The most powerful drag and drop WordPress form builder for contact forms, payment forms, calculators, quizzes, surveys, and data-driven applications. @@ -364,6 +364,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.33.1 = +* Fix: Public taxonomy pages could result in 404 errors, caused by a missing check in the new Gated Content actions. + = 6.33 = * New: A new Gated Content form action type has been added. Now you can easily give access to restricted pages, views, pdfs, and files! * New: A new Spam settings section has been added to Form settings. Several spam settings have been moved here. In addition this section includes a summary of Global Spam settings, and a new Include Captcha in this form setting to easily add and remove Captcha fields. From 12c3aacef484b1fe7b7583f85c7236e85f285b95 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Thu, 16 Jul 2026 10:14:27 -0300 Subject: [PATCH 2/2] Prepare for 6.33.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 b2aff9d547..1ced86cc4b 100644 --- a/classes/helpers/FrmAppHelper.php +++ b/classes/helpers/FrmAppHelper.php @@ -29,7 +29,7 @@ class FrmAppHelper { * * @var string */ - public static $plug_version = '6.33'; + public static $plug_version = '6.33.1'; /** * @var bool diff --git a/formidable.php b/formidable.php index 33efc8b257..807b9a89b5 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.33 + * Version: 6.33.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 cc31c75860..d264407360 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.33\n" +"Project-Id-Version: Formidable Forms 6.33.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: 2026-07-14T17:54:22+00:00\n" +"POT-Creation-Date: 2026-07-16T13:13:04+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"