Skip to content

Releases: lucatume/wp-browser

4.5.15

23 Feb 09:47

Choose a tag to compare

4.5.15

Fixed

3.7.19

23 Feb 09:48

Choose a tag to compare

3.7.19

Fixed

4.5.14

19 Feb 10:13

Choose a tag to compare

4.5.14

Fixed

  • StubClassFactory issue where mocking of internal classes would incorrectly detect optional constructor parameters.

3.7.18

19 Feb 09:55

Choose a tag to compare

3.7.18

Fixed

  • Transpiled code issues causing fatal errors.

4.5.13

18 Feb 16:39

Choose a tag to compare

4.5.13

Changed

  • Update Core PHPUnit test suite to latest version.
  • Update SQLite database integration plugin from version 2.2.16 to version 2.2.17

4.5.12

18 Feb 12:41

Choose a tag to compare

4.5.12

Fixed

  • Snapshot resolved config in WPFilesystem::_initialize() to preserve absolute paths across tests when _resetConfig() or _reconfigure() is called.

3.7.17

18 Feb 16:41

Choose a tag to compare

3.7.17

Fixed

  • Snapshot resolved config in WPFilesystem::_initialize() to preserve absolute paths across tests when _resetConfig() or _reconfigure() is called.

Changed

  • Guard setAccessible() Reflection method calls with a PHP_VERSION_ID check to skip the no-op call on PHP >= 8.1. (thanks @BrianHenryIE)
  • Update Core PHPUnit test suite to latest version.
  • Update the SQLite database integration plugin from version 2.2.14 to version 2.2.17

4.5.11

20 Jan 09:51

Choose a tag to compare

4.5.11

Changed

  • Guard setAccessible() Reflection method calls with a PHP_VERSION_ID check to skip the no-op call on PHP >= 8.1. (thanks @BrianHenryIE)
  • Update the WordPress Core PHPUnit suite
  • Update the SQLite database integration plugin from version 2.2.14 to version 2.2.16

3.7.16

22 Nov 18:10

Choose a tag to compare

3.7.16

Fixed

  • Wording in the default EndToEnd suite configuration files to reflect the nature of the suite.
  • Anticipate plugins activation and loading in the WPLoader module to ensure pluggable functions overridden in plugins will correctly apply.
  • Fixed DB_PASSWORD constant not being defined when dbPassword configuration parameter is set to an empty string in WPLoader module, fixes #786.

4.5.10

21 Nov 08:49

Choose a tag to compare

4.5.10

Fixed

  • Wording in the default EndToEnd suite configuration files to reflect the nature of the suite.