Skip to content

Commit 3626cb7

Browse files
Update SDK to 0.1.10 (#143)
* Update SDK to 0.1.10 * update version number everywhere --------- Co-authored-by: merlinfuchs <[email protected]>
1 parent 4381d4e commit 3626cb7

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

friendly-captcha/friendly-captcha.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Plugin Name: Friendly Captcha for WordPress
55
* Description: Protect WordPress website forms from spam and abuse with Friendly Captcha, a privacy-first anti-bot solution.
6-
* Version: 1.15.4
6+
* Version: 1.15.5
77
* Requires at least: 5.0
88
* Requires PHP: 7.3
99
* Author: Friendly Captcha GmbH
@@ -19,9 +19,9 @@
1919
die;
2020
}
2121

22-
define('FRIENDLY_CAPTCHA_VERSION', '1.15.4');
22+
define('FRIENDLY_CAPTCHA_VERSION', '1.15.5');
2323
define('FRIENDLY_CAPTCHA_FRIENDLY_CHALLENGE_VERSION', '0.9.18');
24-
define('FRIENDLY_CAPTCHA_FRIENDLY_CAPTCHA_SDK_VERSION', '0.1.8');
24+
define('FRIENDLY_CAPTCHA_FRIENDLY_CAPTCHA_SDK_VERSION', '0.1.10');
2525
define('FRIENDLY_CAPTCHA_SUPPORTED_LANGUAGES', [
2626
"en" => "English",
2727
"de" => "German",

friendly-captcha/public/vendor/v2/site.compat.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)