@@ -4,12 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
7
+ ## [ 2.0.0 ] - 2021-02-26
8
8
9
9
### Changed
10
- * Update sirbrillig/phpcs-variable-analysis from 2.10.0 to [ 2.10.1 ] ( https://github.com/sirbrillig/phpcs-variable-analysis/releases/tag/v2.10.1 ) .
11
- * Increase ` testVersion ` for PHP Compatibility check to 7.4.
12
- * Increase ` minimum_supported_wp_version ` to 5.3.
10
+ * PHP: Update sirbrillig/phpcs-variable-analysis from 2.10.0 to [ 2.10.2 ] ( https://github.com/sirbrillig/phpcs-variable-analysis/releases/tag/v2.10.2 ) .
11
+ * PHP: Increase ` testVersion ` for PHP Compatibility check to 7.4.
12
+ * PHP: Increase ` minimum_supported_wp_version ` to 5.3.
13
13
* CSS: Replace ` stylelint-config-wordpress ` with ` @wordpress/stylelint-config ` .
14
14
* JS: Allow ` @wordpress/eslint-plugin ` v8 as dependency, remove v6.
15
15
@@ -113,7 +113,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113
113
* [ VariableAnalysis] ( https://github.com/sirbrillig/phpcs-variable-analysis ) for problematic variable use.
114
114
* [ Slevomat Coding Standard] ( https://github.com/slevomat/coding-standard ) for PHP >=7 development.
115
115
116
- [ Unreleased ] : https://github.com/wearerequired/coding-standards/compare/1.6.0...HEAD
116
+ [ Unreleased ] : https://github.com/wearerequired/coding-standards/compare/2.0.0...HEAD
117
+ [ 2.0.0 ] : https://github.com/wearerequired/coding-standards/compare/1.6.0...2.0.0
117
118
[ 1.6.0 ] : https://github.com/wearerequired/coding-standards/compare/1.5.1...1.6.0
118
119
[ 1.5.1 ] : https://github.com/wearerequired/coding-standards/compare/1.5.0...1.5.1
119
120
[ 1.5.0 ] : https://github.com/wearerequired/coding-standards/compare/1.4.1...1.5.0
0 commit comments