Changeset 2039418
- Timestamp:
- 02/26/2019 06:33:57 AM (7 years ago)
- Location:
- qqworld-passport/trunk
- Files:
-
- 2 edited
-
qqworld-passport.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
qqworld-passport/trunk/qqworld-passport.php
r2008911 r2039418 4 4 * Plugin URI: https://wordpress.org/plugins/qqworld-passport/ 5 5 * Description: QQWorld Passport for Wordpress, Many Oauth 2.0 log in methods. 6 * Version: 1.1.1 76 * Version: 1.1.18 7 7 * Author: Michael Wang 8 8 * Author URI: https://www.qqworld.org/ … … 288 288 ); 289 289 if ($headers) $args['headers'] = $headers; 290 if ($body) $args[' headers'] = $body;290 if ($body) $args['body'] = $body; 291 291 $response = wp_remote_request($url, $args); 292 292 $results = wp_remote_retrieve_body($response); -
qqworld-passport/trunk/readme.txt
r2039411 r2039418 5 5 Requires at least: 3.5 6 6 Tested up to: 5.1.0 7 Stable tag: 1.1.1 77 Stable tag: 1.1.18 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 69 69 == Changelog == 70 70 71 = 1.1.18 = 72 修复微博无法登陆的Bug。 73 71 74 = 1.1.17 = 72 75 响应WP管理员的要求,使用 HTTP API 取代Curl进行安全HTTP请求。
Note: See TracChangeset
for help on using the changeset viewer.