From 050d3fc6f75f1d2c80a6ba7b9c99c7dda44f76d5 Mon Sep 17 00:00:00 2001 From: Guido Zuidhof Date: Wed, 18 Mar 2026 19:47:35 +0100 Subject: [PATCH] Update SDK versions mentioned --- docs/getting-started/install.md | 6 +++--- docs/guides/migrating-from-hcaptcha.md | 4 ++-- docs/guides/migrating-from-recaptcha.md | 4 ++-- docs/guides/upgrading-from-v1/script.md | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/getting-started/install.md b/docs/getting-started/install.md index bea991f..e0ebbc7 100644 --- a/docs/getting-started/install.md +++ b/docs/getting-started/install.md @@ -16,14 +16,14 @@ To create widgets from Javascript code, [see **Option B** below](#option-b-progr Add the following to your website's HTML: ```html - - + + ``` ::::tip #### Using the scripts without a CDN (i.e. self-hosting) -Using `cdn.jsdelivr.net` is optional. If preferred, you can self-host the scripts. [Download the latest release files](https://cdn.jsdelivr.net/npm/@friendlycaptcha/sdk@0.1.36) and serve them from your own server. +Using `cdn.jsdelivr.net` is optional. If preferred, you can self-host the scripts. [Download the latest release files](https://cdn.jsdelivr.net/npm/@friendlycaptcha/sdk@0.2.0) and serve them from your own server. Remember to update these scripts regularly. `cdn.jsdelivr.net` is blocked in some jurisdictions, like some parts of China. If your website needs to be reachable from these jurisdictions, we recommend that you self-host the scripts. diff --git a/docs/guides/migrating-from-hcaptcha.md b/docs/guides/migrating-from-hcaptcha.md index cbfeb9c..1ac2e36 100644 --- a/docs/guides/migrating-from-hcaptcha.md +++ b/docs/guides/migrating-from-hcaptcha.md @@ -33,9 +33,9 @@ Instead you would replace the hCaptcha plugin and install a plugin that supports ``` with the hCAPTCHA-compatible Friendly Captcha scripts. ```html - - ``` diff --git a/docs/guides/migrating-from-recaptcha.md b/docs/guides/migrating-from-recaptcha.md index b2ba73a..a2d7baf 100644 --- a/docs/guides/migrating-from-recaptcha.md +++ b/docs/guides/migrating-from-recaptcha.md @@ -32,9 +32,9 @@ Instead you would replace the reCAPTCHA plugin and install a plugin that support ``` with the reCAPTCHA-compatible Friendly Captcha scripts. ```html - - ``` diff --git a/docs/guides/upgrading-from-v1/script.md b/docs/guides/upgrading-from-v1/script.md index 06572c1..c7e1498 100644 --- a/docs/guides/upgrading-from-v1/script.md +++ b/docs/guides/upgrading-from-v1/script.md @@ -13,9 +13,9 @@ Replace the `friendly-challenge` scripts ``` with the new `@friendlycaptcha/sdk` scripts ```html - - ``` ## 2. 🇪🇺 Update custom API endpoints