Skip to content

Releases: putyourlightson/craft-campaign

2.11.0

28 Nov 18:42
2.11.0
a7adf2e
Compare
Choose a tag to compare

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

16 Nov 09:17
2.10.0
0fe7fd0
Compare
Choose a tag to compare

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 and syncJobTtr 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

09 Nov 21:13
1.25.0
d210285
Compare
Choose a tag to compare

Added

  • Added the sendoutJobPriority config setting (#433).

Changed

  • Sendouts are now sent to contacts in a deterministic order (#423).

2.9.4

07 Nov 17:58
2.9.4
56d5007
Compare
Choose a tag to compare

Fixed

  • Fixed a bug in which importing Campaign elements using the Feed Me plugin could throw errors when the queue job was run via the console (#428).
  • Fixed a bug in which importing a user group could throw an exception in some scenarios (#431).

2.9.3

31 Oct 10:19
2.9.3
cabd214
Compare
Choose a tag to compare

Fixed

  • Fixed a bug in which an exception could be thrown on the sendouts screen (#429).

2.9.2

26 Oct 13:28
2.9.2
05ad834
Compare
Choose a tag to compare

Fixed

  • Fixed a bug in which selecting a user group to import was throwing an exception (#425).
  • Fixed a bug in which saving a sendout with emojis in the subject could throw an error when adding the sendout to the queue (#426).

2.9.1

17 Oct 19:14
2.9.1
2e14f17
Compare
Choose a tag to compare

Changed

  • Disabled validation when saving elements in specific cases.
  • Unsubscribed, complained and bounced counts are now included when syncing campaign reports.

2.9.0

09 Oct 18:40
2.9.0
2455d17
Compare
Choose a tag to compare

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).

Fixed

  • Fixed the email settings being overwritten when contact settings were saved (#421).
  • Fixed the status filter for campaigns, mailing lists and contacts selectable in sendouts (#419).

1.24.5

09 Oct 18:27
1.24.5
6871375
Compare
Choose a tag to compare

Fixed

  • Fixed the status filter for campaigns, mailing lists and contacts selectable in sendouts (#419).

2.8.7

25 Sep 18:35
2.8.7
f78c999
Compare
Choose a tag to compare

Fixed

  • Fixed relation field values not saving in Craft 4.5.4 and above (#414).