Changeset 2254157
- Timestamp:
- 03/04/2020 11:04:09 AM (6 years ago)
- Location:
- ezcache
- Files:
-
- 101 added
- 2 edited
-
tags/1.4.1.1 (added)
-
tags/1.4.1.1/advanced-cache.php (added)
-
tags/1.4.1.1/assets (added)
-
tags/1.4.1.1/assets/dist (added)
-
tags/1.4.1.1/assets/dist/css (added)
-
tags/1.4.1.1/assets/dist/css/options.css (added)
-
tags/1.4.1.1/assets/dist/js (added)
-
tags/1.4.1.1/assets/dist/js/options.js (added)
-
tags/1.4.1.1/assets/dist/js/options.js.map (added)
-
tags/1.4.1.1/assets/images (added)
-
tags/1.4.1.1/changelog.txt (added)
-
tags/1.4.1.1/ezcache.php (added)
-
tags/1.4.1.1/includes (added)
-
tags/1.4.1.1/includes/Admin.php (added)
-
tags/1.4.1.1/includes/BackgroundProcesses (added)
-
tags/1.4.1.1/includes/BackgroundProcesses/ConvertWebpProcess.php (added)
-
tags/1.4.1.1/includes/Cache.php (added)
-
tags/1.4.1.1/includes/FileOptimizer (added)
-
tags/1.4.1.1/includes/FileOptimizer/BaseFileOptimizer.php (added)
-
tags/1.4.1.1/includes/FileOptimizer/CombineGoogleFonts.php (added)
-
tags/1.4.1.1/includes/FileOptimizer/CssCombiner.php (added)
-
tags/1.4.1.1/includes/FileOptimizer/CssMinifier.php (added)
-
tags/1.4.1.1/includes/FileOptimizer/JsCombiner.php (added)
-
tags/1.4.1.1/includes/FileOptimizer/JsMinifier.php (added)
-
tags/1.4.1.1/includes/FileOptimizer/WebpConverter.php (added)
-
tags/1.4.1.1/includes/LicenseApi.php (added)
-
tags/1.4.1.1/includes/Rest (added)
-
tags/1.4.1.1/includes/Rest/CacheController.php (added)
-
tags/1.4.1.1/includes/Rest/LicenseController.php (added)
-
tags/1.4.1.1/includes/Rest/SettingsController.php (added)
-
tags/1.4.1.1/includes/Rest/StatusController.php (added)
-
tags/1.4.1.1/includes/RestApi.php (added)
-
tags/1.4.1.1/includes/Settings.php (added)
-
tags/1.4.1.1/includes/ThirdParty (added)
-
tags/1.4.1.1/includes/ThirdParty/Minify_CSS_UriRewriter.php (added)
-
tags/1.4.1.1/includes/ThirdParty/Minify_HTML.php (added)
-
tags/1.4.1.1/includes/Updater.php (added)
-
tags/1.4.1.1/includes/Utilities (added)
-
tags/1.4.1.1/includes/Utilities/Encrypter.php (added)
-
tags/1.4.1.1/includes/WebpApi.php (added)
-
tags/1.4.1.1/index.php (added)
-
tags/1.4.1.1/languages (added)
-
tags/1.4.1.1/languages/ezcache-he_IL.mo (added)
-
tags/1.4.1.1/languages/ezcache-he_IL.po (added)
-
tags/1.4.1.1/languages/ezcache-xx_XX.pot (added)
-
tags/1.4.1.1/readme.txt (added)
-
tags/1.4.1.1/uninstall.php (added)
-
tags/1.4.1.1/vendor (added)
-
tags/1.4.1.1/vendor/a5hleyrich (added)
-
tags/1.4.1.1/vendor/a5hleyrich/wp-background-processing (added)
-
tags/1.4.1.1/vendor/a5hleyrich/wp-background-processing/README.md (added)
-
tags/1.4.1.1/vendor/a5hleyrich/wp-background-processing/classes (added)
-
tags/1.4.1.1/vendor/a5hleyrich/wp-background-processing/classes/wp-async-request.php (added)
-
tags/1.4.1.1/vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php (added)
-
tags/1.4.1.1/vendor/a5hleyrich/wp-background-processing/composer.json (added)
-
tags/1.4.1.1/vendor/a5hleyrich/wp-background-processing/license.txt (added)
-
tags/1.4.1.1/vendor/a5hleyrich/wp-background-processing/wp-background-processing.php (added)
-
tags/1.4.1.1/vendor/autoload.php (added)
-
tags/1.4.1.1/vendor/composer (added)
-
tags/1.4.1.1/vendor/composer/ClassLoader.php (added)
-
tags/1.4.1.1/vendor/composer/LICENSE (added)
-
tags/1.4.1.1/vendor/composer/autoload_classmap.php (added)
-
tags/1.4.1.1/vendor/composer/autoload_namespaces.php (added)
-
tags/1.4.1.1/vendor/composer/autoload_psr4.php (added)
-
tags/1.4.1.1/vendor/composer/autoload_real.php (added)
-
tags/1.4.1.1/vendor/composer/autoload_static.php (added)
-
tags/1.4.1.1/vendor/composer/installed.json (added)
-
tags/1.4.1.1/vendor/matthiasmullie (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/CONTRIBUTING.md (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/Dockerfile (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/LICENSE (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/bin (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/bin/minifycss (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/bin/minifyjs (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/composer.json (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/data (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/data/js (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/data/js/keywords_after.txt (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/data/js/keywords_before.txt (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/data/js/keywords_reserved.txt (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/data/js/operators.txt (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/data/js/operators_after.txt (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/data/js/operators_before.txt (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/docker-compose.yml (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/src (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/src/CSS.php (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/src/Exception.php (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/src/Exceptions (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/src/Exceptions/BasicException.php (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/src/Exceptions/FileImportException.php (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/src/Exceptions/IOException.php (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/src/JS.php (added)
-
tags/1.4.1.1/vendor/matthiasmullie/minify/src/Minify.php (added)
-
tags/1.4.1.1/vendor/matthiasmullie/path-converter (added)
-
tags/1.4.1.1/vendor/matthiasmullie/path-converter/LICENSE (added)
-
tags/1.4.1.1/vendor/matthiasmullie/path-converter/composer.json (added)
-
tags/1.4.1.1/vendor/matthiasmullie/path-converter/src (added)
-
tags/1.4.1.1/vendor/matthiasmullie/path-converter/src/Converter.php (added)
-
tags/1.4.1.1/vendor/matthiasmullie/path-converter/src/ConverterInterface.php (added)
-
tags/1.4.1.1/vendor/matthiasmullie/path-converter/src/NoConverter.php (added)
-
trunk/ezcache.php (modified) (3 diffs)
-
trunk/includes/Admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ezcache/trunk/ezcache.php
r2254079 r2254157 4 4 Description: EzCache is an easy and innovative cache plugin that will help you significantly improve your site speed. 5 5 Plugin URI: https://ezcache.app 6 Version: 1.4.1 6 Version: 1.4.1.1 7 7 Author: uPress 8 8 Author URI: https://www.upress.io … … 36 36 define( 'EZCACHE_URL', plugin_dir_url( __FILE__ ) ); 37 37 define( 'EZCACHE_BASEBANE', basename( __FILE__ ) ); 38 define( 'EZCACHE_VERSION', '1.4.1 ' );38 define( 'EZCACHE_VERSION', '1.4.1.1' ); 39 39 define( 'EZCACHE_SETTINGS_KEY', 'ezcache' ); 40 40 … … 54 54 55 55 namespace Upress\EzCache { 56 57 use WP_Post;58 59 56 class Plugin { 60 57 private static $instance; -
ezcache/trunk/includes/Admin.php
r2254079 r2254157 190 190 } 191 191 192 $this-> ezcache->clear_cache_single( $post_id );192 $this->plugin->ezcache->clear_cache_single( $post_id ); 193 193 } 194 194
Note: See TracChangeset
for help on using the changeset viewer.