[IMP] - More aggresive delivery server domain policies check
[IMP] - Timewarp is now a little smarter and does not wait 24 hours to complete a campaign
[SEC] - Fixed two XSS issues on campaign creation page
[IMP] - Send campaigns command now pre-calculates customer data in parallel, improving the sending process by at least 100%
[IMP] - Domain policies will never end up blocking delivery from now on. Will move on after the retries are complete
[IMP] - Application log now shows the 404 errors in a different tab to avoid cluttering
[IMP] - Queue tables now verify the number of subscribers they have against the original list and will be reprocessed if not all subscribers were queued
[CHG] - Default Feedback-ID header value changed from [CAMPAIGN_UID]:[SUBSCRIBER_UID]:[LIST_UID]:[CUSTOMER_UID] to [CAMPAIGN_UID]:[CAMPAIGN_TYPE]:[LIST_UID]:[CUSTOMER_UID]
[ADD] - Added --pcntl= flag to send-campaigns command to overwrite the web interface settings
[ADD] - Added the "stats" endpoint for campaigns to retrieve stats via API
[ADD] - Collect error messages to send them in the email overview after a queue list import is done
[BUG] - Fix the issue where campaign would not send to giveups
[ADD] - Add honeypot fields to subscribe form and survey
[ADD] - Added ability to embed the recpatcha code in the form so it can be embed externally
[ADD] - Added 'started_at' to grid for campaigns
[CHG] - When defining subscribers copy/move actions from campaigns, now the actions on subscribe/unsubscribe defined in the list itself are taken into consideration
[BUG] - Fix a but in the surveys generated urls when in campaign web version
[ADD] - Added dynamic segment conditions for campaigns actions like opens and clicks with time intervals
[IMP] - More in-depth automatically timezone detection for displaying date/time values
[MSC] - Overall fixes
--- Version 1.9.11 - 2020-06-03
--- -------------------------------------------
[BUG] - API endpoint for lists was omitting forced opt in/out
[MSC] - Overall fixes
--- -------------------------------------------
--- Version 1.9.10 - 2020-06-01
--- -------------------------------------------
[IMP] - Email box monitors are now able to read only the last email reply from the thread and act on it
[ADD] - Added survey responders export
[ADD] - Added mssql database import option for database import
[IMP] - Made the import process fast again. Up to 6 times faster.
[BUG] - Fixed a bug in import progress display in the web interface which didn't properly show when the import finished
[IMP] - Drag and drop builder fixes
[MSC] - Overall fixes