Version Description
- Fix: SQL vulnerability for uninstaller.
Download this release
Release Info
Developer | wipeoutmedia |
Plugin | CSS & JavaScript Toolbox |
Version | 9.3 |
Comparing to | |
See all releases |
Code changes from version 9.2 to 9.3
- access.points/main.accesspoint.php +1 -0
- css-js-toolbox.php +2 -2
- models/uninstall.php +9 -9
- models/uninstall/db/mysql/uninstall.sql.php +0 -0
- readme.txt +4 -3
access.points/main.accesspoint.php
CHANGED
@@ -79,6 +79,7 @@ class CJTMainAccessPoint extends CJTAccessPoint {
|
|
79 |
|
80 |
delete_option( CJTPlugin::DB_VERSION_OPTION_NAME );
|
81 |
delete_option( CJTInstallerModel::INSTALLATION_STATE );
|
|
|
82 |
|
83 |
$settings = new CJTSettingsUninstallPage();
|
84 |
if ($settings->eraseData) {
|
79 |
|
80 |
delete_option( CJTPlugin::DB_VERSION_OPTION_NAME );
|
81 |
delete_option( CJTInstallerModel::INSTALLATION_STATE );
|
82 |
+
delete_option( 'cjtplusinstaller' );
|
83 |
|
84 |
$settings = new CJTSettingsUninstallPage();
|
85 |
if ($settings->eraseData) {
|
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: 9.
|
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 = '9.
|
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: 9.3
|
7 |
Author: Wipeout Media
|
8 |
Author URI: http://css-javascript-toolbox.com
|
9 |
License:
|
98 |
/**
|
99 |
*
|
100 |
*/
|
101 |
+
const VERSION = '9.3';
|
102 |
|
103 |
/**
|
104 |
*
|
models/uninstall.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
*/
|
5 |
|
6 |
// Disallow direct access.
|
@@ -10,14 +10,14 @@ defined('ABSPATH') or die("Access denied");
|
|
10 |
* Provide uninstall functnios
|
11 |
* required for cleaning up the installation
|
12 |
* process!
|
13 |
-
*
|
14 |
* @author CJT-Team
|
15 |
*/
|
16 |
class CJTUninstallModel {
|
17 |
-
|
18 |
/**
|
19 |
* put your comment there...
|
20 |
-
*
|
21 |
*/
|
22 |
public function database() {
|
23 |
// Import dependencies.
|
@@ -29,10 +29,10 @@ class CJTUninstallModel {
|
|
29 |
// Chaining!
|
30 |
return $this;
|
31 |
}
|
32 |
-
|
33 |
/**
|
34 |
* put your comment there...
|
35 |
-
*
|
36 |
*/
|
37 |
public function expressUninstall() {
|
38 |
// Clean up database
|
@@ -42,10 +42,10 @@ class CJTUninstallModel {
|
|
42 |
// Chaining!
|
43 |
return $this;
|
44 |
}
|
45 |
-
|
46 |
/**
|
47 |
* put your comment there...
|
48 |
-
*
|
49 |
*/
|
50 |
public function fileSystem() {
|
51 |
global $wp_filesystem;
|
@@ -64,5 +64,5 @@ class CJTUninstallModel {
|
|
64 |
// Chaining!
|
65 |
return $this;
|
66 |
}
|
67 |
-
|
68 |
} // End class.
|
1 |
<?php
|
2 |
/**
|
3 |
+
*
|
4 |
*/
|
5 |
|
6 |
// Disallow direct access.
|
10 |
* Provide uninstall functnios
|
11 |
* required for cleaning up the installation
|
12 |
* process!
|
13 |
+
*
|
14 |
* @author CJT-Team
|
15 |
*/
|
16 |
class CJTUninstallModel {
|
17 |
+
|
18 |
/**
|
19 |
* put your comment there...
|
20 |
+
*
|
21 |
*/
|
22 |
public function database() {
|
23 |
// Import dependencies.
|
29 |
// Chaining!
|
30 |
return $this;
|
31 |
}
|
32 |
+
|
33 |
/**
|
34 |
* put your comment there...
|
35 |
+
*
|
36 |
*/
|
37 |
public function expressUninstall() {
|
38 |
// Clean up database
|
42 |
// Chaining!
|
43 |
return $this;
|
44 |
}
|
45 |
+
|
46 |
/**
|
47 |
* put your comment there...
|
48 |
+
*
|
49 |
*/
|
50 |
public function fileSystem() {
|
51 |
global $wp_filesystem;
|
64 |
// Chaining!
|
65 |
return $this;
|
66 |
}
|
67 |
+
|
68 |
} // End class.
|
models/uninstall/db/mysql/uninstall.sql.php
CHANGED
File without changes
|
readme.txt
CHANGED
@@ -8,7 +8,7 @@ License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
|
8 |
Requires at least: 3.9
|
9 |
Requires PHP: 5.6
|
10 |
Tested up to: 5.2.2
|
11 |
-
Stable tag: 9.
|
12 |
|
13 |
Add and manage CSS, JavaScript, HTML and PHP code to unique CJT Code Blocks and assign them anywhere on your website. Compatible with the Gutenberg Editor.
|
14 |
|
@@ -35,8 +35,6 @@ The CJT PLUS extension plugin gives you more options, more tools, and more preci
|
|
35 |
[Click to check out CJT PLUS pricing](https://css-javascript-toolbox.com/pricing) - MEGA SALE ON NOW!!!
|
36 |
|
37 |
### Benefits of PLUS ###
|
38 |
-
* NEW FEATURE – CJT Info Bar on Code Blocks
|
39 |
-
* NEW FEATURE – Assignment information in the Info Popup
|
40 |
* NEW FEATURE - CJT Code Blocks for the Gutenberg Editor. This feature allows you to add a CJT Code Blocks as a Gutenberg block. We have also added the CJT Shortcode embedder in the Classic Editor too.
|
41 |
* Inject code via CJT Shortcodes, CJT Metabox code blocks (when Gutenberg is disabled), and CJT Widgets for your sidebar or footer.
|
42 |
* Powerful editing environment with stacks of must-have editing tools like auto-formatting and syntax highlighting
|
@@ -146,6 +144,9 @@ Due to the overwhelming amount of emails we get for users requesting support for
|
|
146 |
21. See Code Block information at a glance (CJT PLUS ONLY)
|
147 |
|
148 |
== Changelog ==
|
|
|
|
|
|
|
149 |
= 9.2 =
|
150 |
* Added: Editor status bar to quickly display info regarding the block.
|
151 |
* Enhancement: Updated ACE editor to v1.4.5
|
8 |
Requires at least: 3.9
|
9 |
Requires PHP: 5.6
|
10 |
Tested up to: 5.2.2
|
11 |
+
Stable tag: 9.3
|
12 |
|
13 |
Add and manage CSS, JavaScript, HTML and PHP code to unique CJT Code Blocks and assign them anywhere on your website. Compatible with the Gutenberg Editor.
|
14 |
|
35 |
[Click to check out CJT PLUS pricing](https://css-javascript-toolbox.com/pricing) - MEGA SALE ON NOW!!!
|
36 |
|
37 |
### Benefits of PLUS ###
|
|
|
|
|
38 |
* NEW FEATURE - CJT Code Blocks for the Gutenberg Editor. This feature allows you to add a CJT Code Blocks as a Gutenberg block. We have also added the CJT Shortcode embedder in the Classic Editor too.
|
39 |
* Inject code via CJT Shortcodes, CJT Metabox code blocks (when Gutenberg is disabled), and CJT Widgets for your sidebar or footer.
|
40 |
* Powerful editing environment with stacks of must-have editing tools like auto-formatting and syntax highlighting
|
144 |
21. See Code Block information at a glance (CJT PLUS ONLY)
|
145 |
|
146 |
== Changelog ==
|
147 |
+
= 9.3 =
|
148 |
+
* Fix: SQL vulnerability for uninstaller.
|
149 |
+
|
150 |
= 9.2 =
|
151 |
* Added: Editor status bar to quickly display info regarding the block.
|
152 |
* Enhancement: Updated ACE editor to v1.4.5
|