Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.67 KB

File metadata and controls

52 lines (31 loc) · 1.67 KB

Release Notes for Webhooks for Craft CMS

3.2.0 - 2026-02-12

Warning

Payload, header, webhook URL, and debounce key templates are now rendered in a sandboxed Twig environment, when enableTwigSandbox is enabled.

3.1.1 - 2025-07-29

  • Fixed a PHP error that could occur if a webhook header was null. (#97)

3.1.0 - 2024-03-19

  • Added Craft 5 compatibility.
  • Fixed a bug where request timestamps in the Activity section weren’t using the system time zone. (#78)

3.0.5 - 2023-09-18

Fixed

  • Fixed a potential SSRF vulnerability.

3.0.4 - 2022-06-01

Fixed

  • Fixed a bug where the FirstSave and ProvisionalDraft filters would not respect negation. (#74)

3.0.3 - 2022-05-20

Fixed

  • Fixed a bug where you couldn’t add custom headers when defining a webhook. (#73)

3.0.2 - 2022-05-12

Fixed

  • Fixed a Twig error when accessing the activity page. (#71)

3.0.1 - 2022-05-11

Fixed

  • Fixed PHP error. (#70)

3.0.0 - 2022-05-03

Added

  • Added Craft 4 compatibility.

Changed

  • The webhookManager component can now be configured via craft\services\Plugins::$pluginConfigs.