Changeset 1992845
- Timestamp:
- 12/12/2018 02:44:17 PM (7 years ago)
- Location:
- css-javascript-toolbox/trunk
- Files:
-
- 3 edited
- 1 moved
-
css-js-toolbox.php (modified) (2 diffs)
-
models/uninstall.php (modified) (1 diff)
-
models/uninstall/db/mysql/uninstall.sql.php (moved) (moved from css-javascript-toolbox/trunk/models/uninstall/db/mysql/uninstall.sql)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
css-javascript-toolbox/trunk/css-js-toolbox.php
r1836013 r1992845 4 4 Plugin URI: http://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: 8.4. 16 Version: 8.4.2 7 7 Author: Wipeout Media 8 8 Author URI: http://css-javascript-toolbox.com … … 99 99 * 100 100 */ 101 const VERSION = '8. 3.2' ;101 const VERSION = '8.4.2' ; 102 102 103 103 /** -
css-javascript-toolbox/trunk/models/uninstall.php
r909069 r1992845 24 24 cssJsToolbox::import('framework:installer:dbfile.class.php'); 25 25 // Load Uninstallation SQL Statements! 26 CJTDBFileInstaller::getInstance(cssJsToolbox::resolvePath('models:uninstall:db:mysql:uninstall.sql '))26 CJTDBFileInstaller::getInstance(cssJsToolbox::resolvePath('models:uninstall:db:mysql:uninstall.sql.php')) 27 27 // Execute All, 28 28 ->exec(); -
css-javascript-toolbox/trunk/readme.txt
r1838561 r1992845 9 9 Requires PHP: 5.4 10 10 Tested up to: 4.9.4 11 Stable tag: 8.4. 111 Stable tag: 8.4.2 12 12 13 13 Easily add CSS, JavaScript, HTML and PHP code to unique CJT code blocks and assign them anywhere on your website. … … 153 153 154 154 == Changelog == 155 = 8.4.2 = 156 * Fix: Wordpress Vulnerability report 155 157 156 158 = 8.4.1 =
Note: See TracChangeset
for help on using the changeset viewer.