v2.2.6
This commit is contained in:
parent
d611209171
commit
64b13fe7aa
5 changed files with 74 additions and 11 deletions
|
|
@ -1,3 +1,16 @@
|
|||
= 2.2.6 =
|
||||
|
||||
* CRITICAL FIX: Worker now suppresses plugin header warnings in MultiSite environments
|
||||
* CRITICAL FIX: Fixed Newsletter base class dependencies not loading in DOING_CRON context
|
||||
* CRITICAL FIX: Worker now manually initializes plugin when newsletter_loaded hook doesn't fire
|
||||
* CRITICAL FIX: Fixed MultiSite subdirectory site detection - worker now correctly loads site from --url path
|
||||
* CRITICAL FIX: Removed WP_CLI constant - caused fatal errors with multisite-clone-duplicator and similar plugins
|
||||
* FIXED: "headers already sent" warnings from Redirection plugin and other plugins
|
||||
* IMPROVED: Output buffering prevents header warnings from breaking worker execution
|
||||
* IMPROVED: Worker loads NewsletterAddon and NewsletterMailerAddon before plugin
|
||||
* IMPROVED: Worker calls Plugin::instance_init() manually for proper initialization
|
||||
* IMPROVED: REQUEST_URI now parsed from URL path for correct MultiSite site selection
|
||||
|
||||
= 2.2.5 =
|
||||
|
||||
* CRITICAL FIX: Worker now loads plugin manually in DOING_CRON context
|
||||
|
|
|
|||
Loading…
Reference in a new issue