Skip to content

Commit 0a17fc5

Browse files
committed
Changelog for release 1.2.1
1 parent 204f0b0 commit 0a17fc5

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,24 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
99

1010
_Nothing yet._
1111

12+
## [1.2.1] - 2026-02-05
13+
14+
### Changed
15+
* 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]
16+
* 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]
17+
* Verified PHP 8.4 and 8.5 compatibility.
18+
* General housekeeping.
19+
20+
[#75]: https://github.com/Yoast/wp-test-utils/pull/75
21+
[#79]: https://github.com/Yoast/wp-test-utils/pull/79
22+
[#101]: https://github.com/Yoast/wp-test-utils/pull/101
23+
[#102]: https://github.com/Yoast/wp-test-utils/pull/102
24+
25+
1226
## [1.2.0] - 2023-09-27
1327

1428
### Added
15-
16-
* Support for the new PHPUnit `assertObjectHasProperty()` and `assertObjectNotHasProperty()` assertions, as polyfilled via the PHPUnit Polyfills in all test cases. PR [#64]
29+
* Support for the new PHPUnit `assertObjectHasProperty()` and `assertObjectNotHasProperty()` assertions, as polyfilled via the [PHPUnit Polyfills] in all test cases. PR [#64]
1730
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.
1831

1932
### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Requirements
3535
* PHP 5.6 or higher.
3636

3737
The following packages will be automatically required via Composer:
38-
* [PHPUnit Polyfills] 1.1.0 or higher.
38+
* [PHPUnit Polyfills] 1.1.5 or higher.
3939
* [PHPUnit] 5.7 - 9.x.
40-
* [BrainMonkey] 2.6.1 or higher.
40+
* [BrainMonkey] 2.7.0 or higher.
4141

4242

4343
Installation

0 commit comments

Comments
 (0)