v1.9-beta

01/04/2015 - Bug correction and new features

  • Code refactored.
  • Syntax corrected.
  • Updated documentation.
  • Added sample mail template.
  • Added another sending limitation for mail service.
  • Introduced mail tracking system using hidden pixel (stores user connection when it opens the mail).
  • Corrected heavy bug that was updating preferences for all users at the same time and they weren't individual preferences stored.
  • Added a blocking redis call in order to keep alive the sending scripts.
  • Prevented to send twice a day the same notification type in order to avoid send too much spam.
  • Introduced 2 new sending params:
    • 'subject', it is available to set a custom notification subject instead of using the default DB subject.
    • 'delay', it is available to set a delay before send any type of notification (maximum 1 hour of delay).

Changelog

  • added: