Skip to content

Commit d613f06

Browse files
authored
Merge pull request #268 from PHPCSStandards/feature/changelog-1.1.1
Changelog for PHPCSExtra 1.1.1
2 parents 5f505da + 37bfe5e commit d613f06

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

CHANGELOG.md

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

1515
_Nothing yet._
1616

17+
## [1.1.1] - 2023-08-26
18+
19+
### Changed
20+
21+
#### Modernize
22+
23+
* `Modernize.FunctionCalls.Dirname`: the sniff will now respect a potentially set [`php_version` configuration option][php_version-config] and only report on modernizations which are possible on the configured `php_version`. [#261]
24+
If the `php_version` is not set, the sniff will continue to report on all modernization options.
25+
26+
#### Other
27+
28+
* Various documentation improvements. Props in part to [@szepeviktor].
29+
* Improved defensive coding in select places.
30+
* Various housekeeping.
31+
32+
[#261]: https://github.com/PHPCSStandards/PHPCSExtra/pull/261
33+
34+
1735
## [1.1.0] - 2023-07-19
1836

1937
### Added
@@ -488,6 +506,7 @@ This initial alpha release contains the following sniffs:
488506
[php_version-config]: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-php-version
489507

490508
[Unreleased]: https://github.com/PHPCSStandards/PHPCSExtra/compare/stable...HEAD
509+
[1.1.1]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.1.0...1.1.1
491510
[1.1.0]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.4...1.1.0
492511
[1.0.4]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.3...1.0.4
493512
[1.0.3]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.2...1.0.3
@@ -498,6 +517,7 @@ This initial alpha release contains the following sniffs:
498517
[1.0.0-alpha3]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.0-alpha2...1.0.0-alpha3
499518
[1.0.0-alpha2]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.0-alpha1...1.0.0-alpha2
500519

501-
[@anomiex]: https://github.com/anomiex
502-
[@derickr]: https://github.com/derickr
503-
[@GaryJones]: https://github.com/GaryJones
520+
[@anomiex]: https://github.com/anomiex
521+
[@derickr]: https://github.com/derickr
522+
[@GaryJones]: https://github.com/GaryJones
523+
[@szepeviktor]: https://github.com/szepeviktor

0 commit comments

Comments
 (0)