v26.4
Notifuse/notifusev26.4Jan 17, 2026by pierre-b
AI Summary
This is a bug fix release addressing two issues: a webhook URL mismatch in the Supabase integration causing HTTP 405 errors for the 'Before User Created' hook, and incorrect image width handling in the email builder that was generating invalid MJML code.
Key Highlights
- Fixed webhook URL mismatch for 'Before User Created' hook in Supabase integration
- Resolved HTTP 405 errors caused by the webhook URL issue
- Fixed image width handling in the visual email editor
- Prevented generation of invalid MJML with width="100%" attribute
Full Release Notes
# Release Notes v26.4 ### Supabase Integration Fixed webhook URL mismatch for "Before User Created" hook that was causing HTTP 405 errors. ### Email Builder Fixed image width handling in the visual editor. Images now correctly fill the column width by default instead of generating invalid MJML with `width="100%"`.