Skip to content

Commit

Permalink
Opening up development on 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Sep 6, 2023
1 parent 7b449f3 commit 9f6cc1a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,24 @@ You can create a custom ruleset for your project that extends or customizes thes
</ruleset>
```

## Upgrading to 2.0

This version upgrades the library to WordPress Coding Standards and VIP Coding
Standards 3.0. This includes several breaking changes and renames of various
sniffs, including:

- ...

## Change Log

This project adheres to [Keep a CHANGELOG](https://keepachangelog.com/en/1.0.0/).

### 2.0.0

- **Breaking Change:** Upgraded to `automattic/vipwpcs` and
`wp-coding-standards/wpcs` to 3.0. See [Upgrading to 2.0](#upgrading-to-20])
for more details.

### 1.0.1

- Ignore deprecation errors in WPCS to allow it work with PHP 8.0+.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": [ "phpcs", "static analysis" ],
"license": "GPL-2.0-or-later",
"require": {
"automattic/vipwpcs": "^2.3.4",
"automattic/vipwpcs": "^3.0",
"phpcompatibility/phpcompatibility-wp": "^2.1.4"
},
"config": {
Expand Down

0 comments on commit 9f6cc1a

Please sign in to comment.