Plugin Directory

Changeset 937180


Ignore:
Timestamp:
06/23/2014 02:00:53 PM (12 years ago)
Author:
dxw
Message:

The api is now accessed over https

Location:
dxw-security/trunk
Files:
2 edited

Legend:

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

    r934571 r937180  
    22/**
    33  * Plugin Name: dxw Security
    4   * Plugin URI: https://security.dxw.com/
     4  * 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.4
     6  * Version: 0.2.5
    77  * License: GPLv2
    88  * Author: dxw
     
    1515// CONFIG:
    1616if (!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');
    1818}
    1919if (!defined('DXW_SECURITY_CACHE_RESPONSES')) {
  • dxw-security/trunk/readme.txt

    r934571 r937180  
    44Requires at least: 3.8.1
    55Tested up to: 3.9.1
    6 Stable tag: 0.2.4
     6Stable tag: 0.2.5
    77License: GPLv2 or later
    88
     
    5454
    5555== Changelog ==
     56
     57= 0.2.5 =
     58* The api is now accessed over https
     59
    5660= 0.2.4 =
    5761* 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.