Skip to content

Releases: alleyinteractive/mantle-framework

v1.0.6

19 Apr 16:16
4c8c2dd
Compare
Choose a tag to compare

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

18 Apr 15:41
8a2a670
Compare
Choose a tag to compare

Changed

  • Disable VIP's pre_wp_load_alloptions_protections protection during unit testing.

Full Changelog: v1.0.4...v1.0.5

v1.0.4

17 Apr 16:46
87f24c8
Compare
Choose a tag to compare

Added

  • Define the WP_RUN_CORE_TESTS constant during unit tests.

Fixed

  • Ensure that dumping the content dumps non-json content,

v1.0.3

15 Apr 16:47
35f9a50
Compare
Choose a tag to compare

Fixed

  • Proper unset server headers when testing.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

15 Apr 14:24
5a0f8f3
Compare
Choose a tag to compare

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

09 Apr 18:05
4dd4233
Compare
Choose a tag to compare

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

05 Apr 17:06
d9c78c8
Compare
Choose a tag to compare

See the changelog for a full changelog of the 1.0.0 release.

Full Changelog: v0.12.12...v1.0.0

v0.12.12

08 Jan 18:45
201dbfc
Compare
Choose a tag to compare

Changed

  • Adding support back for alleyinteractive/wp-filter-side-effects 1.0.

Full Changelog: v0.12.11...v0.12.12

v0.12.11

18 Dec 21:28
59ced50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.10...v0.12.11

v0.12.10

27 Nov 21:22
1339b4e
Compare
Choose a tag to compare

Reverting PHPUnit 10 from 0.12.x

Full Changelog: v0.12.9...v0.12.10