Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
3.6.3
3.6.3
Fixed
- Disable strict connection ID check for SQLite databases to avoid errors in tests.
4.2.2
4.2.2
Changed
- Better messaging when throwing due to disconnected database.
- Add the
WPLoader::beStrictAboutWpdbConnectionId
configuration parameter, defaults to true
, to throw if db connection changes during setup before class.
3.6.2
3.6.2
Changed
- Better messaging when throwing due to disconnected database.
- Add the
WPLoader::beStrictAboutWpdbConnectionId
configuration parameter, defaults to true
, to throw if db connection changes during setup before class.
4.2.1
4.2.1
Fixed
- Throw on disconnected db in
WPTestCase::setUpBeforeClass
, iterates over the fix for #720.
4.2.0
4.2.0
Added
- Allow plugins to be loaded from arbitrary absolute or relative paths in the
WPLoader
module.
- Allow themes to be loaded from arbitrary absolute or relative paths in the
WPLoader
module.
- Support an array argument for the
theme
configuration parameter in the WPLoader
module to define [parent-theme, child-theme]
pairs.
3.6.1
3.6.1
Fixed
- Throw on disconnected db in
WPTestCase::setUpBeforeClass
; iterates over the fix for #720.
3.6.0
3.6.0
Added
- Allow plugins to be loaded from arbitrary absolute or relative paths in the
WPLoader
module.
- Allow themes to be loaded from arbitrary absolute or relative paths in the
WPLoader
module.
- Support an array argument for the
theme
configuration parameter in the WPLoader
module to define [parent-theme, child-theme]
pairs.
4.1.9
4.1.9
Fixed
- Avoid calling
wpdb::db_connect()
twice during WPLoader
bootstrap. (thanks @calvinalkan)
4.1.8
4.1.8
Changed
- Updated
sqlite-integration-plugin
and Core PHPUnit suite files.