Releases: hybridinteractive/craft-contact-form-extensions
Releases · hybridinteractive/craft-contact-form-extensions
Version 5.0.0
Please note: Craft 5's version of this plugin does not support Recaptcha, we apologize for any inconvenience.
Version 4.2.3
Adding disclaimer about using the name=message issue.
Version 4.2.2
Fixed an issue where the settings tabs were not showing #164
Version 4.2.1
[4.2.1] - 2022-11-02
Fixed an issue where you couldn't update the Recaptcha settings in the Dashboard. #162
Version 4.2.0
Release beta label. Thank you all for helping us test this out so thoroughly! You all rock \m/!
Version 1.3.2
- Update guzzle version
- Update Recaptcha function handling
Version 4.0.0-beta.3
There were many updates made for this plugin and cleaned up and adjusted many things. The 4 changes below will need to be updated in the templates in order for everything to work.
message[template] -> message[confirmationTemplate]
message[subject] -> message[confirmationSubject]
message[recaptchaTemplateOverride'] -> message[disableRecaptcha]
message[saveSubmissionOverride] -> message[disableSaveSubmission]
Version 1.3.1
- Added Graceful handling of visiting URLs of deleted forms. #140
- Final preparation for Craft 4
Version 1.3.0
- Adding ability to override recaptcha on a per form basis. #108
- Override for saving to db on a per form basis
- Add ability to disable the email confirmation should be sent on a specific form.
Version 1.2.8
- Fixed Second form on page does not send #78 - Added unique id's to the functions and id tags to make the recaptcha separate for each form.
- Can the recaptcha script be defer / async? #100 - Added a callback function off the async script loading that keeps everything loading together correctly.
- Use of recaptcha.net instead of google.com #113 - Added settings and ability to override the API URL and Verification API URL.