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

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grappler committed May 28, 2017
1 parent 2cebccd commit f06fa77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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.2/ns-theme-check.0.1.2.zip). [Note: Please use this distribution plugin zip. GitHub provided zip will not work.]
* Download [zip file](https://github.com/ernilambar/ns-theme-check/releases/download/0.1.4/ns-theme-check.0.1.4.zip). [Note: Please use this distribution plugin zip. GitHub provided zip will not work.]
* Install this as you normally install a WordPress plugin
* Activate plugin

Expand Down
2 changes: 1 addition & 1 deletion inc/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function ns_theme_check_admin_scripts( $hook ) {
return;
}
wp_enqueue_style( 'ns-theme-check-admin', NS_THEME_CHECK_URL . '/css/admin.css', array(), '0.1.3c' );
wp_enqueue_script( 'ns-theme-check-admin', NS_THEME_CHECK_URL . '/js/admin.js', array( 'jquery', 'underscore' ), '0.1.3a' );
wp_enqueue_script( 'ns-theme-check-admin', NS_THEME_CHECK_URL . '/js/admin.js', array( 'jquery', 'underscore' ), '0.1.4' );
wp_localize_script( 'ns-theme-check-admin', 'localization_object', array(
'sniff_error' => __( 'The check has failed. This could happen due to running out of memory. Either reduce the file length or increase PHP memory.', 'ns-theme-check' ),
'percent_complete' => __( 'Percent completed: ', 'ns-theme-check' ),
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.3
* Version: 0.1.4
* Author: Nilambar Sharma
* Author URI: http://nilambar.net
* Text Domain: ns-theme-check
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ns-theme-check",
"version": "0.1.3",
"version": "0.1.4",
"description": "Theme Check plugin using sniffs. `WordPress-Theme` standard is used from WPTRT/WordPress-Coding-Standards.",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit f06fa77

Please sign in to comment.