Skip to content

3.7.0

Compare
Choose a tag to compare
@lucatume lucatume released this 01 Sep 09:48
· 32 commits to v3.5 since this release

3.7.0

Added

  • The MysqlServerController extension.

Fixed

  • Ensure the WPLoader module will initialize correctly when used in loadOnly mode not using the EventDispatcherBridge extension. (thanks @lxbdr)
  • Support loading the wpdb class from either the class-wpdb.php file or the wp-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.