Releases: alleyinteractive/mantle-framework
Releases · alleyinteractive/mantle-framework
v0.11.3
- Allow the default database configuration to be customized via environment
variables:WP_DB_NAME
,WP_DB_USER
,WP_DB_PASSWORD
,WP_DB_HOST
.
Full Changelog: v0.11.2...v0.11.3
v0.11.2
What's Changed
- Update trait-installs-wordpress.php by @anubisthejackle in #407
- Feature/dependencies test trait by @anubisthejackle in #405
- Add back support for class-wpdb.php / wp-db.php for WP < 6.1 by @srtfisher in #408
Full Changelog: v0.11.1...v0.11.2
v0.11.1
v0.11.0
Added
- Add support for rsync-ing mu-plugins and a Memcache-object-cache.php during testing.
- Add PHP 8.1 support.
Changes
- Assorted fixes from/to support PHPStan (we're now at level 5 with plans to increase).
Full Changelog: v0.10.8...v0.11.0
v0.10.8
What's Changed
- Update trait-rsync-installation.php by @renatonascalves in #379
- Add a with_image() helper to create an attachment with a real image by @srtfisher in #380
- Handle some edge cases when running wp-cli on VIP by @srtfisher in #383
Full Changelog: v0.10.7...v0.10.8
v0.10.7
What's Changed
- Use the core shim in the main test case by @srtfisher in #378
Full Changelog: v0.10.6...v0.10.7
v0.10.6
What's Changed
- Introduce a WP_UnitTestCase class and a core shim to the testing framework by @srtfisher in #376
- Improving rsyncing and phpunit path detection in #374
- Set better defaults for registering meta in #375
Fixed
- Make wp_insert_post return WP_Error by @szepeviktor in #369
- Fix an error with the trace not passing through in #371
- Fix get_facade_accessor signature by @szepeviktor in #368
- Allow json to be dumped from the response in #372
- Improve reporting of stray HTTP requests in #373
New Contributors
- @szepeviktor made their first contribution in #369
Full Changelog: v0.10.5...v0.10.6
v0.10.5
v0.10.4
Changed
- Remove Laravel Mix support. Switch to asset loader that aligns with shared company configuration.
Full Changelog: v0.10.3...v0.10.4
v0.10.3
What's Changed
- Ensure --url doesn't throw an error on bin/mantle by @srtfisher in #365
Full Changelog: v0.10.2...v0.10.3