Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barryceelen committed Oct 14, 2017
1 parent c066074 commit 7e790bc
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# WPCS whitelist flags for Sublime Text

A [Sublime Text 2/3](http://www.sublimetext.com/) plug-in to add [WordPress Coding Standards whitelist flags](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Whitelisting-code-which-flags-errors) to your code.
A [Sublime Text 2/3](http://www.sublimetext.com/) plug-in to add [WordPress Coding Standards whitelist flags](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Whitelisting-code-which-flags-errors) to your php code.

## Use

Type `wpcs` to select a whitelist flag via autocomplete.

## Install via Package Control

Expand All @@ -9,6 +13,21 @@ A [Sublime Text 2/3](http://www.sublimetext.com/) plug-in to add [WordPress Cod
3. Search for _Package Control: Install Package_ and hit <kbd>Enter</kbd>.
4. Type `WPCS whitelist flags` and press <kbd>Enter</kbd> to install it.

## Use
## Changelog

Type `wpcs` to select a whitelist flag via autocomplete.
### 1.0.4
- Tab triggers now contain more words.
This makes it easier to select a specific flag via the keyboard in addition to using the up or down arrow keys

### 1.0.3
- Add precision alignment flag (props @claudiosanches)

### 1.0.2
- Remove `tax_query` flag

### 1.0.1
- Add new whitelist flags for WPCS 0.12.0+
- Add `tax_query` flag deprecation notice

### 1.0.0
- Initial release

0 comments on commit 7e790bc

Please sign in to comment.