Releases: alleyinteractive/mantle-framework
Releases · alleyinteractive/mantle-framework
v1.0.6
Fixed
- Properly disabling VIP's alloptions protections during unit testing
(previously applied in v1.0.5).
Full Changelog: v1.0.5...v1.0.6
v1.0.5
Changed
- Disable VIP's
pre_wp_load_alloptions_protections
protection during unit testing.
Full Changelog: v1.0.4...v1.0.5
v1.0.4
v1.0.3
v1.0.2
Added
- Added
html_string()
helper to make assertions against a HTML string easier in testing. - Added new assertion methods to test against elements.
Fixed
- Fixed incorrect status code when testing.
- Properly tear down the
$wp_the_query
global.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Fixed
- Changed the timing of the
set_up
method being called in tests to be after
the database transaction is started. - Allow other use of the
pre_http_request
filter when preventing external
requests during testing. - Fixed an issue with the streamed HTTP response not being converted to a
WP_Error
when needed.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
See the changelog for a full changelog of the 1.0.0 release.
Full Changelog: v0.12.12...v1.0.0
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