Plugin Directory

Changeset 3004787


Ignore:
Timestamp:
12/03/2023 02:22:00 PM (2 years ago)
Author:
jgreys
Message:

Update to version 1.1.9 from GitHub

Location:
korea-for-woocommerce
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • korea-for-woocommerce/tags/1.1.9/assets/js/admin/addons.js

    r2450311 r3004787  
    1 jQuery(function(a){"use strict";if("undefined"==typeof wc_korea_addons_params)return!1;(function(){a('<a href="'+wc_korea_addons_params.link+'" class="nav-tab wc-korea">'+wc_korea_addons_params.title+"</a>").appendTo("nav.nav-tab-wrapper"),wc_korea_addons_params.is_active&&(a("nav.nav-tab-wrapper a").each(function(){a(this).removeClass("nav-tab-active")}),a("a.wc-korea").addClass("nav-tab-active"),a("div.wrap.wc_addons_wrap p").first().remove(),a("div.wrap.wc_addons_wrap br.clear").first().remove(),a("div.wrap.wc_addons_wrap").append(a("div.wc-korea.container")))})()});
     1jQuery(function(a){"use strict";if("undefined"==typeof wc_korea_addons_params)return!1;a('<a href="'+wc_korea_addons_params.link+'" class="nav-tab wc-korea">'+wc_korea_addons_params.title+"</a>").appendTo("nav.nav-tab-wrapper"),wc_korea_addons_params.is_active&&(a("nav.nav-tab-wrapper a").each(function(){a(this).removeClass("nav-tab-active")}),a("a.wc-korea").addClass("nav-tab-active"),a("div.wrap.wc_addons_wrap p").first().remove(),a("div.wrap.wc_addons_wrap br.clear").first().remove(),a("div.wrap.wc_addons_wrap").append(a("div.wc-korea.container")))});
  • korea-for-woocommerce/tags/1.1.9/assets/js/wc-korea-postcode.js

    r2684726 r3004787  
    1 jQuery(function(i){"use strict";({init:function(){var e=i(document.body);e.find("#billing_country").on("change",this.onCountryChange).trigger("change"),e.find("#shipping_country").on("change",this.onCountryChange).trigger("change"),e.find("#billing_postcode").on("click",this.onPostcodeClick),e.find("#shipping_postcode").on("click",this.onPostcodeClick),e.find(".address-autocomplete-close").on("click",function(){i(this).parent().hide()})},onCountryChange:function(){var e=i(this),o=i(document.body),n=-1!==e.attr("name").indexOf("billing")?"billing":"shipping",t=i("#"+n+"_country").val(),e=i("#"+n+"_postcode");if("KR"!==t)return e.removeAttr("readonly onkeypress"),void o.find("#"+n+"-address-autocomplete").remove();e.attr({readonly:"readonly",onkeypress:"return false;"}),e.closest("p").append('<div id="'+n+'-address-autocomplete" class="'+n+"-address-autocomplete "+_postcode.displaymode+'" style="display: none;"><img src="//t1.daumcdn.net/postcode/resource/images/close.png" class="address-autocomplete-close" style="cursor:pointer; position:absolute; right:0px; top:-1px; z-index:1" alt="접기 버튼"></div>')},onPostcodeClick:function(){var e=i(this),o=i(document.body),n=-1!==e.attr("name").indexOf("billing")?"billing":"shipping";"KR"===i("#"+n+"_country").val()&&(new daum.Postcode({alwaysShowEngAddr:!0,hideEngBtn:!1,theme:_postcode.theme,oncomplete:function(e){o.find("#"+n+"_postcode").val(e.zonecode),o.find("#"+n+"_address_1").val(e.address),o.find("#"+n+"_address_2").focus(),o.find("#"+n+"_city").val(e.sido),o.find("#"+n+"-address-autocomplete").hide()},width:"100%",height:"100%"}).embed(n+"-address-autocomplete"),o.find("#"+n+"-address-autocomplete").show())}}).init()});
     1jQuery(function(i){"use strict";({init:function(){var e=i(document.body);e.find("#billing_country").on("change",this.onCountryChange).trigger("change"),e.find("#shipping_country").on("change",this.onCountryChange).trigger("change"),e.find("#billing_postcode").on("click",this.onPostcodeClick),e.find("#shipping_postcode").on("click",this.onPostcodeClick),e.find(".address-autocomplete-close").on("click",function(){i(this).parent().hide()})},onCountryChange:function(){var e=i(this),o=i(document.body),e=-1!==e.attr("name").indexOf("billing")?"billing":"shipping",n=i("#"+e+"_country").val(),t=i("#"+e+"_postcode");"KR"!==n?(t.removeAttr("readonly onkeypress"),o.find("#"+e+"-address-autocomplete").remove()):(t.attr({readonly:"readonly",onkeypress:"return false;"}),t.closest("p").append('<div id="'+e+'-address-autocomplete" class="'+e+"-address-autocomplete "+_postcode.displaymode+'" style="display: none;"><img src="//t1.daumcdn.net/postcode/resource/images/close.png" class="address-autocomplete-close" style="cursor:pointer; position:absolute; right:0px; top:-1px; z-index:1" alt="접기 버튼"></div>'))},onPostcodeClick:function(){var e=i(this),o=i(document.body),n=-1!==e.attr("name").indexOf("billing")?"billing":"shipping";"KR"===i("#"+n+"_country").val()&&(new daum.Postcode({alwaysShowEngAddr:!0,hideEngBtn:!1,theme:_postcode.theme,oncomplete:function(e){o.find("#"+n+"_postcode").val(e.zonecode),o.find("#"+n+"_address_1").val(e.address),o.find("#"+n+"_address_2").focus(),o.find("#"+n+"_city").val(e.sido),o.find("#"+n+"-address-autocomplete").hide()},width:"100%",height:"100%"}).embed(n+"-address-autocomplete"),o.find("#"+n+"-address-autocomplete").show())}}).init()});
  • korea-for-woocommerce/tags/1.1.9/changelog.txt

    r2772928 r3004787  
    11== Changelog ==
     2
     3= 1.1.9 - 2023-12-03 =
     4* Updated WordPress & WooCommerce requirements
    25
    36= 1.1.8 - 2022-08-20 =
  • korea-for-woocommerce/tags/1.1.9/korea-for-woocommerce.php

    r2772928 r3004787  
    44 * Plugin URI: https://wordpress.org/plugins/korea-for-woocommerce/
    55 * Description: WooCommerce Toolkit for Korean use.
    6  * Version: 1.1.8
     6 * Version: 1.1.9
    77 * Author: GREYS
    88 * Author URI: https://greys.co/
     
    1010 * Tested up to: 6.0
    1111 * WC requires at least: 3.4.0
    12  * WC tested up to: 6.7.0
     12 * WC tested up to: 8.3.1
    1313 *
    1414 * Text Domain: korea-for-woocommerce
     
    2222
    2323// Define Constants.
    24 define( 'WC_KOREA_VERSION', '1.1.8' );
     24define( 'WC_KOREA_VERSION', '1.1.9' );
    2525define( 'WC_KOREA_MAIN_FILE', __FILE__ );
    2626define( 'WC_KOREA_ABSPATH', dirname( __FILE__ ) );
  • korea-for-woocommerce/tags/1.1.9/readme.txt

    r2772933 r3004787  
    22Tags: woocommerce, korea, korean payment, woocommerce korean payment, inicis, kakaopay, kcp, lguplus, naverpay, nicepay, payco, tosspay, 우커머스 결제, 워드프레스 결제, 우커머스 이니시스, 워드프레스 이니시스, 우커머스 카카오페이, 워드프레스 카카오페이, 워드프레스 네이버페이, 워드프레스 네이버페이, 우커머스 나이스페이, 워드프레스 나이스페이, 우커머스 토스페이, 워드프레스 토스페이, 우커머스 페이코, 워드프레스 페이코
    33Requires at least: 5.0.0
    4 Tested up to: 5.9.1
    5 Stable tag: 1.1.8
    6 Requires PHP: 7.0
     4Tested up to: 6.4.1
     5Stable tag: 1.1.9
     6Requires PHP: 7.4
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7575= Minimum Requirements =
    7676
    77 * WordPress 4.9 or greater
    78 * WooCommerce 3.0 or greater
    79 * PHP version 7.0 or greater
     77* WordPress 5.0 or greater
     78* WooCommerce 3.4 or greater
     79* PHP version 7.4 or greater
    8080* MySQL version 5.6 or greater
    8181
     
    9191
    9292== Changelog ==
     93
     94= 1.1.9 - 2023-12-03 =
     95* Updated WordPress & WooCommerce requirements
    9396
    9497= 1.1.8 - 2022-08-20 =
  • korea-for-woocommerce/trunk/assets/js/admin/addons.js

    r2450311 r3004787  
    1 jQuery(function(a){"use strict";if("undefined"==typeof wc_korea_addons_params)return!1;(function(){a('<a href="'+wc_korea_addons_params.link+'" class="nav-tab wc-korea">'+wc_korea_addons_params.title+"</a>").appendTo("nav.nav-tab-wrapper"),wc_korea_addons_params.is_active&&(a("nav.nav-tab-wrapper a").each(function(){a(this).removeClass("nav-tab-active")}),a("a.wc-korea").addClass("nav-tab-active"),a("div.wrap.wc_addons_wrap p").first().remove(),a("div.wrap.wc_addons_wrap br.clear").first().remove(),a("div.wrap.wc_addons_wrap").append(a("div.wc-korea.container")))})()});
     1jQuery(function(a){"use strict";if("undefined"==typeof wc_korea_addons_params)return!1;a('<a href="'+wc_korea_addons_params.link+'" class="nav-tab wc-korea">'+wc_korea_addons_params.title+"</a>").appendTo("nav.nav-tab-wrapper"),wc_korea_addons_params.is_active&&(a("nav.nav-tab-wrapper a").each(function(){a(this).removeClass("nav-tab-active")}),a("a.wc-korea").addClass("nav-tab-active"),a("div.wrap.wc_addons_wrap p").first().remove(),a("div.wrap.wc_addons_wrap br.clear").first().remove(),a("div.wrap.wc_addons_wrap").append(a("div.wc-korea.container")))});
  • korea-for-woocommerce/trunk/assets/js/wc-korea-postcode.js

    r2684726 r3004787  
    1 jQuery(function(i){"use strict";({init:function(){var e=i(document.body);e.find("#billing_country").on("change",this.onCountryChange).trigger("change"),e.find("#shipping_country").on("change",this.onCountryChange).trigger("change"),e.find("#billing_postcode").on("click",this.onPostcodeClick),e.find("#shipping_postcode").on("click",this.onPostcodeClick),e.find(".address-autocomplete-close").on("click",function(){i(this).parent().hide()})},onCountryChange:function(){var e=i(this),o=i(document.body),n=-1!==e.attr("name").indexOf("billing")?"billing":"shipping",t=i("#"+n+"_country").val(),e=i("#"+n+"_postcode");if("KR"!==t)return e.removeAttr("readonly onkeypress"),void o.find("#"+n+"-address-autocomplete").remove();e.attr({readonly:"readonly",onkeypress:"return false;"}),e.closest("p").append('<div id="'+n+'-address-autocomplete" class="'+n+"-address-autocomplete "+_postcode.displaymode+'" style="display: none;"><img src="//t1.daumcdn.net/postcode/resource/images/close.png" class="address-autocomplete-close" style="cursor:pointer; position:absolute; right:0px; top:-1px; z-index:1" alt="접기 버튼"></div>')},onPostcodeClick:function(){var e=i(this),o=i(document.body),n=-1!==e.attr("name").indexOf("billing")?"billing":"shipping";"KR"===i("#"+n+"_country").val()&&(new daum.Postcode({alwaysShowEngAddr:!0,hideEngBtn:!1,theme:_postcode.theme,oncomplete:function(e){o.find("#"+n+"_postcode").val(e.zonecode),o.find("#"+n+"_address_1").val(e.address),o.find("#"+n+"_address_2").focus(),o.find("#"+n+"_city").val(e.sido),o.find("#"+n+"-address-autocomplete").hide()},width:"100%",height:"100%"}).embed(n+"-address-autocomplete"),o.find("#"+n+"-address-autocomplete").show())}}).init()});
     1jQuery(function(i){"use strict";({init:function(){var e=i(document.body);e.find("#billing_country").on("change",this.onCountryChange).trigger("change"),e.find("#shipping_country").on("change",this.onCountryChange).trigger("change"),e.find("#billing_postcode").on("click",this.onPostcodeClick),e.find("#shipping_postcode").on("click",this.onPostcodeClick),e.find(".address-autocomplete-close").on("click",function(){i(this).parent().hide()})},onCountryChange:function(){var e=i(this),o=i(document.body),e=-1!==e.attr("name").indexOf("billing")?"billing":"shipping",n=i("#"+e+"_country").val(),t=i("#"+e+"_postcode");"KR"!==n?(t.removeAttr("readonly onkeypress"),o.find("#"+e+"-address-autocomplete").remove()):(t.attr({readonly:"readonly",onkeypress:"return false;"}),t.closest("p").append('<div id="'+e+'-address-autocomplete" class="'+e+"-address-autocomplete "+_postcode.displaymode+'" style="display: none;"><img src="//t1.daumcdn.net/postcode/resource/images/close.png" class="address-autocomplete-close" style="cursor:pointer; position:absolute; right:0px; top:-1px; z-index:1" alt="접기 버튼"></div>'))},onPostcodeClick:function(){var e=i(this),o=i(document.body),n=-1!==e.attr("name").indexOf("billing")?"billing":"shipping";"KR"===i("#"+n+"_country").val()&&(new daum.Postcode({alwaysShowEngAddr:!0,hideEngBtn:!1,theme:_postcode.theme,oncomplete:function(e){o.find("#"+n+"_postcode").val(e.zonecode),o.find("#"+n+"_address_1").val(e.address),o.find("#"+n+"_address_2").focus(),o.find("#"+n+"_city").val(e.sido),o.find("#"+n+"-address-autocomplete").hide()},width:"100%",height:"100%"}).embed(n+"-address-autocomplete"),o.find("#"+n+"-address-autocomplete").show())}}).init()});
  • korea-for-woocommerce/trunk/changelog.txt

    r2772928 r3004787  
    11== Changelog ==
     2
     3= 1.1.9 - 2023-12-03 =
     4* Updated WordPress & WooCommerce requirements
    25
    36= 1.1.8 - 2022-08-20 =
  • korea-for-woocommerce/trunk/korea-for-woocommerce.php

    r2772928 r3004787  
    44 * Plugin URI: https://wordpress.org/plugins/korea-for-woocommerce/
    55 * Description: WooCommerce Toolkit for Korean use.
    6  * Version: 1.1.8
     6 * Version: 1.1.9
    77 * Author: GREYS
    88 * Author URI: https://greys.co/
     
    1010 * Tested up to: 6.0
    1111 * WC requires at least: 3.4.0
    12  * WC tested up to: 6.7.0
     12 * WC tested up to: 8.3.1
    1313 *
    1414 * Text Domain: korea-for-woocommerce
     
    2222
    2323// Define Constants.
    24 define( 'WC_KOREA_VERSION', '1.1.8' );
     24define( 'WC_KOREA_VERSION', '1.1.9' );
    2525define( 'WC_KOREA_MAIN_FILE', __FILE__ );
    2626define( 'WC_KOREA_ABSPATH', dirname( __FILE__ ) );
  • korea-for-woocommerce/trunk/readme.txt

    r2772933 r3004787  
    22Tags: woocommerce, korea, korean payment, woocommerce korean payment, inicis, kakaopay, kcp, lguplus, naverpay, nicepay, payco, tosspay, 우커머스 결제, 워드프레스 결제, 우커머스 이니시스, 워드프레스 이니시스, 우커머스 카카오페이, 워드프레스 카카오페이, 워드프레스 네이버페이, 워드프레스 네이버페이, 우커머스 나이스페이, 워드프레스 나이스페이, 우커머스 토스페이, 워드프레스 토스페이, 우커머스 페이코, 워드프레스 페이코
    33Requires at least: 5.0.0
    4 Tested up to: 5.9.1
    5 Stable tag: 1.1.8
    6 Requires PHP: 7.0
     4Tested up to: 6.4.1
     5Stable tag: 1.1.9
     6Requires PHP: 7.4
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7575= Minimum Requirements =
    7676
    77 * WordPress 4.9 or greater
    78 * WooCommerce 3.0 or greater
    79 * PHP version 7.0 or greater
     77* WordPress 5.0 or greater
     78* WooCommerce 3.4 or greater
     79* PHP version 7.4 or greater
    8080* MySQL version 5.6 or greater
    8181
     
    9191
    9292== Changelog ==
     93
     94= 1.1.9 - 2023-12-03 =
     95* Updated WordPress & WooCommerce requirements
    9396
    9497= 1.1.8 - 2022-08-20 =
Note: See TracChangeset for help on using the changeset viewer.