Plugin Directory

Changeset 1611482


Ignore:
Timestamp:
03/09/2017 07:52:50 PM (9 years ago)
Author:
digitalpixies
Message:

1.1.2

  • Fix warning about password parameter not being passed
Location:
dpt-security/trunk
Files:
2 edited

Legend:

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

    r1605517 r1611482  
    44Plugin URI: http://wordpress.digitalpixies.com/dpt-security
    55Description: Security Improvements to standard wordpress installs
    6 Version: 1.1.1
     6Version: 1.1.2
    77Author: Robert Huie
    88Author URI: http://DigitalPixies.com
     
    4848EOF;
    4949        }
    50         public static function AuthenticateUser($username, $password) {
     50        public static function AuthenticateUser($username, $password=null) {
    5151            dpt_security_php::Initialize();
    5252            if($_REQUEST[dpt_security_php::$data["modulator_name"]]==dpt_security_php::$data["modulation_value"])
  • dpt-security/trunk/readme.txt

    r1605517 r1611482  
    55Requires at least: 3.0.0
    66Tested up to: 4.7.2
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333== Changelog ==
    3434
     35= 1.1.2 =
     36* Fix warning about password parameter not being passed
     37
    3538= 1.1.1 =
    3639* Tested up to current Wordpress 4.7.2
Note: See TracChangeset for help on using the changeset viewer.