Skip to content

Commit

Permalink
Merge pull request #86 from craftcms/feature/craft-5-support
Browse files Browse the repository at this point in the history
craft 5 support
  • Loading branch information
brandonkelly authored Mar 19, 2024
2 parents 51db507 + e52e1e3 commit 40af78c
Show file tree
Hide file tree
Showing 6 changed files with 843 additions and 708 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 Guest Entries

## Unreleased

- Added Craft 5 compatibility.

## 3.0.1 - 2022-05-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Allow guests to create entries from your site’s front end.

## Requirements

_Guest Entries_ requires Craft CMS 4.0 or later.
_Guest Entries_ 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 @@ -26,7 +26,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"craftcms/cms": "^4.0.0-RC3"
"craftcms/cms": "^4.0.0-RC3|^5.0.0-beta.1"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down
Loading

0 comments on commit 40af78c

Please sign in to comment.