Skip to content

Commit 645f7f7

Browse files
committed
Docs: Add comparisons and props for old versions
1 parent efa778a commit 645f7f7

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed

CHANGELOG.md

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
Bumps requirements to PHPCS 3.5.5+ and WPCS 2.3.0+.
1010

11+
Props: GaryJones, jenkoian, kevinfodness, rebeccahum.
12+
1113
### Added
1214

1315
- `get_page_by_path()` restricted function warning, to suggest `wpcom_vip_get_page_by_path()` function.
@@ -41,6 +43,8 @@ This release switches from having WPCS `1.*` as a dependency, to WPCS `2.*`. It
4143

4244
The sniffs in WPCS `2.*` are more accurate, so you may see new violations there weren't being reported before, and a reduction in violations for false positives.
4345

46+
Props: GaryJones, hanifn, paulscreiber, rebeccahum, tomjn.
47+
4448
### Added
4549

4650
- Switch to using WPCS `2.*`.
@@ -88,6 +92,8 @@ This release contains many breaking changes.
8892

8993
It requires PHP `>= 5.6`, PHPCS `3.2.3+`, and WPCS `1.*`. It does not work with WPCS `2.*`.
9094

95+
Props: GaryJones, rebeccahum, whyisjake, WPprodigy.
96+
9197
### Reorganisation and Renaming
9298

9399
The sniffs in VIPCS have been reorganised into different categories, with new sniff names and new violation codes. The changes are detailed in the table below. If you reference any of the old violations in your custom ruleset (to change severity, type, or message), or with `// phpcs:ignore` or `// phpcs:disable`, you will need to updates these references to the new violation codes.
@@ -345,10 +351,12 @@ The sniffs in VIPCS have been reorganised into different categories, with new sn
345351
- Silence `WordPress.WP.AlternativeFunctions.file_system_read_fwrite` and `WordPress.WP.AlternativeFunctions.file_system_read_file_put_contents` since we have `WordPressVIPMinimum.Functions.RestrictedFunctions.file_ops_*`.
346352
- Silence Short Echo tags on `WordPress-VIP-Go`.
347353

348-
## 0.4.0 - 2018-12-19
354+
## [0.4.0] - 2018-12-19
349355

350356
This release contains breaking changes.
351357

358+
Props: GaryJones, nickdaugherty, rebeccahum, tomjn.
359+
352360
### Added
353361
- `WordPressVIPMinimum.Cache.LowExpiryCacheTime` sniff.
354362
- `WordPressVIPMinimum.Classes.RestrictedExtendedClasses` sniff, for `WP_CLI_Command`.
@@ -398,6 +406,52 @@ This release contains breaking changes.
398406
- `wpcom_vip_get_page_by_path` from `WordPressVIPMinimum.VIP.RestrictedFunctions`
399407
- Version check for PHP 7 or less in `WordPressVIPMinimum.Variables.VariableAnalysis` unit test since tests are not failing anymore.
400408

409+
## [0.3.1] - 2018-12-04
410+
411+
Originally tagged as 0.2.5.
412+
413+
Props: emrikol, GaryJones, gudmdharalds, mikeyarce, nickdaugherty, paulschreiber, rebeccahum, sboisvert, tomjn.
414+
415+
## [0.3.0] - 2018-08-15
416+
417+
Props: BrookeDot, david-binda, GaryJones, gudmdharalds, rebeccahum, sboisvert, tomjn, uxcitizen.
418+
419+
## [0.2.4] - 2018-07-18
420+
421+
Props: david-binda, sboisvert, tessneedham, trepmal.
422+
423+
## [0.2.3] - 2018-03-29
424+
425+
Props: david-binda, jacklenox, pyronaur, sboisvert, trepmal, vaurdan.
426+
427+
## [0.2.2] - 2018-01-19
428+
429+
Props: david-binda.
430+
431+
## [0.2.1] - 2017-12-01
432+
433+
Props: david-binda, philipjohn, tomjn.
434+
435+
## [0.2.0] - 2017-08-15
436+
437+
Props: david-binda.
438+
439+
## [0.1.0] - 2017-08-14
440+
441+
Initial release.
442+
443+
Props: david-binda, pkevan.
444+
445+
401446
[2.1.0]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.0.0...2.1.0
402447
[2.0.0]: https://github.com/Automattic/VIP-Coding-Standards/compare/1.0.0...2.0.0
403448
[1.0.0]: https://github.com/Automattic/VIP-Coding-Standards/compare/0.4.0...1.0.0
449+
[0.4.0]: https://github.com/automattic/vip-coding-standards/compare/0.3.1...0.4.0
450+
[0.3.1]: https://github.com/automattic/vip-coding-standards/compare/0.3.0...0.3.1
451+
[0.3.0]: https://github.com/automattic/vip-coding-standards/compare/0.2.4...0.3.0
452+
[0.2.4]: https://github.com/automattic/vip-coding-standards/compare/0.2.3...0.2.4
453+
[0.2.3]: https://github.com/automattic/vip-coding-standards/compare/0.2.2...0.2.3
454+
[0.2.2]: https://github.com/automattic/vip-coding-standards/compare/0.2.1...0.2.2
455+
[0.2.1]: https://github.com/automattic/vip-coding-standards/compare/0.2.0...0.2.1
456+
[0.2.0]: https://github.com/automattic/vip-coding-standards/compare/0.1.0...0.2.0
457+
[0.1.0]: https://github.com/automattic/vip-coding-standards/compare/f0e821c0b91f7e5b3850c5ae7bfab4f38d24e406...0.1.0

0 commit comments

Comments
 (0)