PluginProbe
CSS & JavaScript Toolbox / 11
CSS & JavaScript Toolbox v11
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
← All changes | css-js-toolbox.php +5 -5 10.111 View file →
@@ -2,9 +2,9 @@
2 2 /*
3 3 Plugin Name: CSS & JavaScript Toolbox
4 4 Plugin URI: https://css-javascript-toolbox.com/
5 5 Description: Easily add CSS, JavaScript, HTML and PHP code to unique CJT code blocks and assign them anywhere on your website.
6 -Version: 10.1
6 +Version: 11
7 7 Author: Wipeout Media
8 8 Author URI: https://css-javascript-toolbox.com
9 9 License:
10 10
@@ -80,9 +80,9 @@
80 80
81 81 /**
82 82 *
83 83 */
84 - const DB_VERSION = '1.6';
84 + const DB_VERSION = '1.7';
85 85
86 86 /**
87 87 * put your comment there...
88 88 *
@@ -92,14 +92,14 @@
92 92
93 93 /**
94 94 *
95 95 */
96 - const FW_Version = '4.0';
96 + const FW_Version = '5.0';
97 97
98 98 /**
99 99 *
100 100 */
101 - const VERSION = '10';
101 + const VERSION = '11';
102 102
103 103 /**
104 104 *
105 105 */
@@ -384,9 +384,9 @@
384 384 </p>
385 385 </div>
386 386 <?php }
387 387
388 -if ( version_compare( phpversion(), 7.3, '>=' ) ) {
388 +if ( version_compare( phpversion(), 7, '>=' ) ) {
389 389 CJTPlugin::getInstance();
390 390 } else {
391 391 add_action( 'admin_notices', 'deprecatedPHPCheck' );
392 392 }