Skip to content

Commit 0837f10

Browse files
committed
Changelog for PHPCSExtra 1.0.4
1 parent 3955b6a commit 0837f10

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,25 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
1414

1515
_Nothing yet._
1616

17+
## [1.0.4] - 2023-06-18
18+
19+
### Changed
20+
21+
#### Other
22+
23+
* Composer: The minimum `PHPCSUtils` requirement has been updated to `^1.0.6` (was ^1.0.0). [#237]
24+
* Various housekeeping.
25+
26+
### Fixed
27+
28+
#### Universal
29+
30+
* `Universal.Constants.LowercaseClassResolutionKeyword`: prevent false positives for function calls to methods called `class`. [#226]
31+
32+
[#226]: https://github.com/PHPCSStandards/PHPCSExtra/pull/226
33+
[#237]: https://github.com/PHPCSStandards/PHPCSExtra/pull/237
34+
35+
1736
## [1.0.3] - 2023-03-28
1837

1938
### Changed
@@ -422,6 +441,7 @@ This initial alpha release contains the following sniffs:
422441
[php_version-config]: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version
423442

424443
[Unreleased]: https://github.com/PHPCSStandards/PHPCSExtra/compare/stable...HEAD
444+
[1.0.4]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.3...1.0.4
425445
[1.0.3]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.2...1.0.3
426446
[1.0.2]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.1...1.0.2
427447
[1.0.1]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.0...1.0.1

0 commit comments

Comments
 (0)