Plugin Directory

Changeset 1830610


Ignore:
Timestamp:
02/28/2018 06:35:11 AM (8 years ago)
Author:
kagla
Message:

1.2.3 update

Location:
gnupay-kcp/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • gnupay-kcp/trunk/classes/kcp_card_gateway.class.php

    r1568404 r1830610  
    6464        $this->supports           = array(
    6565            'refunds',   //환불관련
    66            'products',
    67            'subscriptions',
    68            'subscription_cancellation',
     66           'products',
    6967            );
    7068
  • gnupay-kcp/trunk/config.php

    r1568404 r1830610  
    44Class GNUPAY_KCP_WOO_CONSTANTS {
    55    public function __construct() {
    6         define( 'GNUPAY_VERSION', '1.2.2' );
     6        define( 'GNUPAY_VERSION', '1.2.3' );
    77        define( 'GNUPAY_NAME', 'gnupay-kcp' );
    88        define( 'GNUPAY_KCP_ORDER_TMP', '_order_tmp_kcp' );
  • gnupay-kcp/trunk/gnupay-kcp.php

    r1568404 r1830610  
    66 *  Author: SIR Soft
    77 *  Author URI: http://sir.kr
    8  *  Version: 1.2.2
     8 *  Version: 1.2.3
    99 *  Tested up to: 4.5
    1010 *  Text Domain: gnupay-kcp
  • gnupay-kcp/trunk/readme.txt

    r1568404 r1830610  
    66Requires at least: 4.0
    77Tested up to: 4.5
    8 Stable tag: 1.2.2
     8Stable tag: 1.2.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.