Releases: aldavigdis/wp-tests-strapon
Releases · aldavigdis/wp-tests-strapon
v0.1.7 - Dropping support for main branches
- Addressing discrepancies between the dist version of WP and wordpress-develop
- This removes support for main/trunk/master branches of WordPress and wordpress-develop
v0.1.6 - Rebuilding the config on each run
- Rebuilding the WP test config on each run to make sure that the correct version of WP and configuration constants can change after the first run
- Moving sections from bootstrap.php into its own classes, making it leaner
- Documentation changes
v0.1.5 - Quality improvements
- Improving documentation and Composer file
- Adding a CI process
- Adding a
Databaseclass, facilitating database operations and checks
v0.1.4 - Adding support for PHPUnit 9
Bumping the version to 0.1.4 (#22)
v0.1.3 - Initial release for Packagist
Another attempt at fixing that autoloader issue
v0.1.2 - Initial release
Fixing an autoloader issue.