Skip to content

Releases: lucatume/wp-browser

3.1.0

28 Jan 16:09
Compare
Choose a tag to compare

3.1.0

Fixed

  • correctly escape the database name in the WPDb::createDatabasesIfNotExist method.
  • first round of PHP 8.1 compatibility updates.

Changed

  • rework the build and test flow to leverage make.

3.0.22

14 Jan 08:41
Compare
Choose a tag to compare

3.0.22

Fixed

  • Require file defining functions before calling tests_add_filter function in includes/bootstrap.php.

3.0.21

11 Jan 10:33
Compare
Choose a tag to compare

3.0.21

Fixed

  • Correctly load SQL from a file in the WPDb::importSqlDumpFile (thanks @andergmartins).

3.0.20

11 Jan 10:22
Compare
Choose a tag to compare

3.0.20

Fixed

  • Pass the configured table prefix to the user capability builder in the WPDb module (thanks @johnbillion).
  • Trigger an error when plugins in activePlugins cannot be included or activated in the WPLoader module (thanks @johnbillion).

3.0.19

06 Jan 09:42
Compare
Choose a tag to compare

3.0.19

Fixed

  • Avoid core installer failures due to mysqli report defaults on PHP 8.1 (thanks @johnbillion).

3.0.18

05 Jan 09:25
Compare
Choose a tag to compare

3.0.18

Changed

  • Introduce the skipPluggables configuration parameter in the WPLoader module to avoid the override of pluggable
    functions (thanks @johnbillion).

Fixed

  • Exit non 0 value on wp db connection error during bootstrap.

3.0.17

15 Dec 09:13
Compare
Choose a tag to compare
doc(CHANGELOG.md) update to version 3.0.17

3.0.15

10 Dec 09:27
Compare
Choose a tag to compare

Fixed

  • Update Codeception module suggestions to stick with version ^1.0 and PHP 5.6 compatibility.

3.0.14

26 Nov 11:14
Compare
Choose a tag to compare

Fixed

  • Normalize env file parsing to support LF line separators on Windows (thanks @kagg-design).

3.0.13

08 Nov 09:01
Compare
Choose a tag to compare

Fixed

Do not require iconv extension when, and use the intl one if available, when building slugs (thanks @roborourke).