Plugin Directory

Changeset 1381263


Ignore:
Timestamp:
03/29/2016 05:36:37 PM (10 years ago)
Author:
pressjitsu
Message:

Fix missing $.

Location:
pj-page-cache-red/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pj-page-cache-red/trunk/advanced-cache.php

    r1381235 r1381263  
    382382                self::$$key = $pj_user_config['page_cache'][ $key ];
    383383            } elseif ( isset( $redis_page_cache_config[ $key ] ) ) {
    384                 self::$key = $redis_page_cache_config[ $key ];
     384                self::$$key = $redis_page_cache_config[ $key ];
    385385            }
    386386        }
  • pj-page-cache-red/trunk/readme.txt

    r1381235 r1381263  
    44Requires at least: 4.4
    55Tested up to: 4.5
    6 Stable tag: 0.8.1
     6Stable tag: 0.8.2
    77License: GPLv3 or later
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3838== Changelog ==
    3939
     40= 0.8.2 =
     41* Fix missing $ introduced in 0.8.1
     42
    4043= 0.8.1 =
    4144* Add more debug headers
  • pj-page-cache-red/trunk/redis-page-cache.php

    r1381235 r1381263  
    44 * Plugin URI: https://pressjitsu.com
    55 * Description: Redis-backed full page caching plugin for WordPress.
    6  * Version: 0.8.1
     6 * Version: 0.8.2
    77 * License: GPLv3 or later
    88 *
Note: See TracChangeset for help on using the changeset viewer.