Skip to content

Releases: 10up/wp_mock

v1.0.1

12 Mar 02:20
48b7f22
Compare
Choose a tag to compare

What's Changed

  • Update WP_Mock::expectHookNotAdded() with new params by @unfulvio-godaddy in #234
  • Update PHP dev dependencies, ensure compatibility with PHP 8.3 environments and run tests with PHP 8.3 by @unfulvio-godaddy in #237

Full Changelog: 1.0.0...1.0.1

v1.0.0

26 Jul 03:04
de812e4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...1.0.0

v0.5.0

01 Nov 03:06
5cd57c6
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.4.2...0.5.0

v0.4.2

16 Mar 03:46
9019226
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Full Changelog: 0.4.1...0.4.2

v0.4.1

26 Feb 20:56
5807261
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

This release brings us up to date with the latest release of PHPUnit.

Please note: As with the previously-tagged release, this is not necessarily a stable release!

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

v0.4.0

17 Jan 04:53
9f3525a
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

This release brings us up to date both with PHPUnit and with PHP itself. The minimum version of PHP now supported by the project is 7.1.

What's Changed

  • Add PHP as language in code blocks by @ocularrhythm in #120
  • Add a message to the internal functions exception by @johnpbloch in #123
  • PHPUnit 7.x Compatibility Fixes by @ericmann in #129

New Contributors

  • @ocularrhythm made their first contribution in #120

Full Changelog: 0.3.0...0.4.0

v0.3.0

03 Dec 19:33
6495655
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

This release brings us up to date both with PHPUnit and with PHP itself. The minimum version of PHP now supported by the project is 7.0.

What's Changed

New Contributors

Full Changelog: 0.1.1...0.3.0

v0.2.0

19 Jul 03:13
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

This release moves to using static, tagged versions hosted on Packagist. Aside from a handful of bugfixes, it's equivalent to the dev-dev version many have been using before July 2017. Moving forward, all versions will be static and tagged.

What's Changed

New Contributors

Full Changelog: 0.1.1...0.2.0

v0.1.0

30 Dec 14:41
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Currently, we only have source releases on Packagist (dev-master and 1.0.x-dev). This will be a distributable release that will allow local caching of the library so that not every use needs to be a git clone.

Full Changelog: https://github.com/10up/wp_mock/commits/0.1.0