Changeset 1325190
- Timestamp:
- 01/10/2016 09:55:06 AM (10 years ago)
- Location:
- bontact
- Files:
-
- 25 added
- 3 edited
-
tags/1.2.0 (added)
-
tags/1.2.0/assets (added)
-
tags/1.2.0/assets/css (added)
-
tags/1.2.0/assets/css/admin-ui.css (added)
-
tags/1.2.0/assets/css/admin-ui.min.css (added)
-
tags/1.2.0/assets/css/bootstrap.min.css (added)
-
tags/1.2.0/assets/css/login.css (added)
-
tags/1.2.0/assets/images (added)
-
tags/1.2.0/assets/images/Thumbs.db (added)
-
tags/1.2.0/assets/images/logo-bontact-16x16.png (added)
-
tags/1.2.0/assets/js (added)
-
tags/1.2.0/assets/js/jquery.validate.min.js (added)
-
tags/1.2.0/bontact.php (added)
-
tags/1.2.0/classes (added)
-
tags/1.2.0/classes/class-bont-admin-ui.php (added)
-
tags/1.2.0/classes/class-bont-front-end.php (added)
-
tags/1.2.0/classes/class-bont-settings.php (added)
-
tags/1.2.0/language (added)
-
tags/1.2.0/readme.txt (added)
-
tags/1.2.0/screenshot-1.png (added)
-
tags/1.2.0/screenshot-2.png (added)
-
tags/1.2.0/screenshot-3.png (added)
-
tags/1.2.0/screenshot-4.png (added)
-
tags/1.2.0/screenshot-5.png (added)
-
tags/1.2.0/screenshot-6.png (added)
-
trunk/bontact.php (modified) (1 diff)
-
trunk/classes/class-bont-settings.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bontact/trunk/bontact.php
r1298344 r1325190 5 5 Description: Engage visitors with a multi-channel communication widget that includes live chat, callback, text messages, and email. Increase their satisfaction and your conversion rates. 6 6 Author: Bontact 7 Version: 1. 1.97 Version: 1.2.0 8 8 Author URI: http://www.bontact.com 9 9 License: GPLv2 or later -
bontact/trunk/classes/class-bont-settings.php
r1298344 r1325190 69 69 } 70 70 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 ) ); 72 72 73 73 if ( is_wp_error( $response ) || 200 !== (int) $response['response']['code'] ) { -
bontact/trunk/readme.txt
r1307913 r1325190 5 5 Requires at least: 3.5 6 6 Tested up to: 4.3 7 Stable tag: 1. 1.97 Stable tag: 1.2.0 8 8 License: GPLv2 or later 9 9 … … 109 109 110 110 == Changelog == 111 = 1.2.0 = 112 * Fix: Fixed the issue with registeration with advanced passwords 113 111 114 = 1.1.9 = 112 115 * Fix: Signup Form Validation
Note: See TracChangeset
for help on using the changeset viewer.