Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Releases: WPTT/theme-sniffer

1.1.2

30 Mar 20:35
3aadb8c
Compare
Choose a tag to compare

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

22 Jul 13:51
e723132
Compare
Choose a tag to compare

Fixed the screenshot image issue.

Release of the 1.1.0 version

22 Jul 10:20
Compare
Choose a tag to compare
  • 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

05 Mar 08:11
98d3b2f
Compare
Choose a tag to compare

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

24 Feb 18:07
Compare
Choose a tag to compare

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.

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.

Version 0.1.5

26 Jan 07:41
522502d
Compare
Choose a tag to compare
Merge pull request #79 from dingo-d/feature/rewrite-plugin-webpack

Feature/rewrite plugin webpack

Version 0.1.4

28 May 10:48
Compare
Choose a tag to compare
Version 0.1.4

0.1.2

31 Jan 07:50
Compare
Choose a tag to compare
  • Add option to display report in HTML or raw format
  • Update to latest sniffs

0.1.1

20 Jan 06:26
Compare
Choose a tag to compare
Fix sniffer issues in admin files