Plugin Directory

Changeset 1884472


Ignore:
Timestamp:
05/31/2018 12:40:37 AM (8 years ago)
Author:
kagla
Message:

1.3.1 update

Location:
gnupay-kcp/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • gnupay-kcp/trunk/config.php

    r1875347 r1884472  
    44Class GNUPAY_KCP_WOO_CONSTANTS {
    55    public function __construct() {
    6         define( 'GNUPAY_VERSION', '1.3.0' );
     6        define( 'GNUPAY_VERSION', '1.3.1' );
    77        define( 'GNUPAY_NAME', 'gnupay-kcp' );
    88        define( 'GNUPAY_KCP_ORDER_TMP', '_order_tmp_kcp' );
  • gnupay-kcp/trunk/gnupay-kcp.php

    r1875347 r1884472  
    66 *  Author: SIR Soft
    77 *  Author URI: http://sir.kr
    8  *  Version: 1.3.0
     8 *  Version: 1.3.1
    99 *  Tested up to: 4.9.5
    1010 *  Text Domain: gnupay-kcp
  • gnupay-kcp/trunk/kcp/m_order_approval_form.php

    r1875347 r1884472  
    246246<form name="gnupay_kcp_form" method="POST" accept-charset="euc-kr">
    247247<input type="hidden" name="checkout_nonce" value="<?php echo gp_ft_nonce_create('kcp_form_nonce');?>">
    248 <input type="hidden" name="good_name" value="<?php echo sanitize_title(esc_attr($good_name)); ?>">
     248<input type="hidden" name="good_name" value="<?php echo esc_attr($good_name); ?>">
    249249<input type="hidden" name="good_mny"  value="<?php echo esc_attr($good_mny); ?>" >
    250250<input type="hidden" name='buyr_name' value="<?php echo esc_attr($buyr_name); ?>">
  • gnupay-kcp/trunk/readme.txt

    r1875347 r1884472  
    66Requires at least: 4.0
    77Tested up to: 4.9.5
    8 Stable tag: 1.3.0
     8Stable tag: 1.3.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6868== Changelog ==
    6969
     70= 1.3.1 =
     71모바일결제시 상품한글명이 encode 되는 오류를 수정했습니다.
     72
     73= 1.3 =
     74우커머스 3버전대에 대응되는 코드로 수정했습니다.
     75
    7076= 1.2.1 =
    7177ssl 도메인에서 일어날수 있는 모바일결제 오류를 고쳤습니다.
Note: See TracChangeset for help on using the changeset viewer.