Plugin Directory

Changeset 1058755


Ignore:
Timestamp:
01/02/2015 11:55:00 PM (11 years ago)
Author:
mpvanwinkle77
Message:

Preparing for 0.1 release

Location:
wp-redis/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-redis/trunk

    • Property svn:ignore set to
      README.md
      Thumbs.db
      .git
      .gitignore
  • wp-redis/trunk/object-cache.php

    r992306 r1058755  
    324324     */
    325325    function add( $key, $data, $group = 'default', $expire = 0 ) {
    326         if ( wp_suspend_cache_addition() )
     326        if ( function_exists( 'wp_suspend_cache_addition' ) && wp_suspend_cache_addition() )
    327327            return false;
    328328
  • wp-redis/trunk/readme.txt

    r1052800 r1058755  
    11=== WP Redis ===
    2 Contributors: getpantheon, danielbachhuber, mboynes, Outlandish Josh, mpvanwinkle77
     2Contributors: getpantheon, danielbachhuber, mboynes, Outlandish Josh
    33Tags: cache, plugin
    44Requires at least: 3.0.1
    5 Tested up to: 3.8
    6 Compatible up to: 4.0
    7 Stable tag: trunk
     5Tested up to: 4.1
     6Compatible up to: 4.1
     7Stable tag: 0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.