Skip to content

Releases: lucatume/wp-browser

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).

3.7.5

13 Sep 08:40
Compare
Choose a tag to compare

3.7.5

Fixed

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

4.3.3

11 Sep 07:54
Compare
Choose a tag to compare

What's Changed

  • Explicitly set DB_ constants in loadOnly:true by @lucatume in #755

Full Changelog: 4.3.2...4.3.3

3.7.4

11 Sep 08:02
Compare
Choose a tag to compare

3.7.4

Fixed

  • Ensure the WPLoader module will set the db constants when in loadOnly: true mode.
  • The WPLoader module will now set the WPBROWSER_LOAD_ONLY environment variable to 1 when in loadOnly: true and to 0 when in loadOnly: false mode.
  • Updated documentation for the WPLoader module to explicitly state that the configFlile parameter will be used both when in loadOnly: true and loadOnly: false modes.