Changeset 1070628
- Timestamp:
- 01/18/2015 10:31:58 PM (11 years ago)
- Location:
- 2kb-performance/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
2kb-performance/trunk/plugin.php
r923624 r1070628 4 4 * Plugin URI: http://www.2kblater.com 5 5 * Description: Ultimate Performance Boost For Your Site. Merge and cache css/javascript files and reduce server request up to 90%. 6 * Version: 1. 0.06 * Version: 1.1.0 7 7 * Author: 2kblater.com 8 8 * Author URI: http://www.2kblater.com … … 445 445 /*\n 2kb-performance cached:\n $url \n*/ \n 446 446 " . $string; 447 if (isset($js['ob']->extra['data']) && !empty($js['ob']->extra['data'])) {448 $string = "\n" . $js['ob']->extra['data'] . "\n;\n" . $string;449 }447 // if (isset($js['ob']->extra['data']) && !empty($js['ob']->extra['data'])) { 448 // $string = "\n" . $js['ob']->extra['data'] . "\n;\n" . $string; 449 // } 450 450 451 451 $string .= "\n;"; -
2kb-performance/trunk/readme.txt
r923655 r1070628 3 3 Requires at least: 3.9 4 4 Tested up to: 3.9 5 Stable tag: 1. 0.05 Stable tag: 1.1.0 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 32 32 == Changelog == 33 33 34 = 1.1.0 = 35 Fixed bug with javascript extra data. Now it is not included in the minified version. 34 36 = 1.0.0 = 35 37 Initial realise version.
Note: See TracChangeset
for help on using the changeset viewer.