Changeset 3271100
- Timestamp:
- 04/11/2025 02:02:00 PM (12 months ago)
- Location:
- cache-using-gzip
- Files:
-
- 20 added
- 3 edited
-
tags/2.8.6 (added)
-
tags/2.8.6/autoload.php (added)
-
tags/2.8.6/cache-using-gzip.php (added)
-
tags/2.8.6/classes (added)
-
tags/2.8.6/classes/CUGZ (added)
-
tags/2.8.6/classes/CUGZ/class-cugz-gzip-cache.php (added)
-
tags/2.8.6/css (added)
-
tags/2.8.6/css/jquery-ui.css (added)
-
tags/2.8.6/css/jquery-ui.min.css (added)
-
tags/2.8.6/css/style.css (added)
-
tags/2.8.6/css/style.min.css (added)
-
tags/2.8.6/js (added)
-
tags/2.8.6/js/main.js (added)
-
tags/2.8.6/js/main.min.js (added)
-
tags/2.8.6/license.txt (added)
-
tags/2.8.6/readme.txt (added)
-
tags/2.8.6/templates (added)
-
tags/2.8.6/templates/htaccess.sample (added)
-
tags/2.8.6/templates/nginx.conf.sample (added)
-
tags/2.8.6/templates/options-page.php (added)
-
trunk/cache-using-gzip.php (modified) (1 diff)
-
trunk/classes/CUGZ/class-cugz-gzip-cache.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cache-using-gzip/trunk/cache-using-gzip.php
r3263100 r3271100 5 5 /* 6 6 * Plugin Name: Cache Using Gzip 7 * Version: 2.8. 57 * Version: 2.8.6 8 8 * Description: Creates gzip files on your server to immensly improve page speed for site visitors 9 9 * Author: Cache Using Gzip -
cache-using-gzip/trunk/classes/CUGZ/class-cugz-gzip-cache.php
r3263100 r3271100 1105 1105 } 1106 1106 1107 if (0 === strpos($script_content, 'import')) { 1108 return '<script type="module">'.$script_content; 1109 } 1110 1107 1111 return '<script>'.$script_content; 1108 1112 } -
cache-using-gzip/trunk/readme.txt
r3263100 r3271100 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 2.8. 57 Stable tag: 2.8.6 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 58 58 59 59 == Changelog == 60 61 = 2.8.6 = 62 Bugfix: Adding inline scripts causes console error for modules 60 63 61 64 = 2.8.5 =
Note: See TracChangeset
for help on using the changeset viewer.