From b2018590b26479c8bed5994d767560d9e085fbf8 Mon Sep 17 00:00:00 2001 From: kagg-design Date: Thu, 10 Oct 2024 00:35:05 +0300 Subject: [PATCH] Bump up version. --- .tests/php/integration/Kadence/FormTest.php | 2 ++ .../php/integration/Migrations/MigrationsTest.php | 2 +- changelog.txt | 13 +++++++++++++ hcaptcha.php | 4 ++-- readme.txt | 3 ++- 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.tests/php/integration/Kadence/FormTest.php b/.tests/php/integration/Kadence/FormTest.php index 73127e35..90544737 100644 --- a/.tests/php/integration/Kadence/FormTest.php +++ b/.tests/php/integration/Kadence/FormTest.php @@ -191,6 +191,8 @@ static function () use ( &$die_arr ) { $subject->process_ajax(); $json = ob_get_clean(); + $expected_json['data']['headers_sent'] = $json['data']['headers_sent']; + // phpcs:disable WordPress.Security.NonceVerification.Missing self::assertFalse( isset( $_POST['h-captcha-response'] ) ); self::assertFalse( isset( $_POST['g-recaptcha-response'] ) ); diff --git a/.tests/php/integration/Migrations/MigrationsTest.php b/.tests/php/integration/Migrations/MigrationsTest.php index 26e6b03c..4885449e 100644 --- a/.tests/php/integration/Migrations/MigrationsTest.php +++ b/.tests/php/integration/Migrations/MigrationsTest.php @@ -96,7 +96,7 @@ public function test_migrate(): void { 'wp_status' => [], 'bbp_status' => [], 'bp_status' => [], - 'cf7_status' => [], + 'cf7_status' => [ 'live' ], 'divi_status' => [], 'elementor_pro_status' => [], 'fluent_status' => [], diff --git a/changelog.txt b/changelog.txt index 63332cac..a013ec67 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,16 @@ += 4.6.0 = +* Added support for Simple Membership Login, Register and Lost Password forms. +* Added option to show Live Form in CF7 admin. +* Added hCaptcha tab on Gravity Forms settings page. +* Added uninstallation code to delete plugin data. +* Improved compatibility with hCaptcha API. +* Fixed appearance of hCaptcha in Ninja Form admin editor after form saving only. +* Fixed not rendering of hCaptcha in Gravity Forms admin editor after adding the hCaptcha field. +* Fixed not rendering of hCaptcha in Essential Addons admin editor. +* Fixed switching between Security Settings on Fluent Forms Global Settings page. +* Fixed layout for settings pages with RTL languages. +* Fixed layout for Contact Form 7 with RTL languages. + = 4.5.0 = * Added support for Jetpack forms in block theme templates. * Added support for bbPress Login, Register and Lost Password forms. diff --git a/hcaptcha.php b/hcaptcha.php index 3b1cf2c2..4fdb860e 100644 --- a/hcaptcha.php +++ b/hcaptcha.php @@ -10,7 +10,7 @@ * Plugin Name: hCaptcha for WP * Plugin URI: https://www.hcaptcha.com/ * Description: hCaptcha keeps out bots and spam while putting privacy first. It is a drop-in replacement for reCAPTCHA. - * Version: 4.6.0-RC1 + * Version: 4.6.0 * Requires at least: 5.3 * Requires PHP: 7.2 * Author: hCaptcha @@ -39,7 +39,7 @@ /** * Plugin version. */ -const HCAPTCHA_VERSION = '4.6.0-RC1'; +const HCAPTCHA_VERSION = '4.6.0'; /** * Path to the plugin dir. diff --git a/readme.txt b/readme.txt index d0a633a6..bb7afc31 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: captcha, hcaptcha, antispam, abuse, protect Requires at least: 5.3 Tested up to: 6.6 Requires PHP: 7.2 -Stable tag: 4.5.0 +Stable tag: 4.6.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -533,6 +533,7 @@ If this feature is enabled, anonymized statistics on your plugin configuration, * Quform Forms * Sendinblue Form * Simple Download Monitor Form +* Simple Membership Login, Lost Password, and Register Forms * Simple Basic Contact Form * Spectra — WordPress Gutenberg Blocks Form * Subscriber Form