Warning
Payload, header, webhook URL, and debounce key templates are now rendered in a sandboxed Twig environment, when enableTwigSandbox is enabled.
- Webhooks now requires Craft 4.17+ or 5.9+.
- Fixed a high-severity RCE vulnerability. (GHSA-8wg7-wm29-2rvg)
- Fixed a PHP error that could occur if a webhook header was null. (#97)
- Added Craft 5 compatibility.
- Fixed a bug where request timestamps in the Activity section weren’t using the system time zone. (#78)
- Fixed a potential SSRF vulnerability.
- Fixed a bug where the
FirstSaveandProvisionalDraftfilters would not respect negation. (#74)
- Fixed a bug where you couldn’t add custom headers when defining a webhook. (#73)
- Fixed a Twig error when accessing the activity page. (#71)
- Fixed PHP error. (#70)
- Added Craft 4 compatibility.
- The
webhookManagercomponent can now be configured viacraft\services\Plugins::$pluginConfigs.