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.
- Fixed scopeMostReadByPageviews causing newsletter criterion use timespent sum instead of pageviews count.
- Fixed ARIA-compatibility of all campaign banners. remp/remp#1368
- Fixed an unclickable Overlay Rectangle banner when no main text and button text is present. remp/remp#1393
- Changed path to maxmind database in .env.example. remp/remp#1402
- Refactored banner color schemes to banners config file. remp/remp#1379
- Fixed color contrasts on campaign banners. remp/remp#1379
- Changed Sender condition to include HTML/text version of email based on the generated content and not mail template content. remp/remp#1392
- Added
created_at
to the mail subscription objects in/api/v1/users/user-preferences
API. remp/respekt#301 - Fixed newsletter list seeder. remp/remp#1391
- Added
FrontendPresenter
for identification of presenters available to public. remp/remp#1395 - Added
update()
(to updatedupdated_at
) methods toBatchesRepository
,JobsRepository
,LogsRepository
,SourceTemplatesRepository
. remp/remp#1397 - Fixed missing parameter exception in Error4xxPresenter. remp/remp#1399
- Changed data retention logic to remove data in batches. remp/remp#1383