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 Aug 3, 2023
1 parent d13a800 commit 7b8958a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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 WordPress
* 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: 3.0.0
* Version: 3.0.1
* Requires at least: 5.0
* Requires PHP: 7.0
* Author: hCaptcha
Expand Down Expand Up @@ -39,7 +39,7 @@
/**
* Plugin version.
*/
const HCAPTCHA_VERSION = '3.0.0';
const HCAPTCHA_VERSION = '3.0.1';

/**
* Path to the plugin dir.
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: captcha, hcaptcha, recaptcha, spam, abuse
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.0.0
Stable tag: 3.0.0
Stable tag: 3.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -482,6 +482,9 @@ Instructions for popular native integrations are below:

== Changelog ==

= 3.0.1 =
* Fixed error on Contact Form 7 validation.

= 3.0.0 =
* Dropped support for PHP 5.6. Minimum required PHP version is now 7.0.
* Tested with WordPress 6.3.
Expand Down

0 comments on commit 7b8958a

Please sign in to comment.