- 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
FirstSave
andProvisionalDraft
filters 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
webhookManager
component can now be configured viacraft\services\Plugins::$pluginConfigs
.