Skip to content

Commit d969990

Browse files
committed
Changelog for the 1.1.1 release
Includes minor touching up of some headers and fixing a couple of broken links in the changelog file.
1 parent 01a2600 commit d969990

File tree

1 file changed

+27
-14
lines changed

1 file changed

+27
-14
lines changed

CHANGELOG.md

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use
1010
_Nothing yet._
1111

1212

13+
## [v1.1.1] - 2025-06-27
14+
15+
### Changed
16+
- Various housekeeping, including improvements to the documentation.
17+
18+
### Fixed
19+
- [#239]: The PHP_CodeSniffer package could not be always found when running the plugin in a Drupal or Magento setup. Thanks [@jrfnl] ! [#245]
20+
21+
[#239]: https://github.com/PHPCSStandards/composer-installer/issues/239
22+
[#245]: https://github.com/PHPCSStandards/composer-installer/pull/245
23+
24+
1325
## [v1.1.0] - 2025-06-24
1426

1527
### Changed
@@ -147,7 +159,7 @@ _Nothing yet._
147159

148160
## [v0.7.1] - 2020-12-07
149161

150-
### Closed issues:
162+
### Closed issues
151163
- Order of installed_paths inconsistent between runs [#125]
152164
- Maintaining this project and Admin rights [#113]
153165

@@ -171,7 +183,7 @@ _Nothing yet._
171183

172184
## [v0.7.0] - 2020-06-25
173185

174-
### Closed issues:
186+
### Closed issues
175187
- Composer 2.x compatibility [#108]
176188
- Add link to Packagist on main page [#110]
177189
- Switch from Travis CI .org to .com [#112]
@@ -202,7 +214,7 @@ _Nothing yet._
202214

203215
## [v0.6.1] - 2020-01-27
204216

205-
### Closed issues:
217+
### Closed issues
206218
- Do not exit with code 1 on uninstall (--no-dev) [#103]
207219

208220
### Changed
@@ -218,7 +230,7 @@ _Nothing yet._
218230

219231
## [v0.6.0] - 2020-01-19
220232

221-
### Closed issues:
233+
### Closed issues
222234
- Composer PHP version appears not to be respected [#79]
223235
- Allow a string value for extra.phpcodesniffer-search-depth [#82]
224236
- Add [@jrfnl] as (co)maintainer to this project [#87]
@@ -268,7 +280,7 @@ _Nothing yet._
268280

269281
## [v0.5.0] - 2018-10-26
270282

271-
### Closed issues:
283+
### Closed issues
272284
- Scan depth as parameter [#45]
273285
- phpcs: Exit Code: 127 (Command not found) on every Composer command [#48]
274286
- The composer plugin implementation seems to be breaking the composer lifecycle [#49]
@@ -284,7 +296,7 @@ _Nothing yet._
284296
- Build/PHPCS: update PHPCompatibility repo name by [@jrfnl] in [#54]
285297
- README: remove VersionEye badge by [@jrfnl] in [#55]
286298
- README: replace maintenance badge by [@jrfnl] in [#56]
287-
- Execute phpcs and security-checker from vendor/bin by @gapple] in [#52]
299+
- Execute phpcs and security-checker from vendor/bin by [@gapple] in [#52]
288300
- PHPCS: various minor tweaks by [@jrfnl] in [#57]
289301
- Travis: various tweaks by [@jrfnl] in [#58]
290302
- Use PHPCompatibility 9.0.0 by [@jrfnl] in [#61]
@@ -338,7 +350,7 @@ _Nothing yet._
338350

339351
## [v0.4.4] - 2017-12-06
340352

341-
### Closed issues:
353+
### Closed issues
342354
- PHP 7.2 compatibility issue [#43]
343355

344356
### Changed
@@ -376,7 +388,7 @@ _Nothing yet._
376388

377389
## [v0.4.1] - 2017-08-01
378390

379-
### Closed issues:
391+
### Closed issues
380392
- Incorrect relative paths for WPCS [#33]
381393

382394
### Fixed
@@ -388,7 +400,7 @@ _Nothing yet._
388400

389401
## [v0.4.0] - 2017-05-11
390402

391-
### Closed issues:
403+
### Closed issues
392404
- Add support for code standards in root of repository for PHP_CodeSniffer 3.x [#26]
393405
- Config codings styles in composer.json from project [#23]
394406
- Check the root package for sniffs to install [#20]
@@ -402,7 +414,7 @@ _Nothing yet._
402414

403415
### Changed
404416
- Local projects uses relative paths to their coding standards [#28] ([@frenck])
405-
- Docs: Updated README. … [#31] ([@frenck])
417+
- Docs: Updated README. [#31] ([@frenck])
406418
- Docs: Adds reference to calling the script directly in the README. [#29] ([@Potherca])
407419
- Adds Travis-CI configuration file. [#27] ([@Potherca])
408420

@@ -422,7 +434,7 @@ _Nothing yet._
422434

423435
## [v0.3.2] - 2017-03-29
424436

425-
### Closed issues:
437+
### Closed issues
426438
- Coding Standard tries itself to install with installPath when it's the root package [#19]
427439

428440
### Changed
@@ -439,7 +451,7 @@ _Nothing yet._
439451

440452
## [v0.3.1] - 2017-02-17
441453

442-
### Closed issues:
454+
### Closed issues
443455
- Plugin not working correctly when sniffs install depth is equal to "1" [#13]
444456
- Create new stable release version to support wider use [#11]
445457

@@ -453,7 +465,7 @@ _Nothing yet._
453465

454466
## [v0.3.0] - 2017-02-15
455467

456-
### Implemented enhancements:
468+
### Implemented enhancements
457469
- Install Plugin provides no feedback [#7]
458470
- Installing coding standards when executing Composer with --no-scripts [#4]
459471
- Github contribution templates [#10] ([@christopher-hopper])
@@ -507,6 +519,7 @@ For this version on, this installer no longer messes with the installation paths
507519

508520
First useable release.
509521

522+
[v1.1.1]: https://github.com/PHPCSStandards/composer-installer/compare/v1.1.0...v1.1.1
510523
[v1.1.0]: https://github.com/PHPCSStandards/composer-installer/compare/v1.0.0...v1.1.0
511524
[v1.0.0]: https://github.com/PHPCSStandards/composer-installer/compare/v0.7.2...v1.0.0
512525
[v0.7.2]: https://github.com/PHPCSStandards/composer-installer/compare/v0.7.1...v0.7.2
@@ -545,5 +558,5 @@ First useable release.
545558
[@paras-malhotra]: https://github.com/paras-malhotra
546559
[@Potherca]: https://github.com/Potherca
547560
[@Seldaek]: https://github.com/Seldaek
548-
[@SplotyCode]; https://github.com/SplotyCode
561+
[@SplotyCode]: https://github.com/SplotyCode
549562
[@TravisCarden]: https://github.com/TravisCarden

0 commit comments

Comments
 (0)