Skip to content

Releases: lucatume/wp-browser

3.0.12

30 Oct 16:28
Compare
Choose a tag to compare

Fixed

  • do not redefine wp-config constants when using the WPLoaded module in loadOnly: true mode (thanks @LucasDemea)

3.0.11

20 Sep 17:00
Compare
Choose a tag to compare

Fixed

  • correct escaping of the PHP binary in the WithWpCli trait (thanks @joppuyo)

3.0.10

13 Sep 18:17
Compare
Choose a tag to compare
  • update phpass dependency to use stable mirror (thanks @Luc45 and @bordoni)

3.0.9

10 Sep 09:23
Compare
Choose a tag to compare
  • fix(build) phpass dependency

    Fixes #523

    Thanks to the issue brought up by @bordoni and for the fix.

    This is a transitory patch, the dependency should, really, be
    internalized in the future.

3.0.8

05 Jul 08:24
Compare
Choose a tag to compare

Fixed

  • pass the provided parameters to the actions fired in the replacement wp_set_auth_cookie function, fixes #509

3.0.7

02 Jun 15:14
Compare
Choose a tag to compare

Fixed

  • WPDb::getOriginalUrlFromSqlString regex to parse original site URL from dump file (thanks @stracker-phil)
  • update WPDb module documentation to improve clarity about populate and cleanup configuration parameters (thanks @calvinalkan)

3.0.6

29 Mar 19:23
Compare
Choose a tag to compare

Fixed

  • destination file detection in Symlinker extension (thanks @ryanshoover)

3.0.5.1

13 Jan 08:38
Compare
Choose a tag to compare

Fixed

  • Correctly update the code per #482

3.0.5

08 Jan 16:00
Compare
Choose a tag to compare
  • Update the WPFilesystem::havePlugin and WPFilesystem::haveMuPlugin methods to take a plugin path without requiring the .php extension (thanks @Luc45).

3.0.4

04 Jan 17:23
Compare
Choose a tag to compare

Fixed

  • Smaller text fix in Healthcheck component.

Changed

  • Add more tests to cover URL replacement in WPDb module.