Skip to content

Releases: remp2020/crm-remp-mailer-module

0.34.0

06 Oct 11:20
Compare
Choose a tag to compare
  • Added address, subscription and subscription_type params to SendNotificationEmailToAddressesGenericEvent.
  • Added support for sendAccompanyingEmails flag added to Mailer in 0.29. remp/remp#675
  • Fixed issue with missing mailTypeId reference when emitting UserMailSubscriptionsChanged email in "unsubscribe all" scenario. remp/remp#675

0.33.0

23 Aug 12:23
Compare
Choose a tag to compare
  • Added link to the newsletter editions, based on the "Page URL" setting of newsletter in Mailer admin. remp/crm#1946
  • Changed behavior of admin widgets displaying email settings - settings are no longer displayed for unclaimed or anonymous users. remp/crm#1961

0.31.0

21 May 10:01
Compare
Choose a tag to compare
  • 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

0.30.0

24 Mar 09:01
Compare
Choose a tag to compare
  • Fixed issue with attachments linking caused by incompatible Mailer changes.
  • Added new SendNotificationEmailToAddressesGenericEvent generic event action. remp/crm#1123

0.29.0

02 Mar 13:42
Compare
Choose a tag to compare
  • BREAKING: Bump minimal PHP version to 7.3.
  • Added handler to refresh user data in Redis after user (un)subscribes to a mail type. remp/crm#1198
  • Added parameter $subscribed to UserMailSubscriptionsChanged event to pass subscribed/unsubscribed change of user's mail subscription. remp/crm#1732

0.28.0

25 Jan 08:15
Compare
Choose a tag to compare
  • Changed mailer template proxy redirect to use code instead of id. remp/crm#1626
  • Added preview link generation to MailTemplateListApiHandler. remp/crm#1626

0.27.0

07 Jan 12:05
Compare
Choose a tag to compare
  • Added explicit presenter mapping to the extension initialization. remp/crm#441

0.24.0

10 Nov 13:22
Compare
Choose a tag to compare
  • Added failsafe check to prevent requesting Mailer if email address is not valid.

0.22.0

16 Oct 08:01
Compare
Choose a tag to compare
  • Added ability to specify which mail_types to list in /api/v1/mail-template/list API endpoint using MailTemplateListApiHandler#addMailTypesAllowedToList() method. remp/crm#1450

0.21.0

01 Oct 14:12
Compare
Choose a tag to compare
  • Fixed frontend menu translations.
  • Fixed overlogging if autologin token is not validated by Mailer. Tokens tend to expire and receiving 404 Not Found from Mailer is a valid state.
  • Added config enabled (default true, not BC break) - ability to disable module registration when false.