Skip to content

Releases: alleyinteractive/mantle-framework

v0.10.2

15 Feb 16:15
8f5b06f
Compare
Choose a tag to compare

What's Changed

  • Fix issue with custom namespace in application.

Full Changelog: v0.10.1...v0.10.2

v0.10.1

10 Jan 15:51
e567650
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

06 Jan 19:06
e664307
Compare
Choose a tag to compare

What's Changed

  • Improvements to database factories: adds with_meta() to all supported types, adds with_posts() to term factory.
  • Upgrading to Symfony 6 and Illuminate/View 9
  • Allow Mantle\Testing\Mock_Http_Response to be converted to Mantle\Http_Client\Response
  • Support streamed HTTP responses in the client and fake.
  • Add maybe_rsync_content during testing.
  • Add --delete when rsyncing content during testing.
  • Work to make Mantle a bit more isolated.

Full Changelog: v0.9.1...v0.10.0

v0.9.1

22 Nov 16:35
2d5fa39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

16 Nov 17:45
9b8dfb4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

25 Oct 20:34
c0f686a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

06 Oct 15:57
4c9e10e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

20 Sep 18:46
92bda82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

16 Sep 16:11
a9a8793
Compare
Choose a tag to compare

What's Changed

  • Ensure tests have a permalink structure by default in #309
  • Adding only_children() method to collections in #310
  • Switching to reusable actions in #316
  • Bump to 1.0 of alleyinteractive/composer-wordpress-autoloader in #317
  • Use separate packages for Caper and filter side effects by @dlh01 in #322
  • Queue System Overhaul in #318

New Contributors

Full Changelog: v0.5.4...v0.6.0

v0.5.4

04 Aug 19:24
571f47a
Compare
Choose a tag to compare

Fixing installation inside tests (again).