Plugin Directory

Changeset 1951955


Ignore:
Timestamp:
10/05/2018 08:48:14 AM (8 years ago)
Author:
gosomi
Message:

1.1.15 배포준비

Location:
woo-bootpay/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woo-bootpay/trunk/bootpay-woocommerce.php

    r1947112 r1951955  
    44 * Plugin URI: https://www.bootpay.co.kr
    55 * Description: 우커머스에 PG를 손쉽게 붙일 수 연동 플러그인 ( 이니시스 / 다날 / KCP / LGU+ 모두 쉽게 붙이는 Woo-bootpay )
    6  * Version: 1.1.14
     6 * Version: 1.1.15
    77 * Author: Gosomi
    88 * Author URI: https://docs.bootpay.co.kr
     
    362362            return [
    363363                'result' => 'success',
    364                 'order_key' => $order->order_key,
     364                'order_key' => $order->get_order_key(),
    365365                'order_id' => $order_id,
    366366                'order_data' => $order_data,
  • woo-bootpay/trunk/readme.txt

    r1947112 r1951955  
    55Requires at least: 3.6
    66Tested up to: 4.9.6
    7 Stable tag: 1.1.14
     7Stable tag: 1.1.15
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212
    1313== Description ==
     14
     15버전 1.1.15
     16get_order_key() 함수로 대응
    1417
    1518버전 1.1.14
Note: See TracChangeset for help on using the changeset viewer.