Skip to content

Commit deba4c0

Browse files
committed
Changelog for the 1.1.5 release
Includes updating the `VERSION` constant in the `Autoload` class.
1 parent 5d24d1b commit deba4c0

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

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

1010
_Nothing yet._
1111

12+
## [1.1.5] - 2025-08-10
13+
14+
This is a maintenance release.
15+
16+
### Fixed
17+
* PHP 8.5 deprecation notice when using the `AssertAttributeHelper::getProperty()` and `AssertAttributeHelper::getPropertyValue()` methods. PR [#261]
18+
19+
### Changed
20+
* General housekeeping.
21+
22+
[#261]: https://github.com/Yoast/PHPUnit-Polyfills/pull/261
23+
24+
1225
## [1.1.4] - 2025-02-09
1326

1427
This is a maintenance release.
@@ -208,7 +221,8 @@ As of version 2.15.0 of the `shivammathur/setup-php` action for GitHub Actions,
208221
Initial release.
209222

210223

211-
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.4...1.x
224+
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.5...1.x
225+
[1.1.5]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.4...1.1.5
212226
[1.1.4]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.3...1.1.4
213227
[1.1.3]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.2...1.1.3
214228
[1.1.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.1...1.1.2

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.4';
24+
const VERSION = '1.1.5';
2525

2626
/**
2727
* Loads a class.

0 commit comments

Comments
 (0)