Skip to content

Releases: lucatume/wp-browser

4.3.10: Merge pull request #767 from lucatume/v4-better-pid-check

29 Nov 13:55
fe3e069
Compare
Choose a tag to compare

4.3.10

Fixed

  • Check the PID file for the PHP built-in server, MySQL and Chromedriver controllers to make sure the PID maps to an actually running process.

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.

3.7.10

29 Nov 14:01
Compare
Choose a tag to compare

3.7.10

Fixed

  • Check the PID file for the PHP built-in server, MySQL and Chromedriver controllers to make sure the PID maps to an actually running process.

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)