Plugin Directory

Changeset 326616


Ignore:
Timestamp:
12/28/2010 10:34:30 AM (15 years ago)
Author:
rukbat
Message:

Upgrade to version 1.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nginx-manager/trunk/readme.txt

    r323094 r326616  
    33Tags: cache, nginx, purge, performance
    44Requires at least: 3.0
    5 Tested up to: 3.01
     5Tested up to: 3.0.3
    66Stable tag: trunk
    77
     
    1010== Description ==
    1111
    12 Each time a post is modified clear the cached version of the page and of all the related page.
     12Each 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)
    1313
    1414Extra :
    1515
    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.
    1717- You can decide if and which related page purge when the post page is modified.
    1818- Media related to the post are also purged.
    1919- 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.
    2020- 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
     25Credits :
     26
     27- This plugin is based on the structure of famous plugin "NEXTGen Gallery"
    2128
    2229
     
    5764== Changelog ==
    5865
     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
    5980= 1.1.1 (2010 12 15) =
    6081* BUG : Fixed options for single site installation (thx Jean-Paul Horn)
Note: See TracChangeset for help on using the changeset viewer.