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.
2 parents dc8fb02 + 330dd12 commit ce87a56Copy full SHA for ce87a56
.github/workflows/ci.yml
@@ -6,6 +6,8 @@ on:
6
- main
7
- '3.0'
8
pull_request:
9
+permissions:
10
+ contents: read
11
jobs:
12
ecs:
13
name: ECS
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Webhooks for Craft CMS
2
3
-## Unreleased
+## 3.0.4 - 2022-06-01
4
5
### Fixed
- Fixed a bug where the `FirstSave` and `ProvisionalDraft` filters would not respect negation. ([#74](https://github.com/craftcms/webhooks/pull/74))
0 commit comments