Version 3.1.1

April 16, 2024

Changed

  • Changed the order of fetched mailing lists to be more deterministic.

Fixed

  • Fixed the syntax used in one-click unsubscribe headers.

Version 3.1.0

April 8, 2024

Added

  • Added one-click unsubscribe headers to sent emails (#467).
  • Added a new one-click unsubscribe controller action.
  • Added an addOneClickUnsubscribeHeaders config setting that determines whether one-click unsubscribe headers should be added to emails, defaulting to true.

Version 3.0.0

April 8, 2024

“Legacy” and “Template” segments are no longer available will be deleted in this update. They should be replaced with regular segments before updating, or they will be lost.

Added

  • Added compatibility with Craft 5.

Removed

  • Removed the “Legacy” and “Template” segment types. Use regular segments instead.
  • Removed the memoryLimit config setting.
  • Removed the memoryThreshold config setting.
  • Removed the timeLimit config setting.
  • Removed the timeThreshold config setting.
  • Removed the segmentType property and function from the segment element query.
  • Removed the SegmentHelper class.
  • Removed the SendoutHelper class.
  • Removed the Campaign::maxPowerLieutenant method.
  • Removed the SendoutElement::getPendingRecipients() method. Use Campaign::$plugin->sendouts->getPendingRecipients() instead.
  • Removed the SendoutElement::getPendingRecipientCount() method. Use Campaign::$plugin->sendouts->getPendingRecipientCount() instead.