From f1f7c04f7cc634c919ab6b2d8e09a78da05db08b Mon Sep 17 00:00:00 2001 From: Barry Ceelen Date: Tue, 25 May 2021 13:20:39 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64302e5..3492be4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 php code. +A [Sublime Text 2/3/4](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 @@ -15,6 +15,11 @@ Type `phpcs` or `wpcs` to select a whitelist flag via autocomplete. ## Changelog +### 1.0.8 +- Update README.md +- Shorten snippet description to only show the sniffer rule to ignore +- Add .gitignore + ### 1.0.7 - Use the `// phpcs:ignore` format in stead of the deprecated `// WPCS: ...` flags - Introduce `phpcs` tab trigger in addition to `wpcs`