Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
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.