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 15b915f commit 78ab252Copy full SHA for 78ab252
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Release Notes for Webhooks for Craft CMS
2
3
+## 1.0.1 - 2018-12-13
4
+
5
+### Fixed
6
+- Fixed a bug where webhook-send jobs didn’t have descriptions.
7
8
## 1.0.0 - 2018-12-13
9
10
Initial release.
composer.json
@@ -1,7 +1,7 @@
{
"name": "craftcms/webhooks",
"description": "Post webhooks when events are triggered in Craft CMS.",
- "version": "1.0.0",
+ "version": "1.0.1",
"type": "craft-plugin",
"keywords": [
"html",
0 commit comments