3.2
What's Changed
- Fix is_readable() to test readability, not writability by @remyperona in #41
- Closes #37: Refactor rmdir() to use public APIs instead of reflection by @remyperona in #42
- Closes #39 Add PHPCS and PHPStan static analysis to CI by @remyperona in #43
- Fix PHP minimum version readiness check by @fetachino in #40
- Move production files under src/ directory by @remyperona in #44
- Closes #36: Consolidate divergent getDefaultVfs() definitions by @remyperona in #45
- Closes #35: Remove WP Rocket coupling from generic package by @remyperona in #46
- CI: migrate test workflows to shared composite actions by @remyperona in #47
- Add wp-env as the default local test environment by @remyperona in #48
- Update .gitattributes to exclude non-production files from exports by @remyperona in #49
- Cover BootstrapManager and document the consumer entry point by @remyperona in #50
New Contributors
- @fetachino made their first contribution in #40
Full Changelog: v3.1...v3.2