3.0.0
{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. UseCampaign::$plugin->sendouts->getPendingRecipients()
instead. - Removed the
SendoutElement::getPendingRecipientCount()
method. UseCampaign::$plugin->sendouts->getPendingRecipientCount()
instead.