Skip to content

Commit

Permalink
Bump up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Oct 9, 2024
1 parent 29d8536 commit b201859
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .tests/php/integration/Kadence/FormTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'] ) );
Expand Down
2 changes: 1 addition & 1 deletion .tests/php/integration/Migrations/MigrationsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [],
Expand Down
13 changes: 13 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions hcaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -39,7 +39,7 @@
/**
* Plugin version.
*/
const HCAPTCHA_VERSION = '4.6.0-RC1';
const HCAPTCHA_VERSION = '4.6.0';

/**
* Path to the plugin dir.
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b201859

Please sign in to comment.