By adamps on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x-2.x
Introduced in version:
8.x-2.x
Issue links:
Description:
#1931006: Problem with recipient handlers
Remove unnecessary field simplenews_mail_spool->mail which can be determined from snid. The extra field was confusing and could be wrong if the subscriber changed their mail address since the spool row was created.
#2421537: Convert subscriptions field to a base field
The issue title says it all. There is an upgrade hook to automatically migrate any view which need a small adjustment.
#3052714: Send failures retried forever
- Remove simplenews_mail_spool::error. The status field alone is sufficient, simpler and less confusing.
- Add simplenews_issue::error_count field property.
Impacts:
Site builders, administrators, editors
Module developers