diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d9b0b..335ace3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,24 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses _Nothing yet._ +## [1.2.1] - 2026-02-05 + +### Changed +* The [PHPUnit Polyfills] dependency has been updated to require [version `^1.1.5`](https://github.com/Yoast/PHPUnit-Polyfills/releases/tag/1.1.5) (was `^1.1.0`). PRs [#75], [#101] +* The [BrainMonkey] dependency has been updated to require [version `^2.7.0`](https://github.com/Brain-WP/BrainMonkey/releases/tag/2.7.0) (was `^2.6.1`). PRs [#79], [#102] +* Verified PHP 8.4 and 8.5 compatibility. +* General housekeeping. + +[#75]: https://github.com/Yoast/wp-test-utils/pull/75 +[#79]: https://github.com/Yoast/wp-test-utils/pull/79 +[#101]: https://github.com/Yoast/wp-test-utils/pull/101 +[#102]: https://github.com/Yoast/wp-test-utils/pull/102 + + ## [1.2.0] - 2023-09-27 ### Added - -* Support for the new PHPUnit `assertObjectHasProperty()` and `assertObjectNotHasProperty()` assertions, as polyfilled via the PHPUnit Polyfills in all test cases. PR [#64] +* Support for the new PHPUnit `assertObjectHasProperty()` and `assertObjectNotHasProperty()` assertions, as polyfilled via the [PHPUnit Polyfills] in all test cases. PR [#64] This means that the `assertObjectHasProperty()` and `assertObjectNotHasProperty()` assertions can now safely be used in all tests in classes which extend one of the WP Test Utils TestCases. ### Changed diff --git a/README.md b/README.md index 318b826..bdae241 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Requirements * PHP 5.6 or higher. The following packages will be automatically required via Composer: -* [PHPUnit Polyfills] 1.1.0 or higher. +* [PHPUnit Polyfills] 1.1.5 or higher. * [PHPUnit] 5.7 - 9.x. -* [BrainMonkey] 2.6.1 or higher. +* [BrainMonkey] 2.7.0 or higher. Installation