Skip to content

Commit fc02f49

Browse files
committed
Docs: change log fixes for 2.0.0
1 parent a57c4f2 commit fc02f49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This release switches from having WPCS `1.*` as a dependency, to WPCS `2.*`. It
1010

1111
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.
1212

13-
## Added
13+
### Added
1414

1515
- Switch to using WPCS `2.*`.
1616
- 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
2121
- Update ruleset test for WPCS security sniffs.
2222
- Update `DiscouragedPHPFunctions` group exclusion in `WordPressVIPMinimum` ruleset.
2323

24-
## Changed
24+
### Changed
2525

26-
- Downgrade use of file operation functions to Warning:
26+
- Downgrade use of file operation functions from Error to Warning:
2727
- `delete`
2828
- `file_put_contents`
2929
- `flock`
@@ -42,7 +42,7 @@ The sniffs in WPCS `2.*` are more accurate, so you may see new violations there
4242
- `fclose`
4343
- `fopen`
4444
- `file_get_contents`
45-
- Simplify Travis config
45+
- Simplify Travis config.
4646
- Switch references from `vip.wordpress.com` to `wpvip.com`.
4747
- Documentation updates.
4848
- Switch development to a `git-flow` workflow.

0 commit comments

Comments
 (0)