Plugin Directory

Changeset 1424513


Ignore:
Timestamp:
05/26/2016 07:00:58 AM (10 years ago)
Author:
massu0310
Message:

Version 1.1.2 Update

Location:
woopay-nicepay/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woopay-nicepay/trunk/includes/abstracts/abstract-woopay-core.php

    r1328112 r1424513  
    22if ( ! class_exists( 'WooPayCore' ) ) {
    33    abstract class WooPayCore extends WC_Payment_Gateway {
    4         public $core_version = '1.1.1';
     4        public $core_version = '1.1.2';
    55
    66        // Check SSL
     
    13901390        // API Check
    13911391        public function woopay_check_api() {
    1392             $response = wp_remote_post( $this->get_api_url( 'check_api' ) );
     1392            $response = wp_remote_get( $this->get_api_url( 'check_api' ) );
    13931393
    13941394            if ( 200 == wp_remote_retrieve_response_code( $response ) ) {
  • woopay-nicepay/trunk/readme.txt

    r1399836 r1424513  
    8080
    8181= English =
     82= 1.1.2 =
     83* Bug fix for settings page not showing on some nginx servers
     84
    8285= 1.1.1 =
    8386* Bug fix for JSON call
     
    9396
    9497= Korean (한글) =
     98= 1.1.2 =
     99* nginx 서버 환경에서 간헐적 환경설정 창이 보이지 않던 버그 수정
     100
    95101= 1.1.1 =
    96102* JSON 호출시 생기는 버그 수정
  • woopay-nicepay/trunk/woopay-nicepay.php

    r1328112 r1424513  
    44Plugin URI: http://www.planet8.co/
    55Description: Korean Payment Gateway integrated with NicePay for WooCommerce.
    6 Version: 1.1.1
     6Version: 1.1.2
    77Author: Planet8
    88Author URI: http://www.planet8.co/
Note: See TracChangeset for help on using the changeset viewer.