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.