Skip to content

0.31.0

Compare
Choose a tag to compare
@rootpd rootpd released this 21 May 10:01
· 121 commits to master since this release
  • Removed unnecessary logging of invalid autologin token when attempting to use TokenAuthenticator. Invalid token is valid state - it has valid_to and max_count settings which trigger this response. remp/crm#1821
  • Fixed type check warning when sending email with no attachments. remp/crm#1845
  • Added confirmation_url into params in SendWelcomeEmailHandler. remp/crm#1743
  • Added ChangeNewsletterSubscriptionsGenericEvent generic action event. remp/remp#748
  • Added check to prevent sending email to deleted or unclaimed user. remp/helpdesk#503