Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses

_Nothing yet._

## [2.0.5] - 2025-08-10

### Fixed
* PHP 8.5 deprecation notice when using the `AssertAttributeHelper::getProperty()` and `AssertAttributeHelper::getPropertyValue()` methods. PR [#261]

### Changed
* General housekeeping.

<!-- Link to #261 is defined on the 1.1.5 release. -->


## [2.0.4] - 2025-02-09

This is a maintenance release.
Expand Down Expand Up @@ -319,7 +330,8 @@ As of version 2.15.0 of the `shivammathur/setup-php` action for GitHub Actions,
Initial release.


[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.4...2.x
[Unreleased]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.5...2.x
[2.0.5]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.4...2.0.5
[2.0.4]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.3...2.0.4
[2.0.3]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/Yoast/PHPUnit-Polyfills/compare/2.0.1...2.0.2
Expand Down
2 changes: 1 addition & 1 deletion phpunitpolyfills-autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class Autoload {
*
* @var string
*/
const VERSION = '2.0.4';
const VERSION = '2.0.5';

/**
* Loads a class.
Expand Down