You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## [1.2.8] - 2021-10-19
8
+
- Fixed Second form on page does not send [#78](https://github.com/hybridinteractive/craft-contact-form-extensions/issues/78) - Added unique id's to the functions and id tags to make the recaptcha separate for each form.
9
+
- Can the recaptcha script be defer / async? [#100](https://github.com/hybridinteractive/craft-contact-form-extensions/issues/100) - Added a callback function off the async script loading that keeps everything loading together correctly.
10
+
- Use of recaptcha.net instead of google.com [#113](https://github.com/hybridinteractive/craft-contact-form-extensions/issues/113) - Added settings and ability to override the API URL and Verification API URL.
11
+
7
12
## [1.2.7] - 2021-10-13
8
13
- Update readme for additional clarity on reCaptcha placement. Cheers to [@jamiematrix](https://github.com/jamiematrix) for the [assist](https://github.com/hybridinteractive/craft-contact-form-extensions/pull/124)!
0 commit comments