Skip to content

Commit

Permalink
Update SDK to 0.1.10 (#143)
Browse files Browse the repository at this point in the history
* Update SDK to 0.1.10

* update version number everywhere

---------

Co-authored-by: merlinfuchs <merlinfuchs2001@gmail.com>
  • Loading branch information
gzuidhof and merlinfuchs authored Nov 28, 2024
1 parent 4381d4e commit 3626cb7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 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.4
* Version: 1.15.5
* Requires at least: 5.0
* Requires PHP: 7.3
* Author: Friendly Captcha GmbH
Expand All @@ -19,9 +19,9 @@
die;
}

define('FRIENDLY_CAPTCHA_VERSION', '1.15.4');
define('FRIENDLY_CAPTCHA_VERSION', '1.15.5');
define('FRIENDLY_CAPTCHA_FRIENDLY_CHALLENGE_VERSION', '0.9.18');
define('FRIENDLY_CAPTCHA_FRIENDLY_CAPTCHA_SDK_VERSION', '0.1.8');
define('FRIENDLY_CAPTCHA_FRIENDLY_CAPTCHA_SDK_VERSION', '0.1.10');
define('FRIENDLY_CAPTCHA_SUPPORTED_LANGUAGES', [
"en" => "English",
"de" => "German",
Expand Down
2 changes: 1 addition & 1 deletion friendly-captcha/public/vendor/v2/site.compat.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 3626cb7

Please sign in to comment.