All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning. Instead of change type headers, we use module names.
- IMPORTANT Removed data of sections "Visitors" and "Google Analytics Reporting", which we removed in the previous version. remp/remp#1349
- Migration removes tables
session_devices
andsession_referers
.
- Migration removes tables
- Changed banner preview components as now include and run custom JS inside of iframe. remp/crm#3353
- Added option to specify api version for gender balance in env. remp/helpdesk#3303
- BREAKING: Renamed
Remp\MailerModule\Models\Generators\ArticleLocker
toRemp\MailerModule\Models\Generators\HtmlArticleLocker
. remp/novydenik#1324- If you work with the class directly, please update your includes.
- BREAKING: Renamed DI service
articleLocker
tohtmlArticleLocker
. remp/novydenik#1324- If you configure the service further, please update your
config.neon
file.
- If you configure the service further, please update your
- Updated dependencies to their latest major versions.
- Added the ability to select the 'Subscription welcome email' and 'Unsubscribe goodbye email' option for any email that belongs to the newsletter, in addition to system emails. remp/remp#1388
- Fixed possible memory limit issues on list form factory. remp/remp#1404
- Changed image in
RespektContent
to be optional. remp/respekt#286, remp/respekt#386 - Fixed performance issue of batch processing in the "remove unsubscribed" steps. The altered query should perform better. remp/remp#1407
- Added support for UTM parameters to mail link replace. remp/respekt#377
- Added SnippetArticleLocker which provides way for generators to define lock messages via snippets. remp/novydenik#1324