Skip to content

Commit a947c3e

Browse files
Prepping for 1.2.8 release
1 parent d1371f8 commit a947c3e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

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+
712
## [1.2.7] - 2021-10-13
813
- 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)!
914

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hybridinteractive/craft-contact-form-extensions",
33
"description": "Adds extensions to the Craft CMS contact form plugin.",
44
"type": "craft-plugin",
5-
"version": "1.2.7",
5+
"version": "1.2.8",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)