Plugin Directory

Changeset 2650610


Ignore:
Timestamp:
12/29/2021 06:48:22 PM (4 years ago)
Author:
cynderhost
Message:

Bump to 1.5.3

Location:
cynderhost/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cynderhost/trunk/README.txt

    r2635929 r2650610  
    3232
    3333== Changelog ==
     34
     35= 1.5.3 =
     36* Fixed: Disable selective purge bug
     37
    3438= 1.5.2 =
    3539* Removed: Server cache setting
  • cynderhost/trunk/cynderhost.php

    r2635929 r2650610  
    99 * Plugin URI:        https://cynderhost.com
    1010 * Description:       Provides an easy interface to clear the CynderHost CDN cache, both automatically and programmatically.
    11  * Version:           1.5.2
     11 * Version:           1.5.3
    1212 * Author:            CynderHost
    1313 * Author URI:        https://profiles.wordpress.org/cynderhost/
     
    2424
    2525//Define version
    26 define('CYNDERHOST_VERSION', '1.5.2');
     26define('CYNDERHOST_VERSION', '1.5.3');
    2727
    2828
     
    510510        {
    511511            $sanitary_values['smart_purge_4'] = $input['smart_purge_4'];
    512         }
     512        }  else  {
     513        $sanitary_values['smart_purge_4'] = "disabled";
     514    }
     515
    513516        do_cache_cynderhost_purge(true);
    514517        return $sanitary_values;
Note: See TracChangeset for help on using the changeset viewer.