Skip to content

Commit

Permalink
1.1.0 release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
picocodes committed Jun 9, 2024
1 parent 92c72d3 commit 81fea1a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 86 deletions.
3 changes: 1 addition & 2 deletions includes/integrations/noptin.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ public function verify_token() {
$error = $this->is_valid();

if ( is_wp_error( $error ) ) {
echo esc_html( $error->get_error_message() );
exit;
wp_send_json_error( esc_html( $error->get_error_message() ) );
}

}
Expand Down
78 changes: 0 additions & 78 deletions phpcs.xml.dist

This file was deleted.

6 changes: 3 additions & 3 deletions plugin.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* Plugin Name: Hizzle reCAPTCHA
* Plugin URI: https://hizzle.co/recaptcha
* Plugin URI: https://hizzlewp.com/recaptcha
* Description: The ultimate WordPress and WooCommerce reCAPTCHA plugin
* Version: 1.0.3
* Version: 1.1.0
* Author: Hizzle
* Author URI: https://hizzle.co/
* Author URI: https://hizzlewp.com/
* Text Domain: hizzle-recaptcha
* Domain Path: /languages/
* Requires at least: 5.0
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Contributors: picocodes, mutendebrian
Tags: spam, google, recaptcha, captcha
Requires at least: 4.9
Tested up to: 6.1
Tested up to: 6.5
Requires PHP: 5.3
Version: 1.0.3
Stable tag: 1.0.3
Version: 1.1.0
Stable tag: 1.1.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -88,6 +88,9 @@ Yes, as long as your theme follows the WordPress theme development guidelines.

== Changelog ==

= 1.1.0 =
* Test on WordPress 6.5.

= 1.0.3 =
* Add ability to user alternative script source.

Expand Down

0 comments on commit 81fea1a

Please sign in to comment.