Releases: die-wegmeister/Wegmeister.Recaptcha
Releases · die-wegmeister/Wegmeister.Recaptcha
Improve handling of proxy settings
Merge pull request #26 from rtp-cgs/feature/curl-proxy-option Feature/curl proxy option
Add new option to use a custom request method / proxy
Fix @if Condition in CaptchaV3
Merge pull request #24 from l-mbert/patch-1 BUGFIX: Fix @if Condition in CaptchaV3
Add support for using Google reCaptcha v3 in Neos Fusion Forms
This release adds support to use this package with the new Neos.Fusion.Form.
Thx to @lorenzulrich for his PR on this.
Fix a bug with recaptcha timeouts
Google reCaptcha will expire after two minutes. To prevent forms from having an invalid recaptcha, we will update the recaptcha every 110 seconds.
Thanks to @fanat98 for creating a PR for this.
Remove php version from requirements
neos/form already has the required php version constraint, so we will remove it here.
Add fix for reCaptcha V3
2.3.1 UPDATE: Change composer requirements to fix a vulnerability in neos/form
Add support for Neos 5.x
Merge pull request #15 from Lemmork/feature/noes5 TASK: Set requirements to work with neos 4 and 5
Fix siteKey rendering in js
Merge pull request #14 from derweba/master Fix siteKey rendering for script src
Add french translation
2.1.3 TASK: Update Readme, add french to I18N section