Plugin Directory

Changeset 3048399


Ignore:
Timestamp:
03/09/2024 10:54:47 PM (2 years ago)
Author:
blizhost
Message:

Release version 4.0.5

Location:
blizhost-cache-purge
Files:
14 added
2 edited

Legend:

Unmodified
Added
Removed
  • blizhost-cache-purge/trunk/blizhost-cache-purge.php

    r2941082 r3048399  
    44Plugin URI: https://www.blizhost.com.br/
    55Description: Automatically empty your site cache when a post is published or when content is modified. And it improves CloudCache compatibility.
    6 Version: 4.0.4
     6Version: 4.0.5
    77Author: Blizhost
    88Author URI: https://www.blizhost.com.br/
     
    2424class BlizCloudCachePurger {
    2525    protected $purgeUrls = array();
    26     public $p_version = '4.0.4'; // Version
     26    public $p_version = '4.0.5'; // Version
    2727
    2828    /**
     
    172172                // Do not set header if is single or front page
    173173                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;}
    175175                }
    176176            }
  • blizhost-cache-purge/trunk/readme.txt

    r2941082 r3048399  
    11=== Blizhost CloudCache Purge ===
    22Contributors: blizhost
    3 Tags: blizhost, cloudcache, nginx, redis, host, cache, hospedagem
     3Tags: blizhost, cloudcache, nginx, redis, host, cache, hospedagem, litespeed
    44Requires at least: 4.4
    55Tested up to: 6.3
    66Requires PHP: 5.6
    7 Stable tag: 4.0.4
     7Stable tag: 4.0.5
    88License: http://www.apache.org/licenses/LICENSE-2.0
    99
     
    102102
    103103== Changelog ==
     104
     105= 4.0.5 =
     106* Fixed compatibility bug with PHP 8.1
    104107
    105108= 4.0.4 =
Note: See TracChangeset for help on using the changeset viewer.