# Install this plugin
npm install @pinelab/vendure-plugin-webhook
Changelog for vendure-plugin-webhook
1.5.0 (2025-06-04)
- Upgrade to Vendure to 3.3.2
1.4.1 (2025-02-06)
- Log info message when event is ignored because transformer returned 'false'
1.4.0 (2025-02-06)
- Allow cancelling webhook by returning
false
in request transformers - Fixed union type inference from events array in transformer
1.3.1 (2025-01-28)
- Correct UI label for actions dropdown
1.3.0 (2024-12-19)
- Update Vendure to 3.1.1
1.2.2 (2024-08-04)
- Update compatibility range (#480)
1.2.1 (2024-06-26)
- Extended transformer function with webhook entity to make the event name accessible
1.2.0 (2024-06-21)
- Updated Vendure to 2.2.6
1.1.1 (2023-12-14)
- Added missing export of
RequestTransformer
1.1.0 (2023-10-24)
- Updated vendure to 2.1.1