Skip to content

Releases: lucatume/wp-browser

4.0.16

07 Dec 08:35
Compare
Choose a tag to compare

4.0.16

Changed

  • Update the Core PHPUnit test suite to the latest version.

4.0.15

06 Dec 17:51
Compare
Choose a tag to compare

4.0.15

Added

  • The WPLoader::silentlyActivatePlugins configuration parameter to activate plugins without firing the activated_plugin action.

4.0.14

06 Dec 10:04
Compare
Choose a tag to compare

4.0.14

Added

  • The WPLoader::skipInstall configuration parameter to skip the WordPress installation when already installed.

4.0.13

28 Nov 09:22
Compare
Choose a tag to compare

4.0.13

Changed

  • Updated Core PHPUnit test suite
  • Updated SQLite plugin from version 2.1.1 to 2.1.2

4.0.12

25 Nov 14:12
Compare
Choose a tag to compare

4.0.12

Added

  • Added the backupGlobals, backupGlobalsExcludeList, backupStaticAttributes, backupStaticAttributesExcludeList to the WPLoader module configuration file to provide a sweeping control over the state snapshot of test cases extending the WPTestCase class. Test cases overriding those properties explicitly will have their values respected.

4.0.11

24 Nov 15:57
Compare
Choose a tag to compare

4.0.11

Fixed

  • Correctly activate themes during bootstrap.
  • Remove brittle database name validation, fix #667 and #671.

Changed

  • Lay the groundwork for version 3.5 automated building.

3.2.2

20 Nov 15:05
Compare
Choose a tag to compare

3.2.2

Added

  • Support for the activatePluginsSilently configuration parameter in the WPLoader module to activate plugins without firing the activated_plugin hook.

4.0.10

14 Oct 09:21
Compare
Choose a tag to compare

4.0.10

Added

  • Methods to set, delete, check and assert on the value of site and normal transients to the WPDb class.

Fixed

  • Allow hyphens in database names in the MySqlDatabase class. (thanks @BrianHenryIE)

4.0.9

09 Oct 07:30
Compare
Choose a tag to compare

4.0.9

Fixed

  • Support database names up to 64 chars in the Database\MysqlDatabase class. (thanks @BrianHenryIE)

4.0.8

08 Oct 13:12
Compare
Choose a tag to compare

4.0.8

Changed

  • Better exception message in the WordPress\WPConfigFile class when the processing fails. (thanks @BrianHenryIE)
  • Deal with fixable code style fixes automatically. (thanks @BrianHenryIE)

Fixed

  • Composer autoload file path location in the Process\Protocol\Control that would cause tests to not run correctly outside of terminal. (thanks @BrianHenryIE)