Changeset 3048399
- Timestamp:
- 03/09/2024 10:54:47 PM (2 years ago)
- Location:
- blizhost-cache-purge
- Files:
-
- 14 added
- 2 edited
-
tags/4.0.5 (added)
-
tags/4.0.5/blizhost-cache-purge.php (added)
-
tags/4.0.5/font (added)
-
tags/4.0.5/font/blizhost_logo.eot (added)
-
tags/4.0.5/font/blizhost_logo.svg (added)
-
tags/4.0.5/font/blizhost_logo.ttf (added)
-
tags/4.0.5/font/blizhost_logo.woff (added)
-
tags/4.0.5/font/index.php (added)
-
tags/4.0.5/font/style.css (added)
-
tags/4.0.5/lang (added)
-
tags/4.0.5/lang/blizhost-cache-purge.pot (added)
-
tags/4.0.5/lang/index.php (added)
-
tags/4.0.5/readme.txt (added)
-
tags/4.0.5/wp-cli.php (added)
-
trunk/blizhost-cache-purge.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blizhost-cache-purge/trunk/blizhost-cache-purge.php
r2941082 r3048399 4 4 Plugin URI: https://www.blizhost.com.br/ 5 5 Description: Automatically empty your site cache when a post is published or when content is modified. And it improves CloudCache compatibility. 6 Version: 4.0. 46 Version: 4.0.5 7 7 Author: Blizhost 8 8 Author URI: https://www.blizhost.com.br/ … … 24 24 class BlizCloudCachePurger { 25 25 protected $purgeUrls = array(); 26 public $p_version = '4.0. 4'; // Version26 public $p_version = '4.0.5'; // Version 27 27 28 28 /** … … 172 172 // Do not set header if is single or front page 173 173 if (!is_home() && !is_front_page() && !is_single() && $_SERVER['REQUEST_URI'] != '/') { 174 header("BypassCloudCache: TRUE");if(! $_SERVER['HTTP_X_BYPASSCCACHE']){exit;}174 header("BypassCloudCache: TRUE");if(!isset($_SERVER['HTTP_X_BYPASSCCACHE'])){exit;} 175 175 } 176 176 } -
blizhost-cache-purge/trunk/readme.txt
r2941082 r3048399 1 1 === Blizhost CloudCache Purge === 2 2 Contributors: blizhost 3 Tags: blizhost, cloudcache, nginx, redis, host, cache, hospedagem 3 Tags: blizhost, cloudcache, nginx, redis, host, cache, hospedagem, litespeed 4 4 Requires at least: 4.4 5 5 Tested up to: 6.3 6 6 Requires PHP: 5.6 7 Stable tag: 4.0. 47 Stable tag: 4.0.5 8 8 License: http://www.apache.org/licenses/LICENSE-2.0 9 9 … … 102 102 103 103 == Changelog == 104 105 = 4.0.5 = 106 * Fixed compatibility bug with PHP 8.1 104 107 105 108 = 4.0.4 =
Note: See TracChangeset
for help on using the changeset viewer.