Skip to content

Commit

Permalink
Craft CMS 5
Browse files Browse the repository at this point in the history
  • Loading branch information
DynamiteGoesBoom committed Jul 25, 2024
1 parent c70e4b6 commit 79d2f10
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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/).

## [5.0.0] - 2024-07-25
Craft CMS 5 🎉

## [4.2.2] - 2022-11-14
Fixed an issue where the settings tabs were not showing [#164](https://github.com/hybridinteractive/craft-contact-form-extensions/issues/164)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ When sending notification option is enabled and custom templates per form are ne
<input type="hidden" name="message[toEmail]" value="{{ '[email protected]'|hash }}">
```

### Please note: Craft 5's version of this plugin does not support Recaptcha, we apologize for any inconvenience.
## Disable recaptcha on a per form basis

```html
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hybridinteractive/craft-contact-form-extensions",
"description": "Adds extensions to the Craft CMS contact form plugin.",
"version": "4.2.2",
"version": "5.0.0",
"type": "craft-plugin",
"keywords": [
"cms",
Expand All @@ -24,10 +24,9 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0.2",
"albertcht/invisible-recaptcha": "^1.9.1",
"composer/composer": "^2.2.12",
"craftcms/cms": "^4.0.0",
"php": "^8.2.0",
"composer/composer": "^2.2",
"craftcms/cms": "^5.0.0",
"craftcms/contact-form": "^3.0.0"
},
"require-dev": {
Expand Down

0 comments on commit 79d2f10

Please sign in to comment.