v2.2.2
This commit is contained in:
parent
0ece5f3a6d
commit
1e78bb1378
8 changed files with 181 additions and 22 deletions
|
|
@ -1,3 +1,18 @@
|
|||
= 2.2.2 =
|
||||
|
||||
* FIXED: Newsletter now correctly respects configured batch_size when enqueuing emails
|
||||
* FIXED: Emails are now enqueued all at once to database instead of gradually
|
||||
* IMPROVED: Added public $batch property that Newsletter reads directly
|
||||
* IMPROVED: Added get_batch_size() method for Newsletter compatibility
|
||||
|
||||
= 2.2.1 =
|
||||
|
||||
* NEW: MultiSite detection in settings page with tailored worker commands
|
||||
* NEW: Worker script now supports --url parameter for MultiSite environments
|
||||
* IMPROVED: Settings page automatically displays installation-specific worker setup instructions
|
||||
* IMPROVED: Worker documentation with MultiSite usage examples
|
||||
* IMPROVED: README with dedicated MultiSite Installations section
|
||||
|
||||
= 2.2.0 =
|
||||
|
||||
**Major Update: Queue-Based Architecture**
|
||||
|
|
|
|||
Loading…
Reference in a new issue