Skip to content

Releases: lucatume/wp-browser

4.3.9

29 Nov 09:35
Compare
Choose a tag to compare

4.3.9

Changed

  • Inherit environment variables while parsing configuration files in the WPConfigFile class.

4.3.8

27 Nov 07:47
Compare
Choose a tag to compare

4.3.8

Added

  • Support custom binaries for WP-CLI in the WPCLI module.

3.7.9

27 Nov 08:32
Compare
Choose a tag to compare

3.7.9

Added

  • Support custom binaries for WP-CLI in the WPCLI module.

4.3.7

08 Nov 10:15
Compare
Choose a tag to compare

4.3.7

Fixed

  • In WPDb module look up the WPFilesystem module with and without leading slash.

3.7.8

08 Nov 10:19
Compare
Choose a tag to compare

3.7.8

Fixed

  • In WPDb module look up the WPFilesystem module with and without leading slash.

3.7.7

04 Nov 08:17
Compare
Choose a tag to compare

3.7.7

Fixed

  • Fallback for missing $_composer_autoload_path file. (thanks @andronocean)

4.3.6

02 Nov 17:55
Compare
Choose a tag to compare

4.3.6

Fixed

  • Fallback for missing $_composer_autoload_path file. (thanks @andronocean)

3.7.6

18 Oct 14:21
Compare
Choose a tag to compare

3.7.6

Changed

  • Improve LoadSandbox error and messaging (used by the WPLoader module when loadOnly: true) around Codeception early exits. (thanks @andronocean)

4.3.5

16 Oct 17:33
Compare
Choose a tag to compare

4.3.5

Changed

  • Improve LoadSandbox error and messaging (used by the WPLoader module when loadOnly: true) around Codeception early exits. (thanks @andronocean)

4.3.4

13 Sep 08:24
Compare
Choose a tag to compare

4.3.4

Fixed

  • Set proper WPTetCase::factory() return type, so IDE autocompletion works (thanks @defunctl).