Changeset 2886134
- Timestamp:
- 03/24/2023 05:36:27 AM (3 years ago)
- Location:
- estonian-shipping-methods-for-woocommerce
- Files:
-
- 43 added
- 3 edited
-
tags/1.7.2 (added)
-
tags/1.7.2/estonian-shipping-methods-for-woocommerce.php (added)
-
tags/1.7.2/includes (added)
-
tags/1.7.2/includes/abstracts (added)
-
tags/1.7.2/includes/abstracts/class-wc-estonian-shipping-method-dpd-shops.php (added)
-
tags/1.7.2/includes/abstracts/class-wc-estonian-shipping-method-omniva.php (added)
-
tags/1.7.2/includes/abstracts/class-wc-estonian-shipping-method-smartpost.php (added)
-
tags/1.7.2/includes/abstracts/class-wc-estonian-shipping-method-terminals.php (added)
-
tags/1.7.2/includes/abstracts/class-wc-estonian-shipping-method.php (added)
-
tags/1.7.2/includes/compatibility-helpers.php (added)
-
tags/1.7.2/includes/methods (added)
-
tags/1.7.2/includes/methods/class-wc-estonian-shipping-method-collect-net.php (added)
-
tags/1.7.2/includes/methods/class-wc-estonian-shipping-method-dpd-shops-ee.php (added)
-
tags/1.7.2/includes/methods/class-wc-estonian-shipping-method-dpd-shops-lt.php (added)
-
tags/1.7.2/includes/methods/class-wc-estonian-shipping-method-dpd-shops-lv.php (added)
-
tags/1.7.2/includes/methods/class-wc-estonian-shipping-method-omniva-parcel-machines-ee.php (added)
-
tags/1.7.2/includes/methods/class-wc-estonian-shipping-method-omniva-parcel-machines-lt.php (added)
-
tags/1.7.2/includes/methods/class-wc-estonian-shipping-method-omniva-parcel-machines-lv.php (added)
-
tags/1.7.2/includes/methods/class-wc-estonian-shipping-method-omniva-post-offices-ee.php (added)
-
tags/1.7.2/includes/methods/class-wc-estonian-shipping-method-smartpost-courier.php (added)
-
tags/1.7.2/includes/methods/class-wc-estonian-shipping-method-smartpost-estonia.php (added)
-
tags/1.7.2/includes/methods/class-wc-estonian-shipping-method-smartpost-finland.php (added)
-
tags/1.7.2/includes/methods/class-wc-estonian-shipping-method-smartpost-latvia.php (added)
-
tags/1.7.2/includes/methods/class-wc-estonian-shipping-method-smartpost-lithuania.php (added)
-
tags/1.7.2/languages (added)
-
tags/1.7.2/languages/wc-estonian-shipping-methods-et.mo (added)
-
tags/1.7.2/languages/wc-estonian-shipping-methods-et.po (added)
-
tags/1.7.2/languages/wc-estonian-shipping-methods-lt_LT.mo (added)
-
tags/1.7.2/languages/wc-estonian-shipping-methods-lt_LT.po (added)
-
tags/1.7.2/languages/wc-estonian-shipping-methods-lv_LV.mo (added)
-
tags/1.7.2/languages/wc-estonian-shipping-methods-lv_LV.po (added)
-
tags/1.7.2/languages/wc-estonian-shipping-methods-ru_RU.mo (added)
-
tags/1.7.2/languages/wc-estonian-shipping-methods-ru_RU.po (added)
-
tags/1.7.2/languages/wc-estonian-shipping-methods.pot (added)
-
tags/1.7.2/readme.txt (added)
-
tags/1.7.2/woocommerce (added)
-
tags/1.7.2/woocommerce/checkout (added)
-
tags/1.7.2/woocommerce/checkout/form-shipping-collect-net.php (added)
-
tags/1.7.2/woocommerce/checkout/form-shipping-dpd.php (added)
-
tags/1.7.2/woocommerce/checkout/form-shipping-omniva-postoffice.php (added)
-
tags/1.7.2/woocommerce/checkout/form-shipping-omniva.php (added)
-
tags/1.7.2/woocommerce/checkout/form-shipping-smartpost-courier.php (added)
-
tags/1.7.2/woocommerce/checkout/form-shipping-smartpost.php (added)
-
trunk/estonian-shipping-methods-for-woocommerce.php (modified) (1 diff)
-
trunk/includes/abstracts/class-wc-estonian-shipping-method-smartpost.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
estonian-shipping-methods-for-woocommerce/trunk/estonian-shipping-methods-for-woocommerce.php
r2884676 r2886134 4 4 * Plugin URI: https://github.com/KonektOU/estonian-shipping-methods-for-woocommerce 5 5 * Description: Extends WooCommerce with most commonly used Estonian shipping methods. 6 * Version: 1.7. 16 * Version: 1.7.2 7 7 * Author: Konekt OÜ 8 8 * Author URI: https://www.konekt.ee -
estonian-shipping-methods-for-woocommerce/trunk/includes/abstracts/class-wc-estonian-shipping-method-smartpost.php
r2884676 r2886134 128 128 if ( strlen( $terminal_id ) < 5 ) { 129 129 return $this->get_prefixed_order_terminal( $terminal_id ); 130 } else { 131 return $terminal_id; 130 132 } 131 133 } -
estonian-shipping-methods-for-woocommerce/trunk/readme.txt
r2884676 r2886134 51 51 52 52 == Changelog == 53 54 = 1.7.2 = 55 * Fix Smartpost location not shown 53 56 54 57 = 1.7.1 =
Note: See TracChangeset
for help on using the changeset viewer.