Releases: putyourlightson/craft-campaign
Releases · putyourlightson/craft-campaign
2.11.0
Added
- Added the ability to bulk subscribe and unsubscribe contacts to and from mailing lists in the contact index page (#418).
- Added the ability to configure a custom queue component via
config/app.php
to use when running queue jobs. - Added an
importJobPriority
config setting that determines what priority to give import jobs.
Fixed
- Fixed a bug in which a default contact was not being shown in test contacts on the campaign edit page (#437).
- Fixed a bug in which saving a contact could throw an exception if the contact record existed but the contact was not active.
2.10.0
Added
- Added a new “validate webhook request” field setting.
- Added a webhook controller action for MailerSend and signature key verification with a new
mailersendWebhookSigningSecret
setting (#415). - Added validation to the SendGrid webhook controller action with a new
sendgridWebhookVerificationKey
setting. - Added the
importJobTtr
andsyncJobTtr
config settings (#432).
Changed
- Updated the SendGrid webhook event names.
- Adding or removing test contacts no longer shows an unsaved changes notification (#437).
1.25.0
2.9.4
2.9.3
2.9.2
2.9.1
Changed
- Disabled validation when saving elements in specific cases.
- Unsubscribed, complained and bounced counts are now included when syncing campaign reports.
2.9.0
Added
- Added an info message and a new campaign type button to the campaign index page when no campaign types exist.
- Added an info message and a new mailing list type button to the mailing list index page when no mailing list types exist.
- Added the
sendoutJobPriority
config setting (#422).
Changed
- Sendouts are now sent to contacts in a deterministic order (#423).