Releases: terminal42/contao-notification_center
Releases · terminal42/contao-notification_center
1.4.0
New
- Added a verification for valid token characters (#68)
- Support embedding images in e-mails (#109)
- Support for different flatten delimiter in core form notification (#111)
1.3.10
- Removed the unnecessary Manager plugin
- Provide labels for SMTP because they're not available anymore in Contao 4
1.3.9
- Added support for Contao Managed Edition
- Allow formconfig_* tokens in core_form notification type
1.3.8
Make sure the tokens and language are changed for one message only in sendNotificationMessage hook (4c3d3a7)
1.3.7
- Added icon for notification center in Contao 4.2 backend
- Fixed the attachment tokens could not contain multiple files (#97)
- Updated language files
- Fixed another PHP7 compatibility
1.3.6
Fixed
- Support the language variations (e.g. en-US) (#93)
1.3.5
Fixed
- The extension is now compatible with PHP7 (see #86)
1.3.4
Added compatibility with Contao 4
1.3.3
Improved
- Developers can now easier extend the existing tokens
- Attachment tokens in form notifications now also work when "save file" was enabled (#80)
1.3.2
Fixed
- Dependencies could not be resolved due to missing _autoload module (#82)
- Support getInstance method handling for sendNotificationMessage hook (#79)