v2.2.5
This commit is contained in:
parent
97ed06ef72
commit
d611209171
5 changed files with 35 additions and 10 deletions
10
readme.txt
10
readme.txt
|
|
@ -4,7 +4,7 @@ Tags: newsletter, smtp, email, bulk, queue, worker, amazonses, statistics
|
|||
Requires at least: 4.7
|
||||
Tested up to: 6.9
|
||||
Requires PHP: 7.2
|
||||
Stable tag: 2.2.4
|
||||
Stable tag: 2.2.5
|
||||
License: GPLv2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
|
|
@ -141,6 +141,11 @@ Yes. The plugin integrates with ROBOTSTXT SMTP rate limiting system to ensure yo
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 2.2.5 =
|
||||
* CRITICAL FIX: Worker now loads plugin manually in DOING_CRON context
|
||||
* FIXED: "Newsletter SMTP plugin is not active" error in worker script
|
||||
* IMPROVED: Worker compatibility with all WordPress environments including MultiSite
|
||||
|
||||
= 2.2.4 =
|
||||
* CRITICAL FIX: Speed calculation now uses actual NEWSLETTER_CRON_INTERVAL value
|
||||
* FIXED: Batch_size was being divided by 5 due to incorrect cron interval assumption
|
||||
|
|
@ -191,6 +196,9 @@ Yes. The plugin integrates with ROBOTSTXT SMTP rate limiting system to ensure yo
|
|||
|
||||
== Upgrade Notice ==
|
||||
|
||||
= 2.2.5 =
|
||||
CRITICAL: Fixed worker script not loading plugin in DOING_CRON context. Essential for worker functionality.
|
||||
|
||||
= 2.2.4 =
|
||||
CRITICAL: Fixed speed calculation to work with any Newsletter cron interval. Resolves batch_size division issues.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue