Skip to content

Commit

Permalink
Merge pull request #90 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 add1670 + 4e68f1a commit cee9a51
Show file tree
Hide file tree
Showing 5 changed files with 835 additions and 707 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Webhooks for Craft CMS

## Unreleased

- Added Craft 5 compatibility.

## 3.0.5 - 2023-09-18

### Fixed
Expand Down Expand Up @@ -32,4 +36,4 @@
- Added Craft 4 compatibility.

### Changed
- The `webhookManager` component can now be configured via `craft\services\Plugins::$pluginConfigs`.
- The `webhookManager` component can now be configured via `craft\services\Plugins::$pluginConfigs`.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It can be used to integrate your Craft project with task automation tools like [

## 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-RC2"
"craftcms/cms": "^4.0.0-RC2|^5.0.0-beta.1"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down
Loading

0 comments on commit cee9a51

Please sign in to comment.