Changeset 3004787
- Timestamp:
- 12/03/2023 02:22:00 PM (2 years ago)
- Location:
- korea-for-woocommerce
- Files:
-
- 10 edited
- 1 copied
-
tags/1.1.9 (copied) (copied from korea-for-woocommerce/trunk)
-
tags/1.1.9/assets/js/admin/addons.js (modified) (1 diff)
-
tags/1.1.9/assets/js/wc-korea-postcode.js (modified) (1 diff)
-
tags/1.1.9/changelog.txt (modified) (1 diff)
-
tags/1.1.9/korea-for-woocommerce.php (modified) (3 diffs)
-
tags/1.1.9/readme.txt (modified) (3 diffs)
-
trunk/assets/js/admin/addons.js (modified) (1 diff)
-
trunk/assets/js/wc-korea-postcode.js (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/korea-for-woocommerce.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
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")))})()});1 jQuery(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()});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),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 1 1 == Changelog == 2 3 = 1.1.9 - 2023-12-03 = 4 * Updated WordPress & WooCommerce requirements 2 5 3 6 = 1.1.8 - 2022-08-20 = -
korea-for-woocommerce/tags/1.1.9/korea-for-woocommerce.php
r2772928 r3004787 4 4 * Plugin URI: https://wordpress.org/plugins/korea-for-woocommerce/ 5 5 * Description: WooCommerce Toolkit for Korean use. 6 * Version: 1.1. 86 * Version: 1.1.9 7 7 * Author: GREYS 8 8 * Author URI: https://greys.co/ … … 10 10 * Tested up to: 6.0 11 11 * WC requires at least: 3.4.0 12 * WC tested up to: 6.7.012 * WC tested up to: 8.3.1 13 13 * 14 14 * Text Domain: korea-for-woocommerce … … 22 22 23 23 // Define Constants. 24 define( 'WC_KOREA_VERSION', '1.1. 8' );24 define( 'WC_KOREA_VERSION', '1.1.9' ); 25 25 define( 'WC_KOREA_MAIN_FILE', __FILE__ ); 26 26 define( 'WC_KOREA_ABSPATH', dirname( __FILE__ ) ); -
korea-for-woocommerce/tags/1.1.9/readme.txt
r2772933 r3004787 2 2 Tags: woocommerce, korea, korean payment, woocommerce korean payment, inicis, kakaopay, kcp, lguplus, naverpay, nicepay, payco, tosspay, 우커머스 결제, 워드프레스 결제, 우커머스 이니시스, 워드프레스 이니시스, 우커머스 카카오페이, 워드프레스 카카오페이, 워드프레스 네이버페이, 워드프레스 네이버페이, 우커머스 나이스페이, 워드프레스 나이스페이, 우커머스 토스페이, 워드프레스 토스페이, 우커머스 페이코, 워드프레스 페이코 3 3 Requires at least: 5.0.0 4 Tested up to: 5.9.15 Stable tag: 1.1. 86 Requires PHP: 7. 04 Tested up to: 6.4.1 5 Stable tag: 1.1.9 6 Requires PHP: 7.4 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 75 75 = Minimum Requirements = 76 76 77 * WordPress 4.9or greater78 * WooCommerce 3. 0or greater79 * PHP version 7. 0or greater77 * WordPress 5.0 or greater 78 * WooCommerce 3.4 or greater 79 * PHP version 7.4 or greater 80 80 * MySQL version 5.6 or greater 81 81 … … 91 91 92 92 == Changelog == 93 94 = 1.1.9 - 2023-12-03 = 95 * Updated WordPress & WooCommerce requirements 93 96 94 97 = 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")))})()});1 jQuery(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()});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),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 1 1 == Changelog == 2 3 = 1.1.9 - 2023-12-03 = 4 * Updated WordPress & WooCommerce requirements 2 5 3 6 = 1.1.8 - 2022-08-20 = -
korea-for-woocommerce/trunk/korea-for-woocommerce.php
r2772928 r3004787 4 4 * Plugin URI: https://wordpress.org/plugins/korea-for-woocommerce/ 5 5 * Description: WooCommerce Toolkit for Korean use. 6 * Version: 1.1. 86 * Version: 1.1.9 7 7 * Author: GREYS 8 8 * Author URI: https://greys.co/ … … 10 10 * Tested up to: 6.0 11 11 * WC requires at least: 3.4.0 12 * WC tested up to: 6.7.012 * WC tested up to: 8.3.1 13 13 * 14 14 * Text Domain: korea-for-woocommerce … … 22 22 23 23 // Define Constants. 24 define( 'WC_KOREA_VERSION', '1.1. 8' );24 define( 'WC_KOREA_VERSION', '1.1.9' ); 25 25 define( 'WC_KOREA_MAIN_FILE', __FILE__ ); 26 26 define( 'WC_KOREA_ABSPATH', dirname( __FILE__ ) ); -
korea-for-woocommerce/trunk/readme.txt
r2772933 r3004787 2 2 Tags: woocommerce, korea, korean payment, woocommerce korean payment, inicis, kakaopay, kcp, lguplus, naverpay, nicepay, payco, tosspay, 우커머스 결제, 워드프레스 결제, 우커머스 이니시스, 워드프레스 이니시스, 우커머스 카카오페이, 워드프레스 카카오페이, 워드프레스 네이버페이, 워드프레스 네이버페이, 우커머스 나이스페이, 워드프레스 나이스페이, 우커머스 토스페이, 워드프레스 토스페이, 우커머스 페이코, 워드프레스 페이코 3 3 Requires at least: 5.0.0 4 Tested up to: 5.9.15 Stable tag: 1.1. 86 Requires PHP: 7. 04 Tested up to: 6.4.1 5 Stable tag: 1.1.9 6 Requires PHP: 7.4 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 75 75 = Minimum Requirements = 76 76 77 * WordPress 4.9or greater78 * WooCommerce 3. 0or greater79 * PHP version 7. 0or greater77 * WordPress 5.0 or greater 78 * WooCommerce 3.4 or greater 79 * PHP version 7.4 or greater 80 80 * MySQL version 5.6 or greater 81 81 … … 91 91 92 92 == Changelog == 93 94 = 1.1.9 - 2023-12-03 = 95 * Updated WordPress & WooCommerce requirements 93 96 94 97 = 1.1.8 - 2022-08-20 =
Note: See TracChangeset
for help on using the changeset viewer.