Changeset 326616
- Timestamp:
- 12/28/2010 10:34:30 AM (15 years ago)
- File:
-
- 1 edited
-
nginx-manager/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nginx-manager/trunk/readme.txt
r323094 r326616 3 3 Tags: cache, nginx, purge, performance 4 4 Requires at least: 3.0 5 Tested up to: 3.0 15 Tested up to: 3.0.3 6 6 Stable tag: trunk 7 7 … … 10 10 == Description == 11 11 12 Each time a post is modified clear the cached version of the page and of all the related page.12 Each time a post/page/custom post type is modified clear the cached version of the page and of all the related page (categories/authors/date/tag archives and custom taxonomies) 13 13 14 14 Extra : 15 15 16 - You can decide if purge the page when the post is modified or when a new comment is published.16 - You can decide if purge the page when the post is modified and/or when a new comment is published. 17 17 - You can decide if and which related page purge when the post page is modified. 18 18 - Media related to the post are also purged. 19 19 - Two extra HTTP header are added to the response so that you can see if the page you are viewing is cached and when it was cached. 20 20 - A logging system allow you to see which page were cached and when. 21 - Purge of future posts is handled with an external script. 22 - You can add your personal URLs to be purged when the post is modified. 23 - Integration with NEXTGen Gallery hooks to purge images and galleries. 24 25 Credits : 26 27 - This plugin is based on the structure of famous plugin "NEXTGen Gallery" 21 28 22 29 … … 57 64 == Changelog == 58 65 66 = 1.2 (2010 12 28) = 67 * NEW : You can now purge custom post types and tag archives 68 * NEW : When you purge a post also all related custom taxonomies are purged (if enabled in the options) 69 * NEW : Add constant in Overview / Debug 70 * NEW : Versioning manager 71 * EDIT : All other plugin class/functions moved in /integration folder 72 * EDIT : Network activation only (if multisite) 73 * EDIT : start_plugin() is now hooked with 'init' (priority 15) 74 * EDIT : Purge by options now get URL via wp functions and not by urls saved in options 75 * BUG : Purge comment via admin panel fixed 76 * BUG : Fixed NGG purge functions 77 * BUG : Fixed incorrect image URL retrieving in purgeOnMediaEdit() (thx Jean-Paul Horn) 78 * BUG : Fixed few small bugs and typos 79 59 80 = 1.1.1 (2010 12 15) = 60 81 * BUG : Fixed options for single site installation (thx Jean-Paul Horn)
Note: See TracChangeset
for help on using the changeset viewer.