Version Description
Fix: Development log files created at production
Download this release
Release Info
Developer | wipeoutmedia |
Plugin | CSS & JavaScript Toolbox |
Version | 8.3.1 |
Comparing to | |
See all releases |
Code changes from version 8.3 to 8.3.1
- css-js-toolbox.php +2 -2
- readme.txt +5 -2
- tables/pins-blocks-view.php +0 -2
css-js-toolbox.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: CSS & JavaScript Toolbox
|
4 |
Plugin URI: http://css-javascript-toolbox.com/
|
5 |
Description: CJT Plugin for WordPress to easily add custom CSS and JavaScript to individual pages
|
6 |
-
Version: 8.3
|
7 |
Author: Wipeout Media
|
8 |
Author URI: http://css-javascript-toolbox.com
|
9 |
License:
|
@@ -98,7 +98,7 @@ class CJTPlugin extends CJTHookableClass
|
|
98 |
/**
|
99 |
*
|
100 |
*/
|
101 |
-
const VERSION = '8.3' ;
|
102 |
|
103 |
/**
|
104 |
*
|
3 |
Plugin Name: CSS & JavaScript Toolbox
|
4 |
Plugin URI: http://css-javascript-toolbox.com/
|
5 |
Description: CJT Plugin for WordPress to easily add custom CSS and JavaScript to individual pages
|
6 |
+
Version: 8.3.1
|
7 |
Author: Wipeout Media
|
8 |
Author URI: http://css-javascript-toolbox.com
|
9 |
License:
|
98 |
/**
|
99 |
*
|
100 |
*/
|
101 |
+
const VERSION = '8.3.1' ;
|
102 |
|
103 |
/**
|
104 |
*
|
readme.txt
CHANGED
@@ -7,7 +7,7 @@ License: GPLv2 or later
|
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
Requires at least: 3.9
|
9 |
Tested up to: 4.6.1
|
10 |
-
Stable tag: 8.3
|
11 |
|
12 |
Easily add custom CSS, JavaScript, HTML and PHP code to unique CJT code blocks and assign them wherever you want.
|
13 |
|
@@ -34,7 +34,7 @@ Higher performance and security tweaks
|
|
34 |
Works flawlessly with the latest version of WordPress
|
35 |
Plenty of premium features and tools
|
36 |
|
37 |
-
We want everyone to upgrade so we have created affordable pricing options.
|
38 |
|
39 |
= How does it work? =
|
40 |
CJT is extremely flexible and versatile. Since it was designed to be easy, adding scripts and styles can be done in as little as two steps:
|
@@ -132,6 +132,9 @@ Due to the overwhelming amount of emails we get for users requesting support for
|
|
132 |
|
133 |
== Changelog ==
|
134 |
|
|
|
|
|
|
|
135 |
= 8.3 =
|
136 |
* Enahnce: CJT Won't work and admin notice displayed when PHP version < 5.3
|
137 |
* Enahnce: Dashboard Statictics Metabox display more fields
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
Requires at least: 3.9
|
9 |
Tested up to: 4.6.1
|
10 |
+
Stable tag: 8.3.1
|
11 |
|
12 |
Easily add custom CSS, JavaScript, HTML and PHP code to unique CJT code blocks and assign them wherever you want.
|
13 |
|
34 |
Works flawlessly with the latest version of WordPress
|
35 |
Plenty of premium features and tools
|
36 |
|
37 |
+
We want everyone to upgrade so we have created affordable pricing options. [Learn about the new CJT CORE and CJT PLUS](http://css-javascript-toolbox.com/).
|
38 |
|
39 |
= How does it work? =
|
40 |
CJT is extremely flexible and versatile. Since it was designed to be easy, adding scripts and styles can be done in as little as two steps:
|
132 |
|
133 |
== Changelog ==
|
134 |
|
135 |
+
= 8.3.1 =
|
136 |
+
Fix: Development log files created at production
|
137 |
+
|
138 |
= 8.3 =
|
139 |
* Enahnce: CJT Won't work and admin notice displayed when PHP version < 5.3
|
140 |
* Enahnce: Dashboard Statictics Metabox display more fields
|
tables/pins-blocks-view.php
CHANGED
@@ -190,8 +190,6 @@ class CJTPinsBlockSQLView extends CJTSQLView
|
|
190 |
if ( ! $pins )
|
191 |
{
|
192 |
|
193 |
-
file_put_contents( "C:\\Users\\Ahmed\\Desktop\\Watch\\" . md5( time() ) . '.cjtqer', print_r( $wp_query, true ) );
|
194 |
-
|
195 |
$this->blocksQuery = FALSE;
|
196 |
|
197 |
return $this;
|
190 |
if ( ! $pins )
|
191 |
{
|
192 |
|
|
|
|
|
193 |
$this->blocksQuery = FALSE;
|
194 |
|
195 |
return $this;
|