Version Description
- Fix: Wordpress Vulnerability report
Download this release
Release Info
Developer | xpointer |
Plugin | CSS & JavaScript Toolbox |
Version | 8.4.2 |
Comparing to | |
See all releases |
Code changes from version 8.4.1 to 8.4.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: Easily add CSS, JavaScript, HTML and PHP code to unique CJT code blocks and assign them anywhere on your website.
|
6 |
-
Version: 8.4.
|
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.
|
102 |
|
103 |
/**
|
104 |
*
|
3 |
Plugin Name: CSS & JavaScript Toolbox
|
4 |
Plugin URI: http://css-javascript-toolbox.com/
|
5 |
Description: Easily add CSS, JavaScript, HTML and PHP code to unique CJT code blocks and assign them anywhere on your website.
|
6 |
+
Version: 8.4.2
|
7 |
Author: Wipeout Media
|
8 |
Author URI: http://css-javascript-toolbox.com
|
9 |
License:
|
98 |
/**
|
99 |
*
|
100 |
*/
|
101 |
+
const VERSION = '8.4.2' ;
|
102 |
|
103 |
/**
|
104 |
*
|
models/uninstall.php
CHANGED
@@ -23,7 +23,7 @@ class CJTUninstallModel {
|
|
23 |
// Import dependencies.
|
24 |
cssJsToolbox::import('framework:installer:dbfile.class.php');
|
25 |
// Load Uninstallation SQL Statements!
|
26 |
-
CJTDBFileInstaller::getInstance(cssJsToolbox::resolvePath('models:uninstall:db:mysql:uninstall.sql'))
|
27 |
// Execute All,
|
28 |
->exec();
|
29 |
// Chaining!
|
23 |
// Import dependencies.
|
24 |
cssJsToolbox::import('framework:installer:dbfile.class.php');
|
25 |
// Load Uninstallation SQL Statements!
|
26 |
+
CJTDBFileInstaller::getInstance(cssJsToolbox::resolvePath('models:uninstall:db:mysql:uninstall.sql.php'))
|
27 |
// Execute All,
|
28 |
->exec();
|
29 |
// Chaining!
|
models/uninstall/db/mysql/{uninstall.sql → uninstall.sql.php}
RENAMED
File without changes
|
readme.txt
CHANGED
@@ -8,7 +8,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
8 |
Requires at least: 3.9
|
9 |
Requires PHP: 5.4
|
10 |
Tested up to: 4.9.4
|
11 |
-
Stable tag: 8.4.
|
12 |
|
13 |
Easily add CSS, JavaScript, HTML and PHP code to unique CJT code blocks and assign them anywhere on your website.
|
14 |
|
@@ -152,6 +152,8 @@ Due to the overwhelming amount of emails we get for users requesting support for
|
|
152 |
21. See Code Block information at a glance (CJT PLUS ONLY)
|
153 |
|
154 |
== Changelog ==
|
|
|
|
|
155 |
|
156 |
= 8.4.1 =
|
157 |
* Fix: CSS & JavaScript Toolbox not showing
|
8 |
Requires at least: 3.9
|
9 |
Requires PHP: 5.4
|
10 |
Tested up to: 4.9.4
|
11 |
+
Stable tag: 8.4.2
|
12 |
|
13 |
Easily add CSS, JavaScript, HTML and PHP code to unique CJT code blocks and assign them anywhere on your website.
|
14 |
|
152 |
21. See Code Block information at a glance (CJT PLUS ONLY)
|
153 |
|
154 |
== Changelog ==
|
155 |
+
= 8.4.2 =
|
156 |
+
* Fix: Wordpress Vulnerability report
|
157 |
|
158 |
= 8.4.1 =
|
159 |
* Fix: CSS & JavaScript Toolbox not showing
|