Skip to content

Releases: lucatume/wp-browser

4.3.0

01 Sep 09:48
Compare
Choose a tag to compare

4.3.0

Added

  • Support for PHPUnit 10 and 11.
  • 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.

3.7.0

01 Sep 09:48
Compare
Choose a tag to compare

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.

4.2.5

26 Jun 07:01
Compare
Choose a tag to compare

4.2.5

Changed

  • Updated documentation entry in EndToEnd suite bootstrap file.

3.6.5

26 Jun 07:02
Compare
Choose a tag to compare

3.6.5

Changed

  • Updated documentation entry in EndToEnd suite bootstrap file.

4.2.4

06 Jun 06:06
Compare
Choose a tag to compare

4.2.4

Added

  • Re-added the Symlinker extension to allow for the symlinking of plugins and themes in place during tests.
  • Update setup to use the Symlinker extension.

3.6.4

06 Jun 06:03
Compare
Choose a tag to compare

Added

  • Re-added the Symlinker extension to allow for the symlinking of plugins and themes in place during tests.
  • Update setup to use the Symlinker extension.

4.2.3

03 Jun 07:46
Compare
Choose a tag to compare

4.2.3

Fixed

  • Disable strict connection ID check for SQLite databases to avoid errors in tests.

3.6.3

03 Jun 07:46
Compare
Choose a tag to compare

3.6.3

Fixed

  • Disable strict connection ID check for SQLite databases to avoid errors in tests.

4.2.2

25 May 12:42
Compare
Choose a tag to compare

4.2.2

Changed

  • Better messaging when throwing due to disconnected database.
  • Add the WPLoader::beStrictAboutWpdbConnectionId configuration parameter, defaults to true, to throw if db connection changes during setup before class.

3.6.2

25 May 12:52
Compare
Choose a tag to compare

3.6.2

Changed

  • Better messaging when throwing due to disconnected database.
  • Add the WPLoader::beStrictAboutWpdbConnectionId configuration parameter, defaults to true, to throw if db connection changes during setup before class.