We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e451e commit 3de3894Copy full SHA for 3de3894
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Release Notes for Webhooks for Craft CMS
2
3
+## 3.0.0-beta.1 - 2022-03-04
4
+
5
+### Added
6
+- Added Craft 4 compatibility.
7
8
## 2.4.1 - 2021-09-09
9
10
### Added
README.md
@@ -8,7 +8,7 @@ It can be used to integrate your Craft project with task automation tools like [
## Requirements
11
-This plugin requires Craft CMS 3.7 or later.
+This plugin requires Craft CMS 4.0 or later.
12
13
## Installation
14
composer.json
@@ -1,7 +1,6 @@
{
"name": "craftcms/webhooks",
"description": "Post webhooks when events are triggered in Craft CMS.",
- "version": "2.4.1",
"type": "craft-plugin",
"keywords": [
"html",
0 commit comments