File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,25 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
14
14
15
15
_ Nothing yet._
16
16
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
+
17
36
## [ 1.0.3] - 2023-03-28
18
37
19
38
### Changed
@@ -422,6 +441,7 @@ This initial alpha release contains the following sniffs:
422
441
[ php_version-config ] : https://github.com/squizlabs/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version
423
442
424
443
[ 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
425
445
[ 1.0.3 ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.2...1.0.3
426
446
[ 1.0.2 ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.1...1.0.2
427
447
[ 1.0.1 ] : https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.0...1.0.1
You can’t perform that action at this time.
0 commit comments