Releases: WPTT/theme-sniffer
1.1.2
Changelog
- Updated packages
- Remove check only PHP option
- Remove JS sniff and minor style fix
- Update callback to sniff only PHP and remove test folder in theme if exists
- Added regex check for node modules, vendor and test folders in the theme, and remove them prior to sniffing to avoid memory issues.
- Update version number
Hotfix release
Fixed the screenshot image issue.
Release of the 1.1.0 version
- Added sniff codes that can be copied for easier whitelisting of the false issues
- Added readme validator
- Added Screenshot validator
- Added required files checks
- Added checks for core minimum PHP version
- Added a license validator
- Updated WPThemeReview coding standards to the 0.2.0 version
- Moved JS checking to esprima
- Moved installation error to admin notice
- Validation improvements
- Fixed annotation issue - the ingore annotation checkbox worked counter to what it should
- Fixed cross-env issue for development on Windows machines
- Minor grammar fixes
- Minor visual fixes
Initial release of Theme Sniffer plugin
This is the initial release of the Theme Sniffer plugin.
Theme Sniffer is a plugin utilizing custom sniffs for PHP_CodeSniffer that statically analyses your theme and ensures that it adheres to WordPress coding conventions, as well as checking your code against PHP version compatibility.
The version 1.0.0 is a complete rewrite with newer version of PHPCS and WPCS. The Changelog will contain all the changes made to the plugin.
The first release candidate for Theme Sniffer 1.0.0
It's used for testing purposes and is not complete, but is fully functional. To see the list of things that are to be done check the pull request #97
In the release is the attached zipped plugin that you can upload to your site and it should work as is.
Please report the issues either in the opened pull request or in the issues.
Update 17.02.2019.
- Added 'Check only PHP Files' option
- Theme tags are pulled from the API now ( Theme review handbook page )
- Minor refactoring
Update 24.02.2019.
- Fixed ignore warning issue that wasn't working
- Updated screenshot
- Updated readme files
- Tested on WP 5.1
- Refactored callback
- Fixed some header licensing checks (#100 issue)
- Added a way to create a finished bundled .zip file on build command
- Minor JS glitches fix
- Bumped the version to 1.0.0 - as I'd like to put the plugin to the wordpress.org repo 🙂
Update 01.03.2019.
- Fixed issue #102 props @timelsass for the fix
Version 0.1.5
Merge pull request #79 from dingo-d/feature/rewrite-plugin-webpack Feature/rewrite plugin webpack
Version 0.1.4
Version 0.1.4
0.1.2
- Add option to display report in HTML or raw format
- Update to latest sniffs
0.1.1
Fix sniffer issues in admin files