Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
3.7.5
4.3.3
3.7.4
3.7.4
Fixed
- Ensure the
WPLoader
module will set the db constants when inloadOnly: true
mode. - The
WPLoader
module will now set theWPBROWSER_LOAD_ONLY
environment variable to1
when inloadOnly: true
and to0
when inloadOnly: false
mode. - Updated documentation for the
WPLoader
module to explicitly state that theconfigFlile
parameter will be used both when inloadOnly: true
andloadOnly: false
modes.
4.3.2
3.7.3
3.7.2
4.3.1
3.7.1
4.3.0
4.3.0
Added
- Support for PHPUnit 10 and 11.
- The
MysqlServerController
extension.
Fixed
- Ensure the
WPLoader
module will initialize correctly when used inloadOnly
mode not using theEventDispatcherBridge
extension. (thanks @lxbdr) - Support loading the
wpdb
class from either theclass-wpdb.php
file or thewp-db.php
one, supporting older versions of WordPress (thanks @BrianHenryIE) - Read content, plugins and mu-plugins directories paths from the
WPLoader
configuration parameters correctly. - In the
WPTestCase
class, remove attachments created during tests between tests.
3.7.0
3.7.0
Added
- The
MysqlServerController
extension.
Fixed
- Ensure the
WPLoader
module will initialize correctly when used inloadOnly
mode not using theEventDispatcherBridge
extension. (thanks @lxbdr) - Support loading the
wpdb
class from either theclass-wpdb.php
file or thewp-db.php
one, supporting older versions of WordPress (thanks @BrianHenryIE) - Read content, plugins and mu-plugins directories paths from the
WPLoader
configuration parameters correctly. - In the
WPTestCase
class, remove attachments created during tests between tests.