Releases: alleyinteractive/mantle-framework
Releases · alleyinteractive/mantle-framework
v0.12.12
Changed
- Adding support back for
alleyinteractive/wp-filter-side-effects
1.0.
Full Changelog: v0.12.11...v0.12.12
v0.12.11
What's Changed
- Allow Windows Paths with validate_file() by @srtfisher in #489
Full Changelog: v0.12.10...v0.12.11
v0.12.10
Reverting PHPUnit 10 from 0.12.x
Full Changelog: v0.12.9...v0.12.10
v0.12.9
Fixed
- PHPStan generics for factories.
Changes
- Added PHPUnit 10 support.
Full Changelog: v0.12.8...v0.12.9
v0.12.8
Added
- Adding block assertions to strings.
- Allow partial matching of HTML content by xpath selectors.
- Add a shutdown handler to the installation script to prevent silent fatals.
Fixed
- Ensure factories can be used with data providers.
Full Changelog: v0.12.7...v0.12.8
v0.12.7
Added
- Adding date query builder for posts.
- Adds a trait to easily silence remote requests during testing.
Changed
- Improve the messaging of assertions when testing.
Fixed
- Ensure that attribute and action methods are deduplicated in service providers.
Full Changelog: v0.12.6...v0.12.7
v0.12.6
v0.12.5
v0.12.4
Added
- Added
with_active_plugins()
method to the installation manager to set the active plugins after installation. - Added the
install_plugin()
method to the installation manager to install a
plugin from WordPress.org or a remote URL.
Fixed
- Fixed an issue where the console kernel was not booting unless running
wp mantle
directly.
Full Changelog: v0.12.3...v0.12.4
v0.12.3
What's Changed
- Add better support for a query modifier on a relationship, fix an issue when saving multiple models by @srtfisher in #435
- Added
whereRaw()
/orWhereRaw()
to the query builder.
Full Changelog: v0.12.2...v0.12.3