Skip to content

Commit

Permalink
Craft 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Mar 7, 2024
1 parent bb6ab42 commit ac1b360
Show file tree
Hide file tree
Showing 4 changed files with 830 additions and 705 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Contact Form

## Unreleased

- Added Craft 5 compatibility.

## 3.0.1 - 2023-03-16

- Added translations for `Email` and `Name`. ([#235](https://github.com/craftcms/contact-form/issues/235))
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

This plugin allows you to add an email contact form to your website.


## Requirements

This plugin requires Craft CMS 4.0 or later.

This plugin requires Craft CMS 4.0.0+ or 5.0.0+.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prefer-stable": true,
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-beta.1"
"craftcms/cms": "^4.0.0-beta.1|^5.0.0-beta.1"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down
Loading

0 comments on commit ac1b360

Please sign in to comment.