Skip to content

Releases: hybridinteractive/craft-contact-form-extensions

Version 5.0.0

25 Jul 17:27
7a874d0
Compare
Choose a tag to compare

Please note: Craft 5's version of this plugin does not support Recaptcha, we apologize for any inconvenience.

Version 4.2.3

20 Dec 20:27
725f1df
Compare
Choose a tag to compare

Adding disclaimer about using the name=message issue.

Version 4.2.2

14 Nov 20:09
cb5a3ed
Compare
Choose a tag to compare

Fixed an issue where the settings tabs were not showing #164

Version 4.2.1

02 Nov 19:31
2e9e3f3
Compare
Choose a tag to compare

[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

12 Sep 16:49
9ef7620
Compare
Choose a tag to compare

Release beta label. Thank you all for helping us test this out so thoroughly! You all rock \m/!

Version 1.3.2

08 Jun 17:30
8eea97c
Compare
Choose a tag to compare
  • Update guzzle version
  • Update Recaptcha function handling

Version 4.0.0-beta.3

16 May 19:22
08f0be5
Compare
Choose a tag to compare

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

04 May 18:53
Compare
Choose a tag to compare
  • Added Graceful handling of visiting URLs of deleted forms. #140
  • Final preparation for Craft 4

Version 1.3.0

14 Apr 17:47
Compare
Choose a tag to compare
  • 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

19 Oct 19:07
Compare
Choose a tag to compare
  • 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.