diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3cdac..9043d2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 100.2.6 + +- Widget added during checkout login when email exists ([14](https://github.com/Pixel-Open/magento-cloudflare-turnstile/issues/14)) + ## 100.2.5 - Fix redirect URI error when no referer diff --git a/composer.json b/composer.json index b3ab353..ca4a1cf 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "magento/framework": "*" }, "type": "magento2-module", - "version": "100.2.5", + "version": "100.2.6", "autoload": { "files": [ "registration.php" diff --git a/view/frontend/layout/checkout_index_index.xml b/view/frontend/layout/checkout_index_index.xml index e0ed2e1..346d163 100644 --- a/view/frontend/layout/checkout_index_index.xml +++ b/view/frontend/layout/checkout_index_index.xml @@ -1,7 +1,7 @@