3.0.0-beta.2
Pre-release
Pre-release
github-actions
released this
26 Mar 14:10
·
121 commits
to develop
since this release
Added
- Added batching to import queue jobs.
- Added batching to sync queue jobs.
Fixed
- Fixed a bug in which the expected recipients count could fail in sendouts with very large numbers of contacts.
- Fixed a bug in which sendout actions were unavailable on the sendout index page.
- Fixed a bug in which newly created contacts were not being indexed for searching if only an email address was the only field added (#463).
Removed
- Removed the
SendoutElement::getPendingRecipients()
method. UseCampaign::$plugin->sendouts->getPendingRecipients()
instead. - Removed the
SendoutElement::getPendingRecipientCount()
method. UseCampaign::$plugin->sendouts->getPendingRecipients()
instead.