Skip to content

Releases: barryceelen/sublime-wpcs-whitelist-flags

v1.0.8

25 May 11:25
Compare
Choose a tag to compare
  • Shorten snippet description to only show the sniffer rule to ignore
  • Update README.md
  • Add .gitignore

v1.0.7

25 Mar 08:20
Compare
Choose a tag to compare
  • Use the // phpcs:ignore format in stead of the deprecated // WPCS: ... flags
  • Introduce phpcs tab trigger in addition to wpcs

The native WPCS whitelist comments are deprecated in version 2.0.0 and will be removed in WPCS 3.0.0. This plugin release aims to map all deprecated flags to their counterparts in the // phpcs:ignore inline comment format.

v1.0.6

06 Nov 02:15
Compare
Choose a tag to compare
  • Add PreparedSQLPlaceholders replacement count flag

v1.0.5

14 Oct 16:28
Compare
Choose a tag to compare
  • Make precision alignment flag available to .js and .css files

v1.0.4

14 Oct 14:11
Compare
Choose a tag to compare
  • Tab triggers now contain more words. This makes it easier to select a specific flag via the keyboard in addition to using the up and down arrow keys

v1.0.3

11 Oct 16:56
Compare
Choose a tag to compare

v1.0.2

13 Sep 00:21
Compare
Choose a tag to compare
  • Remove deprecated tax_query flag

v1.0.1

16 Jun 07:27
Compare
Choose a tag to compare
  • Add new whitelist flags for WPCS 0.12.0+.
  • The tax_query flag is deprecated in WPCS 0.12.0, and will be removed in the next plugin release.

v1.0.0

12 May 11:35
Compare
Choose a tag to compare
Update README.md