Changeset 2155198
- Timestamp:
- 09/12/2019 12:08:13 AM (6 years ago)
- File:
-
- 1 edited
-
runcache-purger/trunk/runcache-purger.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
runcache-purger/trunk/runcache-purger.php
r2155196 r2155198 5 5 * Plugin URI: https://runcloud.io 6 6 * Description: This plugin will purge RunCloud.io NGINX fastcgi, Proxy Cache and Redis Object Cache. 7 * Version: 1.0. 77 * Version: 1.0.8 8 8 * Author: RunCloud 9 9 * Author URI: https://profiles.wordpress.org/runcloud/ … … 63 63 64 64 // version 65 private static $version = '1.0. 7';66 private static $version_prev = '1.0. 6';65 private static $version = '1.0.8'; 66 private static $version_prev = '1.0.7'; 67 67 68 68 // later
Note: See TracChangeset
for help on using the changeset viewer.