Plugin Directory

Changeset 2745472


Ignore:
Timestamp:
06/20/2022 07:02:50 PM (4 years ago)
Author:
dgner
Message:

init v1.2

Location:
korea-address/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • korea-address/trunk/k-woocommerce.php

    r2602907 r2745472  
    44 * Plugin URI: https://github.com/dgnercom
    55 * Description: 설치 즉시 적용되는 5kb 우커머스 한국형 주소
    6  * Version: 1.1
     6 * Version: 1.2
    77 * Author: dgner
    88 * Author URI: https://dgner.com
     
    6666    $fields['billing_postcode_search'] = array( 'priority' => 65 );
    6767    $fields['billing_first_name']['label'] = '이름';
    68     $fields['billing_email']['custom_attributes'] = array( 'readonly' => true );
    6968    return $fields;
    7069}
  • korea-address/trunk/readme.txt

    r2602907 r2745472  
    33Tags: all in one, woocommerce, korea, korean, postcode, address, search, designer, dgner, daum, kakao, 올인원, 우커머스, 한국, 한국형, 우편번호, 주소, 검색, 디자이너, 디지앤이알, 다음, 카카오
    44Requires at least: 5.5
    5 Tested up to: 5.8.1
    6 Stable tag: 1.1
     5Tested up to: 6.0
     6Stable tag: 1.2
    77License: GPLv3 or later
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6666= 1.0 =
    6767* First version
    68 
    69 
Note: See TracChangeset for help on using the changeset viewer.