Skip to content

Releases: alleyinteractive/mantle-framework

v0.11.3

21 Jul 18:37
ac9159d
Compare
Choose a tag to compare
  • Allow the default database configuration to be customized via environment
    variables: WP_DB_NAME, WP_DB_USER, WP_DB_PASSWORD, WP_DB_HOST.

Full Changelog: v0.11.2...v0.11.3

v0.11.2

21 Jul 16:23
c8d5882
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2

v0.11.1

31 May 14:33
584d284
Compare
Choose a tag to compare

What's Changed

  • Add support for using SQLite in tests (opt-in) in #393

Full Changelog: v0.11.0...v0.11.1

v0.11.0

30 May 18:43
9755d09
Compare
Choose a tag to compare

Added

  • Add support for rsync-ing mu-plugins and a Memcache-object-cache.php during testing.
  • Add PHP 8.1 support.

Changes

  • Assorted fixes from/to support PHPStan (we're now at level 5 with plans to increase).

Full Changelog: v0.10.8...v0.11.0

v0.10.8

14 Apr 14:09
408ab0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.7...v0.10.8

v0.10.7

04 Apr 18:32
c2fa8d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.6...v0.10.7

v0.10.6

31 Mar 17:31
c766904
Compare
Choose a tag to compare

What's Changed

  • Introduce a WP_UnitTestCase class and a core shim to the testing framework by @srtfisher in #376
  • Improving rsyncing and phpunit path detection in #374
  • Set better defaults for registering meta in #375

Fixed

  • Make wp_insert_post return WP_Error by @szepeviktor in #369
  • Fix an error with the trace not passing through in #371
  • Fix get_facade_accessor signature by @szepeviktor in #368
  • Allow json to be dumped from the response in #372
  • Improve reporting of stray HTTP requests in #373

New Contributors

Full Changelog: v0.10.5...v0.10.6

v0.10.5

22 Feb 15:44
1f49741
Compare
Choose a tag to compare

Fixed

  • Fix a fatal error when the build directory doesn't exist.

Full Changelog: v0.10.4...v0.10.5

v0.10.4

22 Feb 15:34
1ca7362
Compare
Choose a tag to compare

Changed

  • Remove Laravel Mix support. Switch to asset loader that aligns with shared company configuration.

Full Changelog: v0.10.3...v0.10.4

v0.10.3

17 Feb 17:10
baa2b2b
Compare
Choose a tag to compare

What's Changed

  • Ensure --url doesn't throw an error on bin/mantle by @srtfisher in #365

Full Changelog: v0.10.2...v0.10.3