Releases: terminal42/contao-notification_center
Releases · terminal42/contao-notification_center
1.5.5
- Reset collection after property access. Fixes #172
- Create opt-in token for registration mail. Fixes #171
1.5.4
- Use opt-in service in Contao 4.7 (#168)
- Move the "reg_jumpTo" field from the sub palette into the main palette (#166)
- Prefix TL_ROOT in saveToFtp() (#169)
1.5.2
- Merge pull request #162 from @richardhj
- Add the newsletter tokens only if the bundle/extension is active (#165)
1.5.1
Fixed invalid language file key (#161)
1.5.0
- Added front end modules to send notification with the Contao newsletter extension
- Added support for text attachment where tokens are replaced in
- Tokens/message content can be generated from PHP template files
- Queued messages can be delayed by a custom interval, e.g. to send notification the next day
- Updated Transifex localizations
1.4.6
- Added raw_data and formlabel_* as file_content placeholders (#152)
- Updated translations (fixes #145)
1.4.5
Fixed a potential error if message is not found in tl_nc_message callback
1.4.4
Fixed compatibility for activation token with Contao 4.4.12 / 4.5.4 (#144)
1.4.3
- Adjust the code to be compatible with PHP7 (#133)
- Fix compatibility for Contao 4.5 and its Swiftmailer 6 (#140)