Skip to content

Commit 046bdf8

Browse files
committed
Update friendly captcha sdk
1 parent 155ea39 commit 046bdf8

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

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

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

friendly-captcha/readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ However, you may wish to email the authors of plugins you'd like to support Frie
124124

125125
* Add support for generic integrations with custom PHP-Code
126126
* Add support for SI Schedule+Registration
127+
* Update Friendly Captcha SDKs to most recent versions
127128

128129
= 1.16.0 =
129130

scripts/update-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ curl -o ./friendly-captcha/public/vendor/v1/widget.module.min.js https://cdn.jsd
44
curl -o ./friendly-captcha/public/vendor/v1/widget.polyfilled.min.js https://cdn.jsdelivr.net/npm/friendly-challenge@${V1_VERSION}/widget.polyfilled.min.js
55

66
# V2
7-
V2_VERSION="0.1.36"
7+
V2_VERSION="1.0.0"
88
curl -o ./friendly-captcha/public/vendor/v2/site.min.js https://cdn.jsdelivr.net/npm/@friendlycaptcha/sdk@${V2_VERSION}/site.min.js
99
curl -o ./friendly-captcha/public/vendor/v2/site.compat.min.js https://cdn.jsdelivr.net/npm/@friendlycaptcha/sdk@${V2_VERSION}/site.compat.min.js

0 commit comments

Comments
 (0)