Skip to content

Commit 7067ce2

Browse files
committed
Changelog for PHPCSExtra 1.4.0
1 parent 6cb2262 commit 7067ce2

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Change Log for the PHPCSExtra standard for PHP CodeSniffer
1+
# Change Log for the PHPCSExtra standard for PHP_CodeSniffer
22

33
All notable changes to this project will be documented in this file.
44

@@ -15,6 +15,41 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use
1515
_Nothing yet._
1616

1717

18+
## [1.4.0] - 2025-06-14
19+
20+
### Added
21+
22+
* All sniffs: compatibility with the new PHP_CodeSniffer `4.x` branch in anticipation of the PHP_CodeSniffer 4.0 release. [#367]
23+
PHPCSExtra should now be fully compatible with PHP_CodeSniffer 4.0. If you still find an issue, please report it.
24+
25+
### Changed
26+
27+
#### Other
28+
29+
* Composer: The minimum `PHP_CodeSniffer` requirement has been updated to `^3.13.0` (was `^3.12.1`). [#361]
30+
* Composer: The minimum `PHPCSUtils` requirement has been updated to `^1.1.0` (was `^1.0.12`). [#361]
31+
* Various housekeeping.
32+
33+
### Deprecated
34+
35+
#### Universal
36+
37+
* `Universal.WhiteSpace.PrecisionAlignment`: support for scanning JS/CSS files via this sniff is now deprecated. [#367]
38+
39+
### Fixed
40+
41+
#### Universal
42+
43+
* `Universal.Arrays.DuplicateArrayKey`: false positives for numeric strings with leading/trailing underscores. Fixed via the update to PHPCSUtils 1.1.0. [#363]
44+
* `Universal.Arrays.DuplicateArrayKey`: false negatives for fully qualified `true`/`false`/`null` arrays keys. Fixed via the update to PHPCSUtils 1.1.0. [#363]
45+
* `Universal.WhiteSpace.CommaSpacing`: wrong errorcode for comma's in closure use statements after the update to PHPCSUtils 1.1.0. [#362]
46+
47+
[#361]: https://github.com/PHPCSStandards/PHPCSExtra/pull/361
48+
[#362]: https://github.com/PHPCSStandards/PHPCSExtra/pull/362
49+
[#363]: https://github.com/PHPCSStandards/PHPCSExtra/pull/363
50+
[#367]: https://github.com/PHPCSStandards/PHPCSExtra/pull/367
51+
52+
1853
## [1.3.1] - 2025-06-08
1954

2055
### Changed
@@ -627,6 +662,7 @@ This initial alpha release contains the following sniffs:
627662
[php_version-config]: https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version
628663

629664
[Unreleased]: https://github.com/PHPCSStandards/PHPCSExtra/compare/stable...HEAD
665+
[1.4.0]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.3.1...1.4.0
630666
[1.3.1]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.3.0...1.3.1
631667
[1.3.0]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.2.1...1.3.0
632668
[1.2.1]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.2.0...1.2.1

0 commit comments

Comments
 (0)