Skip to content

Commit e6faedf

Browse files
authored
Merge pull request #250 from Yoast/feature/1.x/changelog-v1.1.4
Changelog for the 1.1.4 release
2 parents e1aba5c + d2874f0 commit e6faedf

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
99

1010
_Nothing yet._
1111

12+
## [1.1.4] - 2025-02-09
13+
14+
This is a maintenance release.
15+
16+
### Changed
17+
* README: updated sub-section about PHPUnit version support with information about the PHPUnit Polyfills 4.x branch. PR [#249]
18+
* General housekeeping.
19+
20+
[#249]: https://github.com/Yoast/PHPUnit-Polyfills/pull/249
21+
22+
1223
## [1.1.3] - 2025-01-08
1324

1425
This is a maintenance release.
@@ -197,7 +208,8 @@ As of version 2.15.0 of the `shivammathur/setup-php` action for GitHub Actions,
197208
Initial release.
198209

199210

200-
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.3...1.x
211+
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.4...1.x
212+
[1.1.4]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.3...1.1.4
201213
[1.1.3]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.2...1.1.3
202214
[1.1.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.1...1.1.2
203215
[1.1.1]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.0...1.1.1

phpunitpolyfills-autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class Autoload {
2121
*
2222
* @var string
2323
*/
24-
const VERSION = '1.1.3';
24+
const VERSION = '1.1.4';
2525

2626
/**
2727
* Loads a class.

0 commit comments

Comments
 (0)