Skip to content

Commit

Permalink
Docs: change log fixes for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Jul 12, 2019
1 parent a57c4f2 commit fc02f49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This release switches from having WPCS `1.*` as a dependency, to WPCS `2.*`. It

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.

## Added
### Added

- Switch to using WPCS `2.*`.
- Remove reference to WPCS's `PHPAliases.php`.
Expand All @@ -21,9 +21,9 @@ The sniffs in WPCS `2.*` are more accurate, so you may see new violations there
- Update ruleset test for WPCS security sniffs.
- Update `DiscouragedPHPFunctions` group exclusion in `WordPressVIPMinimum` ruleset.

## Changed
### Changed

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

0 comments on commit fc02f49

Please sign in to comment.