Plugin Directory

Changeset 1325190


Ignore:
Timestamp:
01/10/2016 09:55:06 AM (10 years ago)
Author:
bontact
Message:

Fix encode reg

Location:
bontact
Files:
25 added
3 edited

Legend:

Unmodified
Added
Removed
  • bontact/trunk/bontact.php

    r1298344 r1325190  
    55Description: Engage visitors with a multi-channel communication widget that includes live chat, callback, text messages, and email. Increase their satisfaction and your conversion rates.
    66Author: Bontact
    7 Version: 1.1.9
     7Version: 1.2.0
    88Author URI: http://www.bontact.com
    99License: GPLv2 or later
  • bontact/trunk/classes/class-bont-settings.php

    r1298344 r1325190  
    6969                }
    7070
    71                 $response = wp_remote_get( sprintf( $this->_api_login_url, $_POST['bontact']['username'], $_POST['bontact']['password'] ), array( 'sslverify' => false, 'timeout' => 30 ) );
     71                $response = wp_remote_get(urldecode( sprintf( $this->_api_login_url, $_POST['bontact']['username'], $_POST['bontact']['password'] )), array( 'sslverify' => false, 'timeout' => 30 ) );
    7272
    7373                if ( is_wp_error( $response ) || 200 !== (int) $response['response']['code'] ) {
  • bontact/trunk/readme.txt

    r1307913 r1325190  
    55Requires at least: 3.5
    66Tested up to: 4.3
    7 Stable tag: 1.1.9
     7Stable tag: 1.2.0
    88License: GPLv2 or later
    99
     
    109109
    110110== Changelog ==
     111= 1.2.0 =
     112* Fix: Fixed the issue with registeration with advanced passwords
     113
    111114= 1.1.9 =
    112115* Fix: Signup Form Validation
Note: See TracChangeset for help on using the changeset viewer.