Releases: barryceelen/sublime-wpcs-whitelist-flags
Releases · barryceelen/sublime-wpcs-whitelist-flags
v1.0.8
v1.0.7
- Use the
// phpcs:ignore
format in stead of the deprecated// WPCS: ...
flags - Introduce
phpcs
tab trigger in addition towpcs
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
- Add PreparedSQLPlaceholders replacement count flag
v1.0.5
- Make precision alignment flag available to .js and .css files
v1.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 and down arrow keys
v1.0.3
- Add precision alignment flag (props @claudiosanches)
v1.0.2
- Remove deprecated
tax_query
flag
v1.0.1
- 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
Update README.md