Changeset 937180
- Timestamp:
- 06/23/2014 02:00:53 PM (12 years ago)
- Location:
- dxw-security/trunk
- Files:
-
- 2 edited
-
dxw-security.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dxw-security/trunk/dxw-security.php
r934571 r937180 2 2 /** 3 3 * Plugin Name: dxw Security 4 * Plugin URI: https:// security.dxw.com/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. 46 * Version: 0.2.5 7 7 * License: GPLv2 8 8 * Author: dxw … … 15 15 // CONFIG: 16 16 if (!defined('DXW_SECURITY_API_ROOT')) { 17 define('DXW_SECURITY_API_ROOT', 'http ://app.security.dxw.com/api');17 define('DXW_SECURITY_API_ROOT', 'https://app.security.dxw.com/api'); 18 18 } 19 19 if (!defined('DXW_SECURITY_CACHE_RESPONSES')) { -
dxw-security/trunk/readme.txt
r934571 r937180 4 4 Requires at least: 3.8.1 5 5 Tested up to: 3.9.1 6 Stable tag: 0.2. 46 Stable tag: 0.2.5 7 7 License: GPLv2 or later 8 8 … … 54 54 55 55 == Changelog == 56 57 = 0.2.5 = 58 * The api is now accessed over https 59 56 60 = 0.2.4 = 57 61 * Preventing full path disclosure. Contributed by [sergejmueller](http://profiles.wordpress.org/sergejmueller/). [Github pull request](https://github.com/dxw/dxw-security-wp-plugin/pull/1).
Note: See TracChangeset
for help on using the changeset viewer.