Changeset 3496863
- Timestamp:
- 04/01/2026 05:33:33 PM (2 days ago)
- Location:
- snapcache
- Files:
-
- 2 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from snapcache/trunk)
-
tags/1.0.1/snapcache.php (modified) (2 diffs)
-
trunk/snapcache.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
snapcache/tags/1.0.1/snapcache.php
r3414335 r3496863 4 4 * Plugin URI: https://github.com/staticweb-io/snapcache 5 5 * Description: Memcached object cache 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: StaticWeb.io 8 8 * Author URI: https://staticweb.io … … 24 24 } 25 25 26 define( 'SNAPCACHE_VERSION', '1.0. 0' );26 define( 'SNAPCACHE_VERSION', '1.0.1' ); 27 27 define( 'SNAPCACHE_PATH', plugin_dir_path( __FILE__ ) ); 28 28 -
snapcache/trunk/snapcache.php
r3414335 r3496863 4 4 * Plugin URI: https://github.com/staticweb-io/snapcache 5 5 * Description: Memcached object cache 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: StaticWeb.io 8 8 * Author URI: https://staticweb.io … … 24 24 } 25 25 26 define( 'SNAPCACHE_VERSION', '1.0. 0' );26 define( 'SNAPCACHE_VERSION', '1.0.1' ); 27 27 define( 'SNAPCACHE_PATH', plugin_dir_path( __FILE__ ) ); 28 28
Note: See TracChangeset
for help on using the changeset viewer.