Changeset 621119
- Timestamp:
- 11/05/2012 08:29:57 AM (13 years ago)
- Location:
- wp-widget-cache
- Files:
-
- 1 added
- 1 edited
-
tags/0.25.5/readme.txt (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-widget-cache/trunk/readme.txt
r621116 r621119 87 87 88 88 = 0.25.5 = 89 * Bug Fix: fix setting issues on wp 3.4 .89 * Bug Fix: fix setting issues on wp 3.4 90 90 91 91 = 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. 93 93 94 94 = 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 96 96 97 97 = 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). 99 99 100 100 = 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 102 102 103 103 = 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 105 105 106 106 = 0.22.1 = … … 108 108 109 109 = 0.22 = 110 * Enhancement: add some delete funcs .110 * Enhancement: add some delete funcs, so you can clear each widget cache individually 111 111 112 112 = 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 114 114 115 115 = 0.2 = 116 * Enhancement: add setting page .116 * Enhancement: add setting page, better control with this plugin 117 117 118 118 = 0.15 = 119 * Bug Fix: auto expire options not update.119 * Bug Fix: auto expire options not save. 120 120 121 121 = 0.15 = 122 * Enhancement: add auto expire options .122 * Enhancement: add auto expire options, like when you post, comment, etc. 123 123 124 124 = 0.1 =
Note: See TracChangeset
for help on using the changeset viewer.