Plugin Directory

Changeset 874836


Ignore:
Timestamp:
03/13/2014 04:22:21 PM (12 years ago)
Author:
prettyboymp
Message:

bumping trunk to version 0.1.3

Location:
memcached-redux/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • memcached-redux/trunk/object-cache.php

    r874813 r874836  
    33Plugin Name: Memcached Redux
    44Description: The real Memcached (not Memcache) backend for the WP Object Cache.
    5 Version: 0.1.2
     5Version: 0.1.3
    66Plugin URI: http://wordpress.org/extend/plugins/memcached/
    77Author: Scott Taylor - uses code from Ryan Boren, Denis de Bernardy, Matt Martz, Mike Schroder
  • memcached-redux/trunk/readme.txt

    r817990 r874836  
    33Tags: cache, Memcached, admin, manage cache, object cache, WP Object Cache
    44Requires at least: 3.0
    5 Tested up to: 3.7.1
    6 Stable Tag: 0.1.2
     5Tested up to: 3.8.1
     6Stable Tag: 0.1.3
    77
    88Uses the Memcached class (not the Memcache class) to implement WP Object Cache
     
    3737== Changelog ==
    3838
     39= 0.1.3 =
     40* Added support for WP_CACHE_KEY_SALT allowing multiple sites to use the same Memcached server.
     41
    3942= 0.1.2 =
    4043* Allows graceful fallback to database object cache in WordPress 3.7+ for users without PECL Memcached available.
Note: See TracChangeset for help on using the changeset viewer.