Changeset 3443420
- Timestamp:
- 01/20/2026 04:05:27 PM (2 months ago)
- Location:
- cache-using-gzip
- Files:
-
- 20 added
- 3 edited
-
tags/2.9.3 (added)
-
tags/2.9.3/autoload.php (added)
-
tags/2.9.3/cache-using-gzip.php (added)
-
tags/2.9.3/classes (added)
-
tags/2.9.3/classes/CUGZ (added)
-
tags/2.9.3/classes/CUGZ/class-cugz-gzip-cache.php (added)
-
tags/2.9.3/css (added)
-
tags/2.9.3/css/jquery-ui.css (added)
-
tags/2.9.3/css/jquery-ui.min.css (added)
-
tags/2.9.3/css/style.css (added)
-
tags/2.9.3/css/style.min.css (added)
-
tags/2.9.3/js (added)
-
tags/2.9.3/js/main.js (added)
-
tags/2.9.3/js/main.min.js (added)
-
tags/2.9.3/license.txt (added)
-
tags/2.9.3/readme.txt (added)
-
tags/2.9.3/templates (added)
-
tags/2.9.3/templates/htaccess.sample (added)
-
tags/2.9.3/templates/nginx.conf.sample (added)
-
tags/2.9.3/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
r3430176 r3443420 5 5 /* 6 6 * Plugin Name: Cache Using Gzip 7 * Version: 2.9. 27 * Version: 2.9.3 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
r3430176 r3443420 631 631 } 632 632 } 633 634 $this->cugz_cache_blog_page(); 633 635 } 634 636 -
cache-using-gzip/trunk/readme.txt
r3430176 r3443420 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 2.9. 27 Stable tag: 2.9.3 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 84 84 85 85 == Changelog = 86 87 = 2.9.3 = 88 Bugfix: Under certain circumstances the homepage wasn't being cached when it was set to show latest posts 86 89 87 90 = 2.9.2 =
Note: See TracChangeset
for help on using the changeset viewer.