Releases: GeorgeHulpoi/payload-recaptcha-v3
Releases · GeorgeHulpoi/payload-recaptcha-v3
3.1.0
3.0.0
This is the stable version for Payload v3. This version has improved the tests, using end-to-end tests directly with Google reCAPTCHA.
Features
- Implemented a skip callback that can bypass the protection.
- The errorHandler callback receives more details in arguments.
- You can provide skip and errorHandler in a specific operation, not whole-project.
- The plugin adds x-recaptcha-v3 header name in Allowed Headers for CORS.
- Simplified the whole plugin.
3.0.0-beta.2
3.0.0-beta.2
Fix
- Removed
import 'server-only'
that causes error.
3.0.0-beta.1
3.0.0-beta.1
Changed the code for breaking changes from Payload.
You can use this plugin with Payload beta.90
with Next.js 15.0.0-canary.104
.
3.0.0-beta.0
3.0.0-beta.0
This is the beta version for Payload v3. This version has improved the tests, using end-to-end tests directly with Google reCAPTCHA.
Features
- Implemented a
skip
callback that can bypass the protection. - The
errorHandler
callback receives more details in arguments. - You can provide
skip
anderrorHandler
in a specific operation, not whole-project. - The plugin adds
x-recaptcha-v3
header name in Allowed Headers for CORS. - Simplified the whole plugin.
v2.0.1
#v2.0.1
- fix: the response doesn't contain any data property => as result v2.0.0 is deprecated in favor of v2.0.1
v1.2.1
v1.2.1
- fix: the response doesn't contain any data property => as result v1.2.0 is deprecated in favor of v1.2.1
v2.0.0
v2.0.0
- upgraded to Payload v2
- removed
axios
in favor of nativefetch
. - added requirement to have Node.js >= 18.x
v1.2.0
v1.2.0
- removed
axios
in favor of nativefetch
. - added requirement to have Node.js >= 18.x
v1.0.0
The stable version with the necessary tests has been published.