Skip to content

3.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 14:10
· 121 commits to develop since this release
3.0.0-beta.2
f79ccd0

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. Use Campaign::$plugin->sendouts->getPendingRecipients() instead.
  • Removed the SendoutElement::getPendingRecipientCount() method. Use Campaign::$plugin->sendouts->getPendingRecipients() instead.