Skip to content

Commit

Permalink
Prepping for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DynamiteGoesBoom committed Apr 14, 2022
1 parent 1d8772f commit 9ac71e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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.3.0] - 2022-04-14
- Adding ability to override recaptcha on a per form basis. [#108](https://github.com/hybridinteractive/craft-contact-form-extensions/issues/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.

## [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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ When sending confirmation option is enabled and custom subjects per form are nee
<input type="hidden" name="message[recaptchaTemplateOverride]" value="true">
```

## Overriding saving to databse on a per form basis
## Overriding saving to database on a per form basis

```
<input type="hidden" name="message[saveSubmissionOverride]" value="true">
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.8",
"version": "1.3.0",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 9ac71e2

Please sign in to comment.