Skip to content

Releases: lucatume/wp-browser

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.

4.2.1

24 May 13:30
Compare
Choose a tag to compare

4.2.1

Fixed

  • Throw on disconnected db in WPTestCase::setUpBeforeClass, iterates over the fix for #720.

4.2.0

24 May 07:50
Compare
Choose a tag to compare

4.2.0

Added

  • Allow plugins to be loaded from arbitrary absolute or relative paths in the WPLoader module.
  • Allow themes to be loaded from arbitrary absolute or relative paths in the WPLoader module.
  • Support an array argument for the theme configuration parameter in the WPLoader module to define [parent-theme, child-theme] pairs.

3.6.1

24 May 13:29
Compare
Choose a tag to compare

3.6.1

Fixed

  • Throw on disconnected db in WPTestCase::setUpBeforeClass; iterates over the fix for #720.

3.6.0

24 May 07:53
Compare
Choose a tag to compare

3.6.0

Added

  • Allow plugins to be loaded from arbitrary absolute or relative paths in the WPLoader module.
  • Allow themes to be loaded from arbitrary absolute or relative paths in the WPLoader module.
  • Support an array argument for the theme configuration parameter in the WPLoader module to define [parent-theme, child-theme] pairs.

4.1.9

18 May 14:24
Compare
Choose a tag to compare

4.1.9

Fixed

  • Avoid calling wpdb::db_connect() twice during WPLoader bootstrap. (thanks @calvinalkan)

3.5.9

18 May 14:23
Compare
Choose a tag to compare

3.5.9

4.1.8

13 May 08:23
Compare
Choose a tag to compare

4.1.8

Changed

  • Updated sqlite-integration-plugin and Core PHPUnit suite files.

3.5.8

13 May 08:24
Compare
Choose a tag to compare

3.5.8

Changed

  • Updated sqlite-integration-plugin and Core PHPUnit suite files.