Skip to content

Commit

Permalink
prepare release 1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinfuchs committed Oct 2, 2024
1 parent 5205bc6 commit e50890e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 4 additions & 8 deletions friendly-captcha/friendly-captcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Plugin Name: Friendly Captcha for WordPress
* Description: Protect WordPress website forms from spam and abuse with Friendly Captcha, a privacy-first anti-bot solution.
* Version: 1.15.2
* Version: 1.15.3
* Requires at least: 5.0
* Requires PHP: 7.3
* Author: Friendly Captcha GmbH
Expand All @@ -19,7 +19,7 @@
die;
}

define('FRIENDLY_CAPTCHA_VERSION', '1.15.2');
define('FRIENDLY_CAPTCHA_VERSION', '1.15.3');
define('FRIENDLY_CAPTCHA_FRIENDLY_CHALLENGE_VERSION', '0.9.18');
define('FRIENDLY_CAPTCHA_FRIENDLY_CAPTCHA_SDK_VERSION', '0.1.8');
define('FRIENDLY_CAPTCHA_SUPPORTED_LANGUAGES', [
Expand Down Expand Up @@ -61,15 +61,11 @@

register_activation_hook(__FILE__, 'frcaptcha_activate');

function frcaptcha_activate()
{
}
function frcaptcha_activate() {}

register_deactivation_hook(__FILE__, 'frcaptcha_deactivate');

function frcaptcha_deactivate()
{
}
function frcaptcha_deactivate() {}

require plugin_dir_path(__FILE__) . 'vendor/autoload.php';
require plugin_dir_path(__FILE__) . 'includes/core.php';
6 changes: 5 additions & 1 deletion friendly-captcha/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: captcha, antispam, spam, contact form, recaptcha, friendly-captcha, block
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.3
Stable tag: 1.15.2
Stable tag: 1.15.3
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -96,6 +96,10 @@ However, you may wish to email the authors of plugins you'd like to support Frie

== Changelog ==

= 1.15.3 =

* Remove incorrect plugin detection for Divi integration

= 1.15.2 =

* Use polyfilled version of widgets for better old browser support for Friendly Captcha v1.
Expand Down

0 comments on commit e50890e

Please sign in to comment.