Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
3.1.0
3.0.22
3.0.21
3.0.20
3.0.20
Fixed
- Pass the configured table prefix to the user capability builder in the
WPDb
module (thanks @johnbillion). - Trigger an error when plugins in
activePlugins
cannot be included or activated in theWPLoader
module (thanks @johnbillion).
3.0.19
3.0.19
Fixed
- Avoid core installer failures due to mysqli report defaults on PHP 8.1 (thanks @johnbillion).
3.0.18
3.0.18
Changed
- Introduce the
skipPluggables
configuration parameter in theWPLoader
module to avoid the override of pluggable
functions (thanks @johnbillion).
Fixed
- Exit non 0 value on wp db connection error during bootstrap.
3.0.17
3.0.15
3.0.14
Fixed
- Normalize env file parsing to support LF line separators on Windows (thanks @kagg-design).
3.0.13
Fixed
Do not require iconv
extension when, and use the intl
one if available, when building slugs (thanks @roborourke).