Skip to content

Commit

Permalink
Merge pull request #194 from Yoast/JRF/changelog-2.0.1
Browse files Browse the repository at this point in the history
Changelog for the YoastCS 2.0.1 release
  • Loading branch information
IreneStr authored Feb 6, 2020
2 parents 0965f43 + db84257 commit c586fef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).

### [2.0.1] - 2020-02-06

#### Changed
* Composer: Supported version of the [DealerDirect Composer PHPCS plugin] has been changed from `^0.5.0` to `^0.5 || ^0.6`.
Note: this requirement is flexible to prevent conflicts with included standards which may include the plugin as well.
* Various housekeeping.

#### Fixed
* `Yoast.NamingConventions.NamespaceName`: fixed a potential "undefined index" notice.


### [2.0.0] - 2019-12-17

#### Added
Expand Down Expand Up @@ -358,6 +369,7 @@ Initial public release as a stand-alone package.
[DealerDirect Composer PHPCS plugin]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases
[Parallel-Lint]: https://packagist.org/packages/jakub-onderka/php-parallel-lint

[2.0.1]: https://github.com/Yoast/yoastcs/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/Yoast/yoastcs/compare/1.3.0...2.0.0
[1.3.0]: https://github.com/Yoast/yoastcs/compare/1.2.2...1.3.0
[1.2.2]: https://github.com/Yoast/yoastcs/compare/1.2.1...1.2.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Composer will automatically install dependencies, register standards paths, and
To include standards as part of a project require them as development dependencies:

```bash
composer require --dev yoast/yoastcs:^1.0
composer require --dev yoast/yoastcs:^2.0
```

Composer will automatically install dependencies and register the YoastCS and other external standards with PHP_CodeSniffer.
Expand Down

0 comments on commit c586fef

Please sign in to comment.