Skip to content

Commit e9c8413

Browse files
Merge pull request #201 from Yoast/feature/1.x-readme-update-for-polyfills-3.x
Changelog for the 1.1.2 release
2 parents 1ac02ca + 8858643 commit e9c8413

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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.2] - 2024-09-07
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 3.x branch. PR [#188]
18+
* General housekeeping.
19+
20+
[#188]: https://github.com/Yoast/PHPUnit-Polyfills/pull/188
21+
22+
1223
## [1.1.1] - 2024-04-05
1324

1425
### Added
@@ -178,6 +189,7 @@ Initial release.
178189

179190

180191
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.x...HEAD
192+
[1.1.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.1...1.1.2
181193
[1.1.1]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.0...1.1.1
182194
[1.1.0]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.5...1.1.0
183195
[1.0.5]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.0.4...1.0.5

phpunitpolyfills-autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class Autoload {
1717
*
1818
* @var string
1919
*/
20-
const VERSION = '1.1.1';
20+
const VERSION = '1.1.2';
2121

2222
/**
2323
* Loads a class.

0 commit comments

Comments
 (0)