Plugin Directory

Changeset 2039418


Ignore:
Timestamp:
02/26/2019 06:33:57 AM (7 years ago)
Author:
qqworld
Message:

update 1.1.18

Location:
qqworld-passport/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • qqworld-passport/trunk/qqworld-passport.php

    r2008911 r2039418  
    44 * Plugin URI: https://wordpress.org/plugins/qqworld-passport/
    55 * Description: QQWorld Passport for Wordpress, Many Oauth 2.0 log in methods.
    6  * Version: 1.1.17
     6 * Version: 1.1.18
    77 * Author: Michael Wang
    88 * Author URI: https://www.qqworld.org/
     
    288288        );
    289289        if ($headers) $args['headers'] = $headers;
    290         if ($body) $args['headers'] = $body;
     290        if ($body) $args['body'] = $body;
    291291        $response = wp_remote_request($url, $args);
    292292        $results = wp_remote_retrieve_body($response);
  • qqworld-passport/trunk/readme.txt

    r2039411 r2039418  
    55Requires at least: 3.5
    66Tested up to: 5.1.0
    7 Stable tag: 1.1.17
     7Stable tag: 1.1.18
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 1.1.18 =
     72修复微博无法登陆的Bug。
     73
    7174= 1.1.17 =
    7275响应WP管理员的要求,使用 HTTP API 取代Curl进行安全HTTP请求。
Note: See TracChangeset for help on using the changeset viewer.