Skip to content

Commit

Permalink
Merge pull request #60 from Yoast/feature/changelog-1.0.2
Browse files Browse the repository at this point in the history
Changelog for the 1.0.2 release
  • Loading branch information
jrfnl authored Oct 3, 2021
2 parents 981f0ce + 728b038 commit 7468775
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses

_Nothing yet._

## [1.0.2] - 2021-10-03

As of version 2.15.0 of the `shivammathur/setup-php` action for GitHub Actions, the PHPUnit Polyfills can be installed directly from this action using the `tools` key.

### Added
* README: FAQ section about installing and using the library via the `shivammathur/setup-php` action. PR [#52]

### Changed
* README: minor textual clarifications and improvements. PRs [#52], [$54], props [Pierre Gordon].
* General housekeeping.

### Fixed
* Autoloader: improved compatibility with packages which create a `class_alias` for the `PHPUnit_Runner_Version` or `PHPUnit\Runner\Version` class. PR [#59]

[#52]: https:/Yoast/PHPUnit-Polyfills/pull/52
[#54]: https:/Yoast/PHPUnit-Polyfills/pull/54
[#59]: https:/Yoast/PHPUnit-Polyfills/pull/59


## [1.0.1] - 2021-08-09

### Added
Expand Down Expand Up @@ -81,6 +100,7 @@ Initial release.


[Unreleased]: https:/Yoast/PHPUnit-Polyfills/compare/main...HEAD
[1.0.2]: https:/Yoast/PHPUnit-Polyfills/compare/1.0.1...1.0.2
[1.0.1]: https:/Yoast/PHPUnit-Polyfills/compare/1.0.0...1.0.1
[1.0.0]: https:/Yoast/PHPUnit-Polyfills/compare/0.2.0...1.0.0
[0.2.0]: https:/Yoast/PHPUnit-Polyfills/compare/0.1.0...0.2.0
Expand All @@ -90,3 +110,5 @@ Initial release.
[Marc Siegrist]: https:/mergeMarc
[Mark Baker]: https:/MarkBaker
[Pascal Birchler]: https:/swissspidy
[Pierre Gordon]: https:/pierlon

2 changes: 1 addition & 1 deletion phpunitpolyfills-autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Autoload {
*
* @var string
*/
const VERSION = '1.0.1';
const VERSION = '1.0.2';

/**
* Loads a class.
Expand Down

0 comments on commit 7468775

Please sign in to comment.