Changeset 942260
- Timestamp:
- 07/02/2014 04:14:19 PM (12 years ago)
- Location:
- dxw-security/trunk
- Files:
-
- 3 edited
-
dxw-security.php (modified) (1 diff)
-
lib/api.class.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dxw-security/trunk/dxw-security.php
r937180 r942260 4 4 * Plugin URI: https://wordpress.org/plugins/dxw-security/ 5 5 * Description: Pulls plugin review information from dxw Security into the wordpress plugins screen 6 * Version: 0.2. 56 * Version: 0.2.6 7 7 * License: GPLv2 8 8 * Author: dxw -
dxw-security/trunk/lib/api.class.php
r934571 r942260 17 17 18 18 protected function cache_slug() { 19 return $this->plugin_slug;19 return "dxw-security-plugin-review_{$this->plugin_slug}"; 20 20 } 21 21 -
dxw-security/trunk/readme.txt
r937180 r942260 4 4 Requires at least: 3.8.1 5 5 Tested up to: 3.9.1 6 Stable tag: 0.2. 56 Stable tag: 0.2.6 7 7 License: GPLv2 or later 8 8 … … 55 55 == Changelog == 56 56 57 = 0.2.6 = 58 * Cache keys are now namespaced to minimise the chance of name clashes and accidental overwrites 59 57 60 = 0.2.5 = 58 61 * The api is now accessed over https
Note: See TracChangeset
for help on using the changeset viewer.