-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ca9e54
commit aeb4ed1
Showing
2 changed files
with
48 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,67 @@ | ||
# Changelog | ||
|
||
## 6.0.0 | ||
|
||
- Use [WordPress Coding Standards 3.0.0](https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/3.0.0), [#29](https://github.com/DekodeInteraktiv/coding-standards/pull/29) | ||
|
||
## 5.0.0 | ||
|
||
- Remove inactive Neutron PHP Standard [#26](https://github.com/DekodeInteraktiv/coding-standards/pull/26) | ||
- Keep up with the WPCS develop branch [#27](https://github.com/DekodeInteraktiv/coding-standards/pull/27) | ||
|
||
## 4.0.0 | ||
* Add support for Composer 2. | ||
|
||
- Add support for Composer 2. | ||
|
||
## 3.4.0 | ||
* Renamed composer package to dekode/coding-standards. | ||
|
||
- Renamed composer package to dekode/coding-standards. | ||
|
||
## 3.3.0 | ||
* Remove exclusion of content/plugins folder. [PR #15](https://github.com/DekodeInteraktiv/coding-standards/pull/15) | ||
|
||
- Remove exclusion of content/plugins folder. [PR #15](https://github.com/DekodeInteraktiv/coding-standards/pull/15) | ||
|
||
## 3.2.0 | ||
* Updated dependencies. | ||
|
||
- Updated dependencies. | ||
|
||
## 3.1.0 | ||
* Exclude `Generic.Arrays.DisallowShortArraySyntax` and `WordPress.PHP.DisallowShortTernary.Found` introduced in [WPCS 2.2.0](https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/2.2.0). | ||
|
||
- Exclude `Generic.Arrays.DisallowShortArraySyntax` and `WordPress.PHP.DisallowShortTernary.Found` introduced in [WPCS 2.2.0](https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/2.2.0). | ||
|
||
## 1.2.0 | ||
* Allow `file_get_contents` | ||
* Remove rule: `PEAR.Functions.FunctionCallSignature.CloseBracketLine` | ||
* Remove rule: `PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket` | ||
* Remove rule: `PEAR.Functions.FunctionCallSignature.MultipleArguments` | ||
|
||
- Allow `file_get_contents` | ||
- Remove rule: `PEAR.Functions.FunctionCallSignature.CloseBracketLine` | ||
- Remove rule: `PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket` | ||
- Remove rule: `PEAR.Functions.FunctionCallSignature.MultipleArguments` | ||
|
||
## 1.1.0 | ||
* Replace `wimg/php-compatibility` with `phpcompatibility/phpcompatibility-wp`. (Cheers @jrfnl! [PR #4](https://github.com/DekodeInteraktiv/coding-standards/pull/4)) | ||
|
||
- Replace `wimg/php-compatibility` with `phpcompatibility/phpcompatibility-wp`. (Cheers @jrfnl! [PR #4](https://github.com/DekodeInteraktiv/coding-standards/pull/4)) | ||
|
||
## 1.0.0 | ||
* WordPress Coding Standards for PHP_CodeSniffer 1.0 | ||
* PHP Compatibility Coding Standard for PHP CodeSniffer 8.2 | ||
* Neutron PHP Standard 1.5 | ||
|
||
- WordPress Coding Standards for PHP_CodeSniffer 1.0 | ||
- PHP Compatibility Coding Standard for PHP CodeSniffer 8.2 | ||
- Neutron PHP Standard 1.5 | ||
|
||
## 0.3.1 | ||
* Allow slash in hook names | ||
|
||
- Allow slash in hook names | ||
|
||
## 0.3.0 | ||
* Require strict type | ||
* Require type hints | ||
* Removed php7.0 as testVersion. Need to set it in your config | ||
|
||
- Require strict type | ||
- Require type hints | ||
- Removed php7.0 as testVersion. Need to set it in your config | ||
|
||
## 0.2.0 | ||
* Changed composer type to `phpcodesniffer-standard`. | ||
* Added php7.0 as testVersion. | ||
* Exclude folders you don't want to run PHPCS against | ||
|
||
- Changed composer type to `phpcodesniffer-standard`. | ||
- Added php7.0 as testVersion. | ||
- Exclude folders you don't want to run PHPCS against | ||
|
||
## 0.1.0 | ||
* Initial release. | ||
|
||
- Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters