Skip to content

Commit ef8d4b3

Browse files
committed
Changelog: updated with latest four PRs
1 parent f4b6ccb commit ef8d4b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Increases requirements for PHPCS from 3.5.5+ to 3.7.1.
1717
- [#760](https://github.com/Automattic/VIP-Coding-Standards/pull/760): RestrictedFunctions: remove reference to function which doesn't exist.
1818

1919
### Changed
20+
- [#768](https://github.com/Automattic/VIP-Coding-Standards/pull/768): DeclarationCompatibility: performance improvement.
2021

2122
- Rulesets:
2223
* [#763](https://github.com/Automattic/VIP-Coding-Standards/pull/763): Move VariableAnalysis configuration from Go to Minimum.
@@ -39,6 +40,7 @@ Increases requirements for PHPCS from 3.5.5+ to 3.7.1.
3940
* [#756](https://github.com/Automattic/VIP-Coding-Standards/pull/756): Remove extra line at end of classes.
4041
* [#758](https://github.com/Automattic/VIP-Coding-Standards/pull/758): Simplifications of sniffs extending the WPCS AbstractArrayAssignmentRestrictionsSniff.
4142
* [#761](https://github.com/Automattic/VIP-Coding-Standards/pull/761): RegexpCompare: remove redundant condition.
43+
* [#771](https://github.com/Automattic/VIP-Coding-Standards/pull/771): QA: fix condition order.
4244
- CI:
4345
* [#705](https://github.com/Automattic/VIP-Coding-Standards/pull/705): Various updates.
4446
* [#750](https://github.com/Automattic/VIP-Coding-Standards/pull/750): Test Higher PHP versions.
@@ -51,12 +53,14 @@ Increases requirements for PHPCS from 3.5.5+ to 3.7.1.
5153
* [#755](https://github.com/Automattic/VIP-Coding-Standards/pull/755): Validate the PHPCS installed standards.
5254
* [#757](https://github.com/Automattic/VIP-Coding-Standards/pull/757): Test and Quicktest tweaks.
5355
* [#767](https://github.com/Automattic/VIP-Coding-Standards/pull/767): Minor simplifications.
56+
* [#769](https://github.com/Automattic/VIP-Coding-Standards/pull/769): .gitattributes: readability improvement.
5457
- Docs:
5558
* [#722](https://github.com/Automattic/VIP-Coding-Standards/pull/722): Updated Docs link for `ORDER BY RAND()`.
5659
* [#707](https://github.com/Automattic/VIP-Coding-Standards/pull/707): README: update requirements listing.
5760
* [#706](https://github.com/Automattic/VIP-Coding-Standards/pull/706): README: update for Composer 2.2.
5861
* [#766](https://github.com/Automattic/VIP-Coding-Standards/pull/766): Various minor doc fixes.
5962
* [#759](https://github.com/Automattic/VIP-Coding-Standards/pull/759): Bug template: make version table more comprehensive.
63+
* [#770](https://github.com/Automattic/VIP-Coding-Standards/pull/770): Docs: various tag improvements.
6064

6165
### Deprecated
6266
* [#612](https://github.com/Automattic/VIP-Coding-Standards/pull/612): The `WordPressVIPMinimum.Compatibility.Zoninator` sniff is (soft) deprecated and will be removed in the 3.0.0 release.

0 commit comments

Comments
 (0)