Changeset 2541818
- Timestamp:
- 06/03/2021 07:02:58 AM (5 years ago)
- Location:
- pagecdn
- Files:
-
- 11 added
- 2 edited
-
tags/5.14 (added)
-
tags/5.14/admin-functions.php (added)
-
tags/5.14/data (added)
-
tags/5.14/data/data.json (added)
-
tags/5.14/font-functions.php (added)
-
tags/5.14/functions.php (added)
-
tags/5.14/init-functions.php (added)
-
tags/5.14/pagecdn.php (added)
-
tags/5.14/readme.md (added)
-
tags/5.14/readme.txt (added)
-
tags/5.14/settings.php (added)
-
trunk/pagecdn.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pagecdn/trunk/pagecdn.php
r2367477 r2541818 7 7 Author URI: https://pagecdn.com 8 8 License: GPLv2 or later 9 Version: 5.1 39 Version: 5.14 10 10 */ 11 11 … … 20 20 //define( 'PAGECDN_IMG_CACHE' , WP_CONTENT_DIR . '/cache/pagecdn/images.json' ); 21 21 //define( 'PAGECDN_WEBP_CACHE' , WP_CONTENT_DIR . '/cache/pagecdn/webp.json' ); 22 define( 'PAGECDN_VER' , '5.1 3' );22 define( 'PAGECDN_VER' , '5.14' ); 23 23 24 24 $PageCDN_origin_scheme = strtolower( parse_url( home_url( ) , PHP_URL_SCHEME ) ); -
pagecdn/trunk/readme.txt
r2360281 r2541818 3 3 Tags: CDN, speedup, Performance, Pagespeed, Free CDN, Open-source CDN, Private CDN, WordPress CDN, WP CDN, fastest, super, brotli, CDN Enabler, Autoptimize, WP Super Cache, W3 Total Cache, image optimizer, image cdn, optimize images, http2 server push 4 4 Requires at least: 4.0 5 Tested up to: 5. 55 Tested up to: 5.7 6 6 Requires PHP: 5.3 7 7 Stable tag: trunk
Note: See TracChangeset
for help on using the changeset viewer.