Skip to content

Releases: alleyinteractive/mantle-framework

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

v0.12.9

21 Nov 17:55
d937cc4
Compare
Choose a tag to compare

Fixed

  • PHPStan generics for factories.

Changes

  • Added PHPUnit 10 support.

Full Changelog: v0.12.8...v0.12.9

v0.12.8

14 Nov 16:27
3992067
Compare
Choose a tag to compare

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

02 Oct 19:08
ad9b0d9
Compare
Choose a tag to compare

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

07 Sep 13:46
33d3edc
Compare
Choose a tag to compare

What's Changed

  • Testing new cache-dir branch in #448
  • Adding query builder count() method in #449
  • Fixing issue with custom post type/taxonomies and factories in #450

Full Changelog: v0.12.5...v0.12.6

v0.12.5

31 Aug 15:25
ba176d0
Compare
Choose a tag to compare

Fixed

  • Improved the performance of the with_image() method on attachment factories.

v0.12.4

24 Aug 15:23
099476c
Compare
Choose a tag to compare

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

21 Aug 17:24
4706f98
Compare
Choose a tag to compare

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