Skip to content

3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 16:00
· 109 commits to develop since this release
3.0.0
5bfa7b7

{warning} “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.