Skip to content

Commit 5441ff0

Browse files
committed
Changelog for PHPCSExtra 1.3.1
1 parent 16247b9 commit 5441ff0

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
@@ -15,6 +15,25 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use
1515
_Nothing yet._
1616

1717

18+
## [1.3.1] - 2025-06-08
19+
20+
### Changed
21+
22+
#### Other
23+
24+
* Composer: The minimum `PHPCSUtils` requirement has been updated to `^1.0.12` (was `^1.0.9`). [#346]
25+
* Various housekeeping.
26+
27+
### Fixed
28+
29+
#### Universal
30+
31+
* `Universal.UseStatements.DisallowMixedGroupUse`: the fixer could get confused when the "base" name for the group name contained a leading backslash, leading to parse errors in the fixed code. [#350]
32+
33+
[#346]: https://github.com/PHPCSStandards/PHPCSExtra/pull/346
34+
[#350]: https://github.com/PHPCSStandards/PHPCSExtra/pull/350
35+
36+
1837
## [1.3.0] - 2025-04-21
1938

2039
### Added
@@ -608,6 +627,7 @@ This initial alpha release contains the following sniffs:
608627
[php_version-config]: https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version
609628

610629
[Unreleased]: https://github.com/PHPCSStandards/PHPCSExtra/compare/stable...HEAD
630+
[1.3.1]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.3.0...1.3.1
611631
[1.3.0]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.2.1...1.3.0
612632
[1.2.1]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.2.0...1.2.1
613633
[1.2.0]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.1.2...1.2.0

0 commit comments

Comments
 (0)