Skip to content

2.5.0

Compare
Choose a tag to compare
@rootpd rootpd released this 21 Apr 12:26
· 40 commits to master since this release
  • BREAKING: Changed tracking from Universal Analytics to Google Analytics 4.
    • Removed ga() calls and added data layer events.
    • Include Google Tag Manager in your page header code (/admin/config-admin/ -> Application page) to process data layer.
  • BREAKING: Changed front-end implementation of MailSettings module from Nette to Vue to speed up UX. remp/crm#2723
    • The change avoids un-necessary queries to Mailer API while re-rendering.
    • In case you programmatically changed MailSettings template, make sure you adjust to the new implementation.
  • BREAKING: Removed API Client unSubscribeUserVariant method, since it has no support in Mailer. remp/crm#2723
    • Method MailUserSubscriptionsRepository#unSubscribeUserVariant calling the API function was also removed.
  • Added includeVariantsData parameter to all methods of MailTypesRepository, which allows to return more data (e.g. code) about type's variants. remp/crm#2723
  • Added isUserSubscribed method in MailUserSubscriptionsRepository, supporting mail_type variant ID parameter. remp/crm#2723