Plugin Directory

Changeset 1462175


Ignore:
Timestamp:
07/28/2016 10:52:23 AM (10 years ago)
Author:
ze3kr
Message:

tested that already works in 4.6

Location:
full-site-cache-kc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • full-site-cache-kc/tags/2.1.6/CHANGELOG

    r1459725 r1462175  
    11v 2.2.0 (unreleased)
    22
    3 + Compatible with WordPress 4.6.
    43+ Use cron job to purge, so now it soesn't has delay to purge!
    54
     
    87+ Support to use KeyCDN on a non-www root domain for some DNS provider.
    98+ 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!)
    1010
    1111v 2.1.5.1
     
    7272+ Disallow Direct File Access to plugin files.
    7373+ Use Unique function (and/or define) names.
    74 
    75 =v Upgrade Notice=
    76 
    77 v 2.1.5.1
    78 
    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.5
    82 
    83 Add Custom CDN Domain support, change the appearance of the settings page.
    84 
    85 v 2.1.4
    86 
    87 Fix bugs.
    88 
    89 v 2.1.3
    90 
    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.2
    94 
    95 Fix URL rewrite for JS and URL Encoded. Fixed customize page preview.
    96 
    97 v 2.1.1
    98 
    99 Fix bugs, works better with `Cache Enabler`.
    100 
    101 v 2.1
    102 
    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.0
    106 
    107 This is a big update, you can setup online very easily now.
    108 
    109 v 1.0.0
    110 
    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.3
    126 
    127 IPv6 White list supported!
    128 
    129 v 0.4.2
    130 
    131 You can see admin bar when you enter admin page, can show post/page preview.
    132 
    133 v 0.4.1
    134 
    135 Just update readme.txt
    136 
    137 v 0.4.0
    138 
    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  
    44Tags: keycdn, cache, optimize, performance, speed, pagespeed, html, cdn, proxy
    55Requires at least: 4.4
    6 Tested up to: 4.5.3
    7 Stable tag: 2.1.6
     6Tested up to: 4.6
     7Stable tag: trunk
    88License: GNU GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    371371== Changelog ==
    372372
    373 v 2.2.0 (unreleased)
    374 
    375 + Compatible with WordPress 4.6.
     373= 2.2.0 (unreleased) =
     374
    376375+ Use cron job to purge, so now it soesn't has delay to purge!
    377376
    378 v 2.1.6
     377= 2.1.6 =
    379378
    380379+ Support to use KeyCDN on a non-www root domain for some DNS provider.
    381380+ 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!)
    382382
    383383= 2.1.5.1 =
  • full-site-cache-kc/trunk/CHANGELOG

    r1459725 r1462175  
    11v 2.2.0 (unreleased)
    22
    3 + Compatible with WordPress 4.6.
    43+ Use cron job to purge, so now it soesn't has delay to purge!
    54
     
    87+ Support to use KeyCDN on a non-www root domain for some DNS provider.
    98+ 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!)
    1010
    1111v 2.1.5.1
     
    7272+ Disallow Direct File Access to plugin files.
    7373+ Use Unique function (and/or define) names.
    74 
    75 =v Upgrade Notice=
    76 
    77 v 2.1.5.1
    78 
    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.5
    82 
    83 Add Custom CDN Domain support, change the appearance of the settings page.
    84 
    85 v 2.1.4
    86 
    87 Fix bugs.
    88 
    89 v 2.1.3
    90 
    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.2
    94 
    95 Fix URL rewrite for JS and URL Encoded. Fixed customize page preview.
    96 
    97 v 2.1.1
    98 
    99 Fix bugs, works better with `Cache Enabler`.
    100 
    101 v 2.1
    102 
    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.0
    106 
    107 This is a big update, you can setup online very easily now.
    108 
    109 v 1.0.0
    110 
    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.3
    126 
    127 IPv6 White list supported!
    128 
    129 v 0.4.2
    130 
    131 You can see admin bar when you enter admin page, can show post/page preview.
    132 
    133 v 0.4.1
    134 
    135 Just update readme.txt
    136 
    137 v 0.4.0
    138 
    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  
    44Tags: keycdn, cache, optimize, performance, speed, pagespeed, html, cdn, proxy
    55Requires at least: 4.4
    6 Tested up to: 4.5.3
    7 Stable tag: 2.1.6
     6Tested up to: 4.6
     7Stable tag: trunk
    88License: GNU GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    371371== Changelog ==
    372372
    373 v 2.2.0 (unreleased)
    374 
    375 + Compatible with WordPress 4.6.
     373= 2.2.0 (unreleased) =
     374
    376375+ Use cron job to purge, so now it soesn't has delay to purge!
    377376
    378 v 2.1.6
     377= 2.1.6 =
    379378
    380379+ Support to use KeyCDN on a non-www root domain for some DNS provider.
    381380+ 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!)
    382382
    383383= 2.1.5.1 =
Note: See TracChangeset for help on using the changeset viewer.