Version 0.19.0
👋 Welcome emails, Phoenix 1.7/LiveView 1.x upgrade, protected unsubscribe links, Bulgarian and Hungarian translations
Added
- Welcome emails: You can now configure a welcome message for newly subscribed contacts in the form settings.
- Added protected unsubscribe and opt-in links: If an opt-in or unsubscribe link is clicked within three minutes of the email being sent, the associated action is only performed after an automatic JavaScript action or an additional click.
- Added text alignment settings to block editor
- Added Open button to forms index
- Added WebP image upload support (thanks @RohilPrajapati)
- Added Hungarian translation (thanks @trueqap)
- Added Bulgarian translation (thanks @ramromcode)
Improved
- The Form editor now shows a preview of the Double Opt-In email and of the Welcome email
- The MJML editor toolbar is now sticky and remains visible when scrolling
- Improved handling of invalid email addresses
- Improved padding on forms
- Added additional known shared domains from Proton
- Upgraded to Phoenix 1.7 and LiveView 1.x
- Upgraded to Solid 1.2 which enables better Liquid error messages
Fixed
- Fixed CSV import of files generated by Excel or Numbers
- Fixed an issue that sometimes made CSV imports appear stuck
- Fixed GenServer crash when exiting the contacts import page (thanks @katafrakt for reporting)
URL_PATHis now respected when redirecting after login action (thanks @padjon and @Kptainflintt for reporting)