Skip to content

Releases: terminal42/contao-notification_center

1.4.0

19 Jun 13:40
Compare
Choose a tag to compare

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

19 Jun 13:44
Compare
Choose a tag to compare
  • Removed the unnecessary Manager plugin
  • Provide labels for SMTP because they're not available anymore in Contao 4

1.3.9

19 Jun 13:44
Compare
Choose a tag to compare
  • Added support for Contao Managed Edition
  • Allow formconfig_* tokens in core_form notification type

1.3.8

19 Jun 13:44
Compare
Choose a tag to compare

Make sure the tokens and language are changed for one message only in sendNotificationMessage hook (4c3d3a7)

1.3.7

19 Jun 13:43
Compare
Choose a tag to compare
  • 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

19 Jun 13:39
Compare
Choose a tag to compare

Fixed

  • Support the language variations (e.g. en-US) (#93)

1.3.5

19 Jun 13:39
Compare
Choose a tag to compare

Fixed

  • The extension is now compatible with PHP7 (see #86)

1.3.4

15 Feb 11:40
Compare
Choose a tag to compare

Added compatibility with Contao 4

1.3.3

15 Feb 11:39
Compare
Choose a tag to compare

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

14 Oct 10:53
Compare
Choose a tag to compare

Fixed

  • Dependencies could not be resolved due to missing _autoload module (#82)
  • Support getInstance method handling for sendNotificationMessage hook (#79)