Skip to content

Bug correction and new features

Compare
Choose a tag to compare
@watzenare watzenare released this 01 Apr 15:27
· 81 commits to master since this release
  • 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)