Plugin Directory

Changeset 1737519


Ignore:
Timestamp:
09/28/2017 05:58:23 AM (9 years ago)
Author:
kagla
Message:

0.1.3 version update

Location:
wsl-login-extends-naver/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wsl-login-extends-naver/trunk/providers/Kakao.php

    r1650791 r1737519  
    100100        );
    101101
     102        if( $this->api->client_secret && ($this->api->client_secret !== $this->api->client_id) ){
     103            $params['client_secret'] = $this->api->client_secret;
     104        }
     105
    102106        $response = $this->request($this->api->token_url, $params, $this->api->curl_authenticate_method);
    103107        $response = $this->parseRequestResult($response);
  • wsl-login-extends-naver/trunk/readme.txt

    r1650794 r1737519  
    55Tags: wordpress social login, social login, naver login, kakao login, naver, kakao
    66Requires at least: 4.0
    7 Tested up to: 4.7.4
    8 Stable tag: 0.1.2
     7Tested up to: 4.8.2
     8Stable tag: 0.1.3
    99License: MIT License
    1010License URI: http://opensource.org/licenses/MIT
     
    4949== Changelog ==
    5050
     51= 0.1.3 =
     52kakao 에서 Client Secret 키를 적용할수 있게 수정했습니다.
     53
    5154= 0.1.2 =
    5255kakao 에서 이메일 주소를 받아올수 있도록 수정했습니다. ( kakao 개발자에서 설정해야 합니다. )
  • wsl-login-extends-naver/trunk/wsl-login-extends-naver.php

    r1650791 r1737519  
    55 *  Author: SIR Soft
    66 *  Author URI: http://sir.co.kr
    7  *  Version: 0.1.2
     7 *  Version: 0.1.3
    88 *  Text Domain: SIR Soft
    99 */
Note: See TracChangeset for help on using the changeset viewer.