Plugin Directory

Changeset 2254157


Ignore:
Timestamp:
03/04/2020 11:04:09 AM (6 years ago)
Author:
upress
Message:

hotfix

Location:
ezcache
Files:
101 added
2 edited

Legend:

Unmodified
Added
Removed
  • ezcache/trunk/ezcache.php

    r2254079 r2254157  
    44    Description: EzCache is an easy and innovative cache plugin that will help you significantly improve your site speed.
    55    Plugin URI: https://ezcache.app
    6     Version: 1.4.1
     6    Version: 1.4.1.1
    77    Author: uPress
    88    Author URI: https://www.upress.io
     
    3636    define( 'EZCACHE_URL', plugin_dir_url( __FILE__ ) );
    3737    define( 'EZCACHE_BASEBANE', basename( __FILE__ ) );
    38     define( 'EZCACHE_VERSION', '1.4.1' );
     38    define( 'EZCACHE_VERSION', '1.4.1.1' );
    3939    define( 'EZCACHE_SETTINGS_KEY', 'ezcache' );
    4040
     
    5454
    5555namespace Upress\EzCache {
    56 
    57     use WP_Post;
    58 
    5956    class Plugin {
    6057        private static $instance;
  • ezcache/trunk/includes/Admin.php

    r2254079 r2254157  
    190190        }
    191191
    192         $this->ezcache->clear_cache_single( $post_id );
     192        $this->plugin->ezcache->clear_cache_single( $post_id );
    193193    }
    194194
Note: See TracChangeset for help on using the changeset viewer.