Changeset 2747067
- Timestamp:
- 06/23/2022 12:57:58 PM (4 years ago)
- Location:
- smart-send-logistics
- Files:
-
- 8 edited
- 1 copied
-
tags/8.0.26 (copied) (copied from smart-send-logistics/trunk)
-
tags/8.0.26/includes/class-ss-shipping-wc-method.php (modified) (3 diffs)
-
tags/8.0.26/includes/class-ss-shipping-wc-order.php (modified) (1 diff)
-
tags/8.0.26/readme.txt (modified) (3 diffs)
-
tags/8.0.26/smart-send-logistics.php (modified) (2 diffs)
-
trunk/includes/class-ss-shipping-wc-method.php (modified) (3 diffs)
-
trunk/includes/class-ss-shipping-wc-order.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/smart-send-logistics.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smart-send-logistics/tags/8.0.26/includes/class-ss-shipping-wc-method.php
r2486879 r2747067 71 71 'postnord_letteruntracked' => __('PostNord: Untracked letter', 72 72 'smart-send-logistics'), 73 'postnord_expressmail' => __('PostNord: International Express Mail (EMS)', 74 'smart-send-logistics'), 75 'postnord_expressletter' => __('PostNord: Express Letter', 76 'smart-send-logistics'), 73 77 'postnord_fullpallet' => __('PostNord: Full size pallet', 74 78 'smart-send-logistics'), … … 76 80 'smart-send-logistics'), 77 81 'postnord_quarterpallet' => __('PostNord: Quarter size pallet', 82 'smart-send-logistics'), 83 'postnord_specialpallet' => __('PostNord: Speciel size pallet', 78 84 'smart-send-logistics'), 79 85 ), … … 96 102 'dao_dropoffagent' => __('DAO: From pick-up point to pick-up point (Shop2Shop)', 'smart-send-logistics'), 97 103 'dao_dropoffdoorstep' => __('DAO: From pick-up point to doorstep (ParcelShop to Direct)', 'smart-send-logistics'), 104 ), 105 'Budbee' => 106 array( 107 'budbee_home' => __('Budbee: Home', 'smart-send-logistics'), 108 ), 109 'Burd' => 110 array( 111 'burd_home' => __('Burd: Home Delivery', 'smart-send-logistics'), 98 112 ), 99 113 'Bring' => -
smart-send-logistics/tags/8.0.26/includes/class-ss-shipping-wc-order.php
r2194098 r2747067 1015 1015 } elseif ($orders_count > 5) { 1016 1016 array_push($array_messages, array( 1017 'message' => __(' It is not possible to create labels for more than 5 orders at the moment. This feature is coming soon.',1017 'message' => __('For now it is not possible to create labels for more than 5 orders at a time.', 1018 1018 'smart-send-logistics'), 1019 1019 'type' => 'error', -
smart-send-logistics/tags/8.0.26/readme.txt
r2661868 r2747067 6 6 Developer: SmartSend 7 7 Developer URI: https://smartsend.io/ 8 Tags: smartsend, smart send, shipping, shipping label, pickup, pick-up, pakkelabel, pakkelabels, pakkeboks, pakkeshop, hente selv, døgnboks, postnord, post nord, post danmark, gls, swipbox, bring, dao, dao365, dao 365, carrier, pacsoft, yourgls, mybring, postage, shipping method, your-gls, my-bring, pacosft-online, pacsoftonline, denmark, sweeden, posten, norway, post8 Tags: smartsend, smart send, shipping, shipping label, pickup, pick-up, pakkelabel, pakkelabels, pakkeboks, pakkeshop, hente selv, døgnboks, postnord, post nord, post danmark, gls, swipbox, bring, dao, dao365, dao 365, burd, budbee, carrier, pacsoft, yourgls, mybring, postage, shipping method, your-gls, my-bring, pacosft-online, pacsoftonline, denmark, sweeden, posten, norway, post 9 9 Requires at least: 3.0.1 10 Tested up to: 5.911 Stable tag: 8.0.2 510 Tested up to: 6.0 11 Stable tag: 8.0.26 12 12 License: GNU General Public License v3.0 13 13 License URI: http://www.gnu.org/licenses/gpl-3.0.html 14 14 WC requires at least: 3.0.0 15 WC tested up to: 6. 115 WC tested up to: 6.6 16 16 Requires PHP: 5.6.0 17 17 18 Complete WooCommerce shipping solution for PostNord, GLS, DAO and Bring.18 Complete WooCommerce shipping solution for PostNord, GLS, DAO, Burd, Budbee and Bring. 19 19 20 20 == Description == 21 21 22 Complete shipping solution for PostNord, GLS, DAO and Bring. Setup shipping methods with rates calculated based on products, shipping address, weight, subtotal, user roles, shipping classes and much more. Show pick-up points to the customer during checkout and create shipping labels directly from the WooCommerce admin panel.22 Complete shipping solution for PostNord, GLS, DAO, Budbee, Burd and Bring. Setup shipping methods with rates calculated based on products, shipping address, weight, subtotal, user roles, shipping classes and much more. Show pick-up points to the customer during checkout and create shipping labels directly from the WooCommerce admin panel. 23 23 24 24 From now on, everything is incorporated directly into your WooCommerce store. … … 28 28 * GLS (YourGLS) 29 29 * Bring (MyBring) 30 * Post Nord (Pacsoft) 31 * Post Danmark (Pacsoft) 32 * Posten (Pacsoft) 30 * Post Nord (Posten / Post Danmark) 33 31 * DAO 32 * Burd 33 * Budbee 34 34 35 35 Supports worldwide shipping from these countries: … … 201 201 == Changelog == 202 202 203 = 8.0.26 = 204 * Add carrier Burd 205 * Add carrier Budbee 206 * Add PostNord methods: International Express Mail (EMS), Express Letter and Speciel size pallet 207 203 208 = 8.0.25 = 204 209 * Fix issue with missing receiver phone on some WooCommerce versions (v5.6+) -
smart-send-logistics/tags/8.0.26/smart-send-logistics.php
r2661868 r2747067 7 7 * Author URI: https://www.smartsend.io 8 8 * Text Domain: smart-send-logistics 9 * Version: 8.0.2 59 * Version: 8.0.26 10 10 * WC requires at least: 3.0.1 11 * WC tested up to: 6. 111 * WC tested up to: 6.6 12 12 * 13 13 * This program is free software: you can redistribute it and/or modify … … 35 35 { 36 36 37 private $version = "8.0.2 5";37 private $version = "8.0.26"; 38 38 39 39 /** -
smart-send-logistics/trunk/includes/class-ss-shipping-wc-method.php
r2486879 r2747067 71 71 'postnord_letteruntracked' => __('PostNord: Untracked letter', 72 72 'smart-send-logistics'), 73 'postnord_expressmail' => __('PostNord: International Express Mail (EMS)', 74 'smart-send-logistics'), 75 'postnord_expressletter' => __('PostNord: Express Letter', 76 'smart-send-logistics'), 73 77 'postnord_fullpallet' => __('PostNord: Full size pallet', 74 78 'smart-send-logistics'), … … 76 80 'smart-send-logistics'), 77 81 'postnord_quarterpallet' => __('PostNord: Quarter size pallet', 82 'smart-send-logistics'), 83 'postnord_specialpallet' => __('PostNord: Speciel size pallet', 78 84 'smart-send-logistics'), 79 85 ), … … 96 102 'dao_dropoffagent' => __('DAO: From pick-up point to pick-up point (Shop2Shop)', 'smart-send-logistics'), 97 103 'dao_dropoffdoorstep' => __('DAO: From pick-up point to doorstep (ParcelShop to Direct)', 'smart-send-logistics'), 104 ), 105 'Budbee' => 106 array( 107 'budbee_home' => __('Budbee: Home', 'smart-send-logistics'), 108 ), 109 'Burd' => 110 array( 111 'burd_home' => __('Burd: Home Delivery', 'smart-send-logistics'), 98 112 ), 99 113 'Bring' => -
smart-send-logistics/trunk/includes/class-ss-shipping-wc-order.php
r2194098 r2747067 1015 1015 } elseif ($orders_count > 5) { 1016 1016 array_push($array_messages, array( 1017 'message' => __(' It is not possible to create labels for more than 5 orders at the moment. This feature is coming soon.',1017 'message' => __('For now it is not possible to create labels for more than 5 orders at a time.', 1018 1018 'smart-send-logistics'), 1019 1019 'type' => 'error', -
smart-send-logistics/trunk/readme.txt
r2661868 r2747067 6 6 Developer: SmartSend 7 7 Developer URI: https://smartsend.io/ 8 Tags: smartsend, smart send, shipping, shipping label, pickup, pick-up, pakkelabel, pakkelabels, pakkeboks, pakkeshop, hente selv, døgnboks, postnord, post nord, post danmark, gls, swipbox, bring, dao, dao365, dao 365, carrier, pacsoft, yourgls, mybring, postage, shipping method, your-gls, my-bring, pacosft-online, pacsoftonline, denmark, sweeden, posten, norway, post8 Tags: smartsend, smart send, shipping, shipping label, pickup, pick-up, pakkelabel, pakkelabels, pakkeboks, pakkeshop, hente selv, døgnboks, postnord, post nord, post danmark, gls, swipbox, bring, dao, dao365, dao 365, burd, budbee, carrier, pacsoft, yourgls, mybring, postage, shipping method, your-gls, my-bring, pacosft-online, pacsoftonline, denmark, sweeden, posten, norway, post 9 9 Requires at least: 3.0.1 10 Tested up to: 5.911 Stable tag: 8.0.2 510 Tested up to: 6.0 11 Stable tag: 8.0.26 12 12 License: GNU General Public License v3.0 13 13 License URI: http://www.gnu.org/licenses/gpl-3.0.html 14 14 WC requires at least: 3.0.0 15 WC tested up to: 6. 115 WC tested up to: 6.6 16 16 Requires PHP: 5.6.0 17 17 18 Complete WooCommerce shipping solution for PostNord, GLS, DAO and Bring.18 Complete WooCommerce shipping solution for PostNord, GLS, DAO, Burd, Budbee and Bring. 19 19 20 20 == Description == 21 21 22 Complete shipping solution for PostNord, GLS, DAO and Bring. Setup shipping methods with rates calculated based on products, shipping address, weight, subtotal, user roles, shipping classes and much more. Show pick-up points to the customer during checkout and create shipping labels directly from the WooCommerce admin panel.22 Complete shipping solution for PostNord, GLS, DAO, Budbee, Burd and Bring. Setup shipping methods with rates calculated based on products, shipping address, weight, subtotal, user roles, shipping classes and much more. Show pick-up points to the customer during checkout and create shipping labels directly from the WooCommerce admin panel. 23 23 24 24 From now on, everything is incorporated directly into your WooCommerce store. … … 28 28 * GLS (YourGLS) 29 29 * Bring (MyBring) 30 * Post Nord (Pacsoft) 31 * Post Danmark (Pacsoft) 32 * Posten (Pacsoft) 30 * Post Nord (Posten / Post Danmark) 33 31 * DAO 32 * Burd 33 * Budbee 34 34 35 35 Supports worldwide shipping from these countries: … … 201 201 == Changelog == 202 202 203 = 8.0.26 = 204 * Add carrier Burd 205 * Add carrier Budbee 206 * Add PostNord methods: International Express Mail (EMS), Express Letter and Speciel size pallet 207 203 208 = 8.0.25 = 204 209 * Fix issue with missing receiver phone on some WooCommerce versions (v5.6+) -
smart-send-logistics/trunk/smart-send-logistics.php
r2661868 r2747067 7 7 * Author URI: https://www.smartsend.io 8 8 * Text Domain: smart-send-logistics 9 * Version: 8.0.2 59 * Version: 8.0.26 10 10 * WC requires at least: 3.0.1 11 * WC tested up to: 6. 111 * WC tested up to: 6.6 12 12 * 13 13 * This program is free software: you can redistribute it and/or modify … … 35 35 { 36 36 37 private $version = "8.0.2 5";37 private $version = "8.0.26"; 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.