Skip to content

Releases: terminal42/contao-notification_center

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)

1.3.1

14 Oct 10:33
Compare
Choose a tag to compare

Improved

  • No need to replace tokens again (#75)
  • Allow simple token conditions in email fields

Fixed

  • Cronjob did not work when installed via composer (#77)

1.3.0

03 Sep 12:59
Compare
Choose a tag to compare

New

  • Added a sendNotificationMessage hook (#72)
  • Allow recipient token to contain a list of recipients. (#75)

Fixed

  • Do not add a new line if file storage mode append but existing file was empty

1.3.0-rc1

07 Jul 12:01
Compare
Choose a tag to compare
1.3.0-rc1 Pre-release
Pre-release

New

  • The Notification Center now provides a queue gateway that buffers messages and sends them based on cron job settings (#63)
  • The "store to file" gateway now supports appending to an already existing file (#65)
  • InsertTags as well as Simple Tokens are now allowed in sender e-mail name and sender e-mail address fields as well (#40 and #58)
  • Added support for file uploads in form generator fields that can now use the upload attachment token (#39)

1.1.0-rc1

12 Mar 13:10
Compare
Choose a tag to compare
1.1.0-rc1 Pre-release
Pre-release

We've packed this release with quite some new features:

  • The e-mail gateway can now have it's very own SMTP settings
  • There's a new gateway that let's you store files on either local or a given FTP server
  • We now have built in form generator integration so you can send your form data via the notification center
  • The e-mail gateway now supports replyTo addresses
  • A new front end module that allows you to send the "forgot password" e-mail via the notification center