Plugin Directory

Changeset 942260


Ignore:
Timestamp:
07/02/2014 04:14:19 PM (12 years ago)
Author:
dxw
Message:

Cache keys are now namespaced to minimise the chance of name clashes and accidental overwrites

Location:
dxw-security/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dxw-security/trunk/dxw-security.php

    r937180 r942260  
    44  * Plugin URI: https://wordpress.org/plugins/dxw-security/
    55  * Description: Pulls plugin review information from dxw Security into the wordpress plugins screen
    6   * Version: 0.2.5
     6  * Version: 0.2.6
    77  * License: GPLv2
    88  * Author: dxw
  • dxw-security/trunk/lib/api.class.php

    r934571 r942260  
    1717
    1818  protected function cache_slug() {
    19     return $this->plugin_slug;
     19    return "dxw-security-plugin-review_{$this->plugin_slug}";
    2020  }
    2121
  • dxw-security/trunk/readme.txt

    r937180 r942260  
    44Requires at least: 3.8.1
    55Tested up to: 3.9.1
    6 Stable tag: 0.2.5
     6Stable tag: 0.2.6
    77License: GPLv2 or later
    88
     
    5555== Changelog ==
    5656
     57= 0.2.6 =
     58* Cache keys are now namespaced to minimise the chance of name clashes and accidental overwrites
     59
    5760= 0.2.5 =
    5861* The api is now accessed over https
Note: See TracChangeset for help on using the changeset viewer.