= Version 3.2.2 – October 1, 2025 =
- Fixed SQL select for sitewide transient (meta_key) in eacKeyValue.
- Ignore (return default) options with ['-','_','.'] prefix in
get_option(). - Pass
$contextarray in logging methods. - Force string return in getRequestParts(...) when null.
- Don't repeatedly set visitor cookie, only set if not found.
- Fix error in
upgrader_process_completewhen$hook_extra['plugins']is null. - Check
headers_sent()inset_cookie()to prevent error. - Option to bypass kses in
minifyString()since typically is not html. - Automatically strip invalid characters in
minifyString().