Plugin Directory

Changeset 1424511


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

Version 1.1.3 Update

Location:
woopay-paygate/trunk
Files:
3 edited

Legend:

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

    r1328113 r1424511  
    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-paygate/trunk/readme.txt

    r1399836 r1424511  
    9090
    9191= English =
     92= 1.1.3 =
     93* Bug fix for settings page not showing on some nginx servers
     94
    9295= 1.1.2 =
    9396* Bug fix for checking Merchant ID
     
    106109
    107110= Korean (한글) =
     111= 1.1.3 =
     112* nginx 서버 환경에서 간헐적 환경설정 창이 보이지 않던 버그 수정
     113
    108114= 1.1.2 =
    109115* 머천트 아이디 버그 수정
  • woopay-paygate/trunk/woopay-paygate.php

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