Changeset 1538143
- Timestamp:
- 11/22/2016 08:41:01 AM (9 years ago)
- Location:
- super-static-cache/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
super-static-cache.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
super-static-cache/trunk/readme.txt
r1443825 r1538143 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.5 7 Stable tag: 3.3. 27 Stable tag: 3.3.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 28 28 == Upgrade Notice == 29 = 3.3.3 = 30 * fix bug that cache robots.txt 31 29 32 = 3.3.2 = 30 33 * bug fixed -
super-static-cache/trunk/super-static-cache.php
r1443825 r1538143 4 4 Plugin URI: https://www.hitoy.org/super-static-cache-for-wordperss.html 5 5 Description: Super Static Cache is an efficient WordPress caching engine which provides three cache mode. It can reduce the pressure of the database significantly that makes your website faster than ever. 6 Version: 3.3. 26 Version: 3.3.3 7 7 Author: Hito 8 8 Author URI: https://www.hitoy.org/ … … 275 275 //获取当前页面是否设置为缓存 276 276 private function is_page_support_cache(){ 277 //robots.txt不缓存 278 if($this->wpuri == '/robots.txt'){ 279 return false; 280 } 277 281 //当前页面类型不缓存 278 282 if(in_array(getpagetype(),$this->nocachepage)){
Note: See TracChangeset
for help on using the changeset viewer.