Releases: remp2020/crm-remp-mailer-module
Releases · remp2020/crm-remp-mailer-module
0.35.0
- BREAKING: Bump minimal PHP version to 7.4. remp/crm#2068
- Added
RempMailerUserDataProvider
which calls REMP Mailer API endpoint to remove all user data from Mailer (subscriptions, logs, etc.; see Mailer 's endpoint/api/v1/users/delete
for more details). remp/crm#1392 - Fixed level of logs from INFO to ERROR in
Crm\RempMailerModule\Models\Api\Client
. remp/crm#1392 - Fixed missing opened label translation. remp/crm#2072
0.34.0
- Added
address
,subscription
andsubscription_type
params toSendNotificationEmailToAddressesGenericEvent
. - Added support for
sendAccompanyingEmails
flag added to Mailer in0.29
. remp/remp#675 - Fixed issue with missing
mailTypeId
reference when emittingUserMailSubscriptionsChanged
email in "unsubscribe all" scenario. remp/remp#675
0.33.0
- 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
- Removed unnecessary logging of invalid autologin token when attempting to use
TokenAuthenticator
. Invalid token is valid state - it hasvalid_to
andmax_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
intoparams
inSendWelcomeEmailHandler
. 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
0.29.0
- 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
toUserMailSubscriptionsChanged
event to pass subscribed/unsubscribed change of user's mail subscription. remp/crm#1732