Changeset 440800
- Timestamp:
- 09/20/2011 02:06:43 PM (15 years ago)
- Location:
- nginx-manager/trunk
- Files:
-
- 3 edited
-
nginx-manager.php (modified) (2 diffs)
-
nginxmNginx.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nginx-manager/trunk/nginx-manager.php
r399535 r440800 5 5 Description: Manage Nginx cache 6 6 Author: Simone Fumagalli & Marco Zanzottera 7 Version: 1.3. 27 Version: 1.3.3 8 8 Author URI: http://www.iliveinperego.com 9 9 Network: true … … 44 44 class nginxmLoader { 45 45 46 var $version = '1.3. 2'; // Plugin version46 var $version = '1.3.3'; // Plugin version 47 47 var $db_version = '1.3'; // DB version, change it to show the upgrade page 48 48 var $minium_WP = '3.0'; -
nginx-manager/trunk/nginxmNginx.php
r399535 r440800 39 39 } 40 40 } 41 42 // If the request is from a mobile device disable cache 43 if ( preg_match('/2\.0 MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine\/3\.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA\/WX310K|LG\/U990|MIDP-2\.|MMEF20|MOT-V|NetFront|Newt|Nintendo Wii|Nitro|Nokia|Opera Mini|Palm|PlayStation Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian OS|SymbianOS|TS21i-10|UP\.Browser|UP\.Link|webOS|Windows CE|WinWAP|YahooSeeker\/M1A1-R2D2|NF-Browser|iPhone|iPod|Android|BlackBerry9530|G-TU915 Obigo|LGE VX|webOS|Nokia5800/', $_SERVER['HTTP_USER_AGENT']) ) { 44 $cache_ttl = 0; 45 } 41 46 42 47 $http_headers['X-Accel-Expires'] = $cache_ttl; -
nginx-manager/trunk/readme.txt
r399535 r440800 3 3 Tags: cache, nginx, purge, performance 4 4 Requires at least: 3.0 5 Tested up to: 3. 15 Tested up to: 3.2 6 6 Stable tag: trunk 7 7 … … 63 63 == Changelog == 64 64 65 = 1.3.3 (2011 09 20) = 66 * NEW : If the request is from a mobile device disable cache 67 * NEW : NextGEN Gallery integration: Purge post that contains the image/thumb gallery edited 68 65 69 = 1.3.2 (2011 06 21) = 66 70 * NEW : Purge (homepage) when widgets are dragged to a sidebar
Note: See TracChangeset
for help on using the changeset viewer.