Skip to content

Commit

Permalink
Prepping for 1.2.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DynamiteGoesBoom committed Oct 19, 2021
1 parent d1371f8 commit a947c3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

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

## [1.2.8] - 2021-10-19
- 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.
- 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.
- 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.

## [1.2.7] - 2021-10-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)!

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hybridinteractive/craft-contact-form-extensions",
"description": "Adds extensions to the Craft CMS contact form plugin.",
"type": "craft-plugin",
"version": "1.2.7",
"version": "1.2.8",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit a947c3e

Please sign in to comment.