Plugin Directory

Changeset 621119


Ignore:
Timestamp:
11/05/2012 08:29:57 AM (13 years ago)
Author:
AndrewZhang
Message:

update change log

Location:
wp-widget-cache
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • wp-widget-cache/trunk/readme.txt

    r621116 r621119  
    8787
    8888= 0.25.5 =
    89 * Bug Fix: fix setting issues on wp 3.4.
     89* Bug Fix: fix setting issues on wp 3.4
    9090
    9191= 0.25.4 =
    92 * Enhancement: create a folder for each domain, or $_SERVER['HTTP_HOST'].
     92* Enhancement: create a folder for each domain, or $_SERVER['HTTP_HOST'], so if you host many domains under one wp system, no problem.
    9393
    9494= 0.25.3 =
    95 * Bug Fix: use WP_CONTENT_DIR instead of ABSPATH.wp-content.
     95* Bug Fix: use WP_CONTENT_DIR instead of ABSPATH.wp-content, as people might have their own custom folders
    9696
    9797= 0.25.2 =
    98 * Bug Fix: not cache options(it's already cached by wp itself).
     98* Bug Fix: not cache options any more (it's already cached by wp itself).
    9999
    100100= 0.25.1 =
    101 * Enhancement: better notice when cache folder can't be created.
     101* Enhancement: better notice when cache folder can't be created in WP_CONTENT_DIR
    102102
    103103= 0.25 =
    104 * Enhancement: better cachefile management, now each wiget as a cache group.
     104* Enhancement: better cachefile management, now each wiget as a cache group, as you may have many cache versions for different users
    105105
    106106= 0.22.1 =
     
    108108
    109109= 0.22 =
    110 * Enhancement: add some delete funcs.
     110* Enhancement: add some delete funcs, so you can clear each widget cache individually
    111111
    112112= 0.21 =
    113 * Enhancement: user agent now a vary param.
     113* Enhancement: user agent now a vary param, if you have different themes for different browsers, like mobile site, it won't be a problem now
    114114
    115115= 0.2 =
    116 * Enhancement: add setting page.
     116* Enhancement: add setting page, better control with this plugin
    117117
    118118= 0.15 =
    119 * Bug Fix: auto expire options not update.
     119* Bug Fix: auto expire options not save.
    120120
    121121= 0.15 =
    122 * Enhancement: add auto expire options.
     122* Enhancement: add auto expire options, like when you post, comment, etc.
    123123
    124124= 0.1 =
Note: See TracChangeset for help on using the changeset viewer.