Skip to content

Commit 41aaac4

Browse files
authored
Merge pull request #263 from Yoast/feature/1.x/changelog-v1.1.5
Changelog for the 1.1.5 release
2 parents 5d24d1b + 689d8b5 commit 41aaac4

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.5] - 2025-08-10
13+
14+
### Fixed
15+
* PHP 8.5 deprecation notice when using the `AssertAttributeHelper::getProperty()` and `AssertAttributeHelper::getPropertyValue()` methods. PR [#261]
16+
17+
### Changed
18+
* General housekeeping.
19+
20+
[#261]: https://github.com/Yoast/PHPUnit-Polyfills/pull/261
21+
22+
1223
## [1.1.4] - 2025-02-09
1324

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

210221

211-
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.4...1.x
222+
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.5...1.x
223+
[1.1.5]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.4...1.1.5
212224
[1.1.4]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.3...1.1.4
213225
[1.1.3]: https://github.com/Yoast/PHPUnit-Polyfills/compare/1.1.2...1.1.3
214226
[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)