Changeset 1884472
- Timestamp:
- 05/31/2018 12:40:37 AM (8 years ago)
- Location:
- gnupay-kcp/trunk
- Files:
-
- 4 edited
-
config.php (modified) (1 diff)
-
gnupay-kcp.php (modified) (1 diff)
-
kcp/m_order_approval_form.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gnupay-kcp/trunk/config.php
r1875347 r1884472 4 4 Class GNUPAY_KCP_WOO_CONSTANTS { 5 5 public function __construct() { 6 define( 'GNUPAY_VERSION', '1.3. 0' );6 define( 'GNUPAY_VERSION', '1.3.1' ); 7 7 define( 'GNUPAY_NAME', 'gnupay-kcp' ); 8 8 define( 'GNUPAY_KCP_ORDER_TMP', '_order_tmp_kcp' ); -
gnupay-kcp/trunk/gnupay-kcp.php
r1875347 r1884472 6 6 * Author: SIR Soft 7 7 * Author URI: http://sir.kr 8 * Version: 1.3. 08 * Version: 1.3.1 9 9 * Tested up to: 4.9.5 10 10 * Text Domain: gnupay-kcp -
gnupay-kcp/trunk/kcp/m_order_approval_form.php
r1875347 r1884472 246 246 <form name="gnupay_kcp_form" method="POST" accept-charset="euc-kr"> 247 247 <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); ?>"> 249 249 <input type="hidden" name="good_mny" value="<?php echo esc_attr($good_mny); ?>" > 250 250 <input type="hidden" name='buyr_name' value="<?php echo esc_attr($buyr_name); ?>"> -
gnupay-kcp/trunk/readme.txt
r1875347 r1884472 6 6 Requires at least: 4.0 7 7 Tested up to: 4.9.5 8 Stable tag: 1.3. 08 Stable tag: 1.3.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 == Changelog == 69 69 70 = 1.3.1 = 71 모바일결제시 상품한글명이 encode 되는 오류를 수정했습니다. 72 73 = 1.3 = 74 우커머스 3버전대에 대응되는 코드로 수정했습니다. 75 70 76 = 1.2.1 = 71 77 ssl 도메인에서 일어날수 있는 모바일결제 오류를 고쳤습니다.
Note: See TracChangeset
for help on using the changeset viewer.