Changeset 1462175
- Timestamp:
- 07/28/2016 10:52:23 AM (10 years ago)
- Location:
- full-site-cache-kc
- Files:
-
- 4 edited
-
tags/2.1.6/CHANGELOG (modified) (3 diffs)
-
tags/2.1.6/readme.txt (modified) (2 diffs)
-
trunk/CHANGELOG (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
full-site-cache-kc/tags/2.1.6/CHANGELOG
r1459725 r1462175 1 1 v 2.2.0 (unreleased) 2 2 3 + Compatible with WordPress 4.6.4 3 + Use cron job to purge, so now it soesn't has delay to purge! 5 4 … … 8 7 + Support to use KeyCDN on a non-www root domain for some DNS provider. 9 8 + Fix a bug when using setup online. 9 + Compatible with WordPress 4.6. (Thanks to the [#37456](https://core.trac.wordpress.org/ticket/37456) is fixed in WordPress core, this plugin is works in 4.6 now!) 10 10 11 11 v 2.1.5.1 … … 72 72 + Disallow Direct File Access to plugin files. 73 73 + Use Unique function (and/or define) names. 74 75 =v Upgrade Notice=76 77 v 2.1.5.178 79 Fix a Fatal error in some old PHP version. By the way, you must use this plugin on PHP 5.4 or higher, however, PHP 5.6 or higher are recommend.80 81 v 2.1.582 83 Add Custom CDN Domain support, change the appearance of the settings page.84 85 v 2.1.486 87 Fix bugs.88 89 v 2.1.390 91 Add “Purge Everything” button. By default, the “Clear Cache” button on right top only purge the cache of HTML page of this blog but not include CSS, JS and media files. Add “Feedback & Support”, “Donate” and “Write a review” button. Add “Disable KeyCDN” for NOT manual setup. Fixed can’t rewrite URL of image correctly in some themes.92 93 v 2.1.294 95 Fix URL rewrite for JS and URL Encoded. Fixed customize page preview.96 97 v 2.1.198 99 Fix bugs, works better with `Cache Enabler`.100 101 v 2.1102 103 Change name `Full Site Cache Enabler for KeyCDN` to `Full Site Cache for KeyCDN`. Add support with `Cache Enabler`, now you can clear cache include `Cache Enabler - WordPress Cache` in the settings page of this plugin.104 105 v 2.0.0106 107 This is a big update, you can setup online very easily now.108 109 v 1.0.0110 111 Improve performance.112 113 You need to do something before update this plugin to v1.0.0.114 115 First, you need to change `$fsckeycdn_id` variable, like this:116 117 $fsckeycdn_id v [118 1> 10001,119 2> 10002,120 3> 10003,121 ]; // The key (1, 2, 3) is blog id. the value (10001, 10002, 10003) is KeyCDN Zone ID.122 123 Then, you need to change KeyCDN Zone settings, change `Expire (in minutes)` to 0.124 125 v 0.4.3126 127 IPv6 White list supported!128 129 v 0.4.2130 131 You can see admin bar when you enter admin page, can show post/page preview.132 133 v 0.4.1134 135 Just update readme.txt136 137 v 0.4.0138 139 This update changed some function name and variable name, you need to edit `wp-config.php`. -
full-site-cache-kc/tags/2.1.6/readme.txt
r1459725 r1462175 4 4 Tags: keycdn, cache, optimize, performance, speed, pagespeed, html, cdn, proxy 5 5 Requires at least: 4.4 6 Tested up to: 4. 5.37 Stable tag: 2.1.66 Tested up to: 4.6 7 Stable tag: trunk 8 8 License: GNU GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 371 371 == Changelog == 372 372 373 v 2.2.0 (unreleased) 374 375 + Compatible with WordPress 4.6. 373 = 2.2.0 (unreleased) = 374 376 375 + Use cron job to purge, so now it soesn't has delay to purge! 377 376 378 v 2.1.6 377 = 2.1.6 = 379 378 380 379 + Support to use KeyCDN on a non-www root domain for some DNS provider. 381 380 + Fix a bug when using setup online. 381 + Compatible with WordPress 4.6. (Thanks to the [#37456](https://core.trac.wordpress.org/ticket/37456) is fixed in WordPress core, this plugin is works in 4.6 now!) 382 382 383 383 = 2.1.5.1 = -
full-site-cache-kc/trunk/CHANGELOG
r1459725 r1462175 1 1 v 2.2.0 (unreleased) 2 2 3 + Compatible with WordPress 4.6.4 3 + Use cron job to purge, so now it soesn't has delay to purge! 5 4 … … 8 7 + Support to use KeyCDN on a non-www root domain for some DNS provider. 9 8 + Fix a bug when using setup online. 9 + Compatible with WordPress 4.6. (Thanks to the [#37456](https://core.trac.wordpress.org/ticket/37456) is fixed in WordPress core, this plugin is works in 4.6 now!) 10 10 11 11 v 2.1.5.1 … … 72 72 + Disallow Direct File Access to plugin files. 73 73 + Use Unique function (and/or define) names. 74 75 =v Upgrade Notice=76 77 v 2.1.5.178 79 Fix a Fatal error in some old PHP version. By the way, you must use this plugin on PHP 5.4 or higher, however, PHP 5.6 or higher are recommend.80 81 v 2.1.582 83 Add Custom CDN Domain support, change the appearance of the settings page.84 85 v 2.1.486 87 Fix bugs.88 89 v 2.1.390 91 Add “Purge Everything” button. By default, the “Clear Cache” button on right top only purge the cache of HTML page of this blog but not include CSS, JS and media files. Add “Feedback & Support”, “Donate” and “Write a review” button. Add “Disable KeyCDN” for NOT manual setup. Fixed can’t rewrite URL of image correctly in some themes.92 93 v 2.1.294 95 Fix URL rewrite for JS and URL Encoded. Fixed customize page preview.96 97 v 2.1.198 99 Fix bugs, works better with `Cache Enabler`.100 101 v 2.1102 103 Change name `Full Site Cache Enabler for KeyCDN` to `Full Site Cache for KeyCDN`. Add support with `Cache Enabler`, now you can clear cache include `Cache Enabler - WordPress Cache` in the settings page of this plugin.104 105 v 2.0.0106 107 This is a big update, you can setup online very easily now.108 109 v 1.0.0110 111 Improve performance.112 113 You need to do something before update this plugin to v1.0.0.114 115 First, you need to change `$fsckeycdn_id` variable, like this:116 117 $fsckeycdn_id v [118 1> 10001,119 2> 10002,120 3> 10003,121 ]; // The key (1, 2, 3) is blog id. the value (10001, 10002, 10003) is KeyCDN Zone ID.122 123 Then, you need to change KeyCDN Zone settings, change `Expire (in minutes)` to 0.124 125 v 0.4.3126 127 IPv6 White list supported!128 129 v 0.4.2130 131 You can see admin bar when you enter admin page, can show post/page preview.132 133 v 0.4.1134 135 Just update readme.txt136 137 v 0.4.0138 139 This update changed some function name and variable name, you need to edit `wp-config.php`. -
full-site-cache-kc/trunk/readme.txt
r1459725 r1462175 4 4 Tags: keycdn, cache, optimize, performance, speed, pagespeed, html, cdn, proxy 5 5 Requires at least: 4.4 6 Tested up to: 4. 5.37 Stable tag: 2.1.66 Tested up to: 4.6 7 Stable tag: trunk 8 8 License: GNU GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 371 371 == Changelog == 372 372 373 v 2.2.0 (unreleased) 374 375 + Compatible with WordPress 4.6. 373 = 2.2.0 (unreleased) = 374 376 375 + Use cron job to purge, so now it soesn't has delay to purge! 377 376 378 v 2.1.6 377 = 2.1.6 = 379 378 380 379 + Support to use KeyCDN on a non-www root domain for some DNS provider. 381 380 + Fix a bug when using setup online. 381 + Compatible with WordPress 4.6. (Thanks to the [#37456](https://core.trac.wordpress.org/ticket/37456) is fixed in WordPress core, this plugin is works in 4.6 now!) 382 382 383 383 = 2.1.5.1 =
Note: See TracChangeset
for help on using the changeset viewer.