We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e9480 commit dc94c47Copy full SHA for dc94c47
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## v6.1.0 - 2024-08-23
6
+
7
+* Added [hCaptcha](https://www.hcaptcha.com/) support. You can now use either Google Recaptcha or hCaptcha by passing the appropriate captcha object
8
+ to the `captcha` option in the field configuration. See the [hCaptcha example](/examples/hcaptcha/index.php) for more info.
9
10
## v6.0.0 - 2024-08-22
11
12
* Refactored all jQuery code to vanilla JavaScript/TypeScript. jQuery is no longer required.
0 commit comments