You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This release switches from having WPCS `1.*` as a dependency, to WPCS `2.*`. It
10
10
11
11
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.
12
12
13
-
## Added
13
+
###Added
14
14
15
15
- Switch to using WPCS `2.*`.
16
16
- Remove reference to WPCS's `PHPAliases.php`.
@@ -21,9 +21,9 @@ The sniffs in WPCS `2.*` are more accurate, so you may see new violations there
21
21
- Update ruleset test for WPCS security sniffs.
22
22
- Update `DiscouragedPHPFunctions` group exclusion in `WordPressVIPMinimum` ruleset.
23
23
24
-
## Changed
24
+
###Changed
25
25
26
-
- Downgrade use of file operation functions to Warning:
26
+
- Downgrade use of file operation functions from Error to Warning:
27
27
- `delete`
28
28
- `file_put_contents`
29
29
- `flock`
@@ -42,7 +42,7 @@ The sniffs in WPCS `2.*` are more accurate, so you may see new violations there
42
42
- `fclose`
43
43
- `fopen`
44
44
- `file_get_contents`
45
-
- Simplify Travis config
45
+
- Simplify Travis config.
46
46
- Switch references from `vip.wordpress.com` to `wpvip.com`.
0 commit comments