Changeset 1393336
- Timestamp:
- 04/12/2016 08:58:32 PM (10 years ago)
- Location:
- memcached
- Files:
-
- 2 edited
- 3 copied
-
tags/2.0.6 (copied) (copied from memcached/trunk)
-
tags/2.0.6/object-cache.php (copied) (copied from memcached/trunk/object-cache.php) (2 diffs)
-
tags/2.0.6/readme.txt (copied) (copied from memcached/trunk/readme.txt) (2 diffs)
-
trunk/object-cache.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
memcached/tags/2.0.6/object-cache.php
r1393154 r1393336 4 4 Plugin Name: Memcached 5 5 Description: Memcached backend for the WP Object Cache. 6 Version: 2.0. 56 Version: 2.0.6 7 7 Plugin URI: http://wordpress.org/extend/plugins/memcached/ 8 8 Author: Ryan Boren, Denis de Bernardy, Matt Martz … … 194 194 195 195 function flush() { 196 $this->cache = array(); 197 196 198 // Don't flush if multi-blog. 197 199 if ( function_exists('is_site_admin') || defined('CUSTOM_USER_TABLE') && defined('CUSTOM_USER_META_TABLE') ) -
memcached/tags/2.0.6/readme.txt
r1393154 r1393336 4 4 Requires at least: 3.0 5 5 Tested up to: 4.5 6 Stable tag: 2.0. 56 Stable tag: 2.0.6 7 7 8 8 Use memcached and the PECL memcache extension to provide a backing store for the WordPress object cache. … … 75 75 == Changelog == 76 76 77 = 2.0.6 = 78 * Flush the local cache on wp_cache_flush() 79 77 80 = 2.0.5 = 78 81 * Fix missing global in switch_to_blog -
memcached/trunk/object-cache.php
r1393154 r1393336 4 4 Plugin Name: Memcached 5 5 Description: Memcached backend for the WP Object Cache. 6 Version: 2.0. 56 Version: 2.0.6 7 7 Plugin URI: http://wordpress.org/extend/plugins/memcached/ 8 8 Author: Ryan Boren, Denis de Bernardy, Matt Martz … … 194 194 195 195 function flush() { 196 $this->cache = array(); 197 196 198 // Don't flush if multi-blog. 197 199 if ( function_exists('is_site_admin') || defined('CUSTOM_USER_TABLE') && defined('CUSTOM_USER_META_TABLE') ) -
memcached/trunk/readme.txt
r1393154 r1393336 4 4 Requires at least: 3.0 5 5 Tested up to: 4.5 6 Stable tag: 2.0. 56 Stable tag: 2.0.6 7 7 8 8 Use memcached and the PECL memcache extension to provide a backing store for the WordPress object cache. … … 75 75 == Changelog == 76 76 77 = 2.0.6 = 78 * Flush the local cache on wp_cache_flush() 79 77 80 = 2.0.5 = 78 81 * Fix missing global in switch_to_blog
Note: See TracChangeset
for help on using the changeset viewer.