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

Commit

Permalink
Bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Jan 31, 2017
1 parent 9e81610 commit 3c0baec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Theme Check plugin using sniffs. `WordPress-Theme` standard is used from [WPTRT/

### Option 1: Easy

* Download [zip file](https://github.com/ernilambar/ns-theme-check/releases/download/0.1.1/ns-theme-check.0.1.1.zip)
* Download [zip file](https://github.com/ernilambar/ns-theme-check/releases/download/0.1.2/ns-theme-check.0.1.2.zip)
* Install this as you normally install a WordPress plugin
* Activate plugin

Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion inc/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function ns_theme_check_do_sniff( $theme, $args = array() ) {

// Set CLI arguments.
$values['files'] = get_theme_root() . '/' . $theme;
$values['reportWidth'] = '100';
$values['reportWidth'] = '110';
if ( isset( $args['raw_output'] ) && 0 === absint( $args['raw_output'] ) ) {
$values['reports']['json'] = null;
}
Expand Down
2 changes: 1 addition & 1 deletion ns-theme-check.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: NS Theme Check
* Plugin URI: https://github.com/ernilambar/ns-theme-check
* Description: Theme Check using sniffs.
* Version: 0.1.1
* Version: 0.1.2
* Author: Nilambar Sharma
* Author URI: http://nilambar.net
* Text Domain: ns-theme-check
Expand Down

0 comments on commit 3c0baec

Please sign in to comment.