Changeset 528960
- Timestamp:
- 04/09/2012 06:02:37 AM (14 years ago)
- Location:
- nginx-proxy-cache-purge/trunk
- Files:
-
- 2 edited
-
nginx-proxy-cache-purge.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nginx-proxy-cache-purge/trunk/nginx-proxy-cache-purge.php
r297476 r528960 2 2 /* 3 3 Plugin Name: Nginx Proxy Cache Purge 4 Plugin URI: http:// johnlevandowski.com/4 Plugin URI: http://wpselect.com/ 5 5 Description: Purges the nginx proxy cache when you publish or update a post or page. 6 Version: 0.9. 46 Version: 0.9.5 7 7 Author: John Levandowski 8 Author URI: http:// johnlevandowski.com/8 Author URI: http://wpselect.com/ 9 9 */ 10 10 -
nginx-proxy-cache-purge/trunk/readme.txt
r297476 r528960 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.0.1 6 Stable tag: 0.9. 46 Stable tag: 0.9.5 7 7 8 8 Purges the nginx proxy cache when you publish or update a post or page. … … 26 26 = What are the server requirements? = 27 27 28 [Nginx reverse proxy cache](http://wiki.nginx.org/) running with the [ngx_cache_purge](http://labs.frickle.com/nginx_ngx_cache_purge/) module installed. I have published instructions at: [ http://johnlevandowski.com/2010/10/05/wordpress-nginx-proxy-cache/](http://johnlevandowski.com/2010/10/05/wordpress-nginx-proxy-cache/)28 [Nginx reverse proxy cache](http://wiki.nginx.org/) running with the [ngx_cache_purge](http://labs.frickle.com/nginx_ngx_cache_purge/) module installed. I have published instructions at: [WordPress Nginx proxy cache](http://wpselect.com/blog/wordpress-nginx-proxy-cache/) 29 29 30 30 = How does this plugin work? = … … 33 33 34 34 == Changelog == 35 36 = 0.9.5 = 37 * Changed URL for instructions. 35 38 36 39 = 0.9.4 =
Note: See TracChangeset
for help on using the changeset viewer.