WP_w3all 2.9.4 logs

User avatar
axew3
w3all User
w3all User
Posts: 2929
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

WP_w3all 2.9.4 logs

Post by axew3 »

Definitively fix the long time db connection bug function get_results() on string
without the need to include a custom php config file.
The connection should work fine into any configuration.
The real problem was about the fact that many plugins runs initialized into the
'after_setup_theme'
while WP_w3all run mainly into the init hook which fire after.

There will be no more problems in the case that some integration plugin function will be invoked by plugins that loads before the init hook (where the connection is normally fired). It is definitively fixed now.

Fix the option
Deactivate phpBB user account until WP confirmation

Fix Wordfence compatibility for the 2fa authentication, while AIOS plugin already was working fine.

More minor fixes.

Standing on my tests it will work always fine now! Enjoy!

P:S has been reported that anyway somehow sometime the config file inclusion is still required!