Changeset 2486879
- Timestamp:
- 03/04/2021 02:17:48 PM (5 years ago)
- Location:
- smart-send-logistics
- Files:
-
- 3 edited
- 4 copied
-
tags/8.0.23 (copied) (copied from smart-send-logistics/trunk)
-
tags/8.0.23/includes/class-ss-shipping-wc-method.php (copied) (copied from smart-send-logistics/trunk/includes/class-ss-shipping-wc-method.php) (1 diff)
-
tags/8.0.23/readme.txt (copied) (copied from smart-send-logistics/trunk/readme.txt) (2 diffs)
-
tags/8.0.23/smart-send-logistics.php (copied) (copied from smart-send-logistics/trunk/smart-send-logistics.php) (2 diffs)
-
trunk/includes/class-ss-shipping-wc-method.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/smart-send-logistics.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smart-send-logistics/tags/8.0.23/includes/class-ss-shipping-wc-method.php
r2472484 r2486879 91 91 'DAO' => 92 92 array( 93 'dao_agent' => __('DAO: Select pick-up point (ParcelShop)', 'smart-send-logistics'), 94 'dao_collect' => __('DAO: Closest pick-up point (ParcelShop)', 'smart-send-logistics'), 95 'dao_doorstep' => __('DAO: Leave at door (Direct)', 'smart-send-logistics'), 93 'dao_agent' => __('DAO: Select pick-up point (ParcelShop)', 'smart-send-logistics'), 94 'dao_collect' => __('DAO: Closest pick-up point (ParcelShop)', 'smart-send-logistics'), 95 'dao_doorstep' => __('DAO: Leave at door (Direct)', 'smart-send-logistics'), 96 'dao_dropoffagent' => __('DAO: From pick-up point to pick-up point (Shop2Shop)', 'smart-send-logistics'), 97 'dao_dropoffdoorstep' => __('DAO: From pick-up point to doorstep (ParcelShop to Direct)', 'smart-send-logistics'), 96 98 ), 97 99 'Bring' => -
smart-send-logistics/tags/8.0.23/readme.txt
r2472484 r2486879 8 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, post 9 9 Requires at least: 3.0.1 10 Tested up to: 5. 411 Stable tag: 8.0.2 210 Tested up to: 5.7 11 Stable tag: 8.0.23 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: 5. 015 WC tested up to: 5.1 16 16 Requires PHP: 5.6.0 17 17 … … 201 201 == Changelog == 202 202 203 = 8.0.23 204 * Add WordPress 5.7 support 205 * Add WooCommerce 5.1 support 206 * Add new DAO methods: dropoffagent, dropoffdoorstep 207 203 208 = 8.0.22 = 204 209 * Add WooCommerce 4.2-5.0 support -
smart-send-logistics/tags/8.0.23/smart-send-logistics.php
r2472484 r2486879 1 1 <?php 2 /**3 * Plugin Name: Smart Send Shipping for WooCommerce4 * Plugin URI: https://wordpress.org/plugins/smart-send-logistics/5 * Description: Smart Send Shipping for WooCommerce6 * Author: Smart Send ApS7 * Author URI: https://www.smartsend.io8 * Text Domain: smart-send-logistics9 * Version: 8.0.2210 * WC requires at least: 2.6.011 * WC tested up to: 5.012 *13 * This program is free software: you can redistribute it and/or modify14 * it under the terms of the GNU General Public License as published by15 * the Free Software Foundation, either version 3 of the License, or16 * (at your option) any later version.17 *18 * This program is distributed in the hope that it will be useful,19 * but WITHOUT ANY WARRANTY; without even the implied warranty of20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the21 * GNU General Public License for more details.22 *23 * You should have received a copy of the GNU General Public License24 * along with this program. If not, see <http://www.gnu.org/licenses/>.25 *26 */27 2 28 3 if (!defined('ABSPATH')) { … … 35 10 { 36 11 37 private $version = "8.0.2 2";12 private $version = "8.0.23"; 38 13 39 14 /** -
smart-send-logistics/trunk/includes/class-ss-shipping-wc-method.php
r2472484 r2486879 91 91 'DAO' => 92 92 array( 93 'dao_agent' => __('DAO: Select pick-up point (ParcelShop)', 'smart-send-logistics'), 94 'dao_collect' => __('DAO: Closest pick-up point (ParcelShop)', 'smart-send-logistics'), 95 'dao_doorstep' => __('DAO: Leave at door (Direct)', 'smart-send-logistics'), 93 'dao_agent' => __('DAO: Select pick-up point (ParcelShop)', 'smart-send-logistics'), 94 'dao_collect' => __('DAO: Closest pick-up point (ParcelShop)', 'smart-send-logistics'), 95 'dao_doorstep' => __('DAO: Leave at door (Direct)', 'smart-send-logistics'), 96 'dao_dropoffagent' => __('DAO: From pick-up point to pick-up point (Shop2Shop)', 'smart-send-logistics'), 97 'dao_dropoffdoorstep' => __('DAO: From pick-up point to doorstep (ParcelShop to Direct)', 'smart-send-logistics'), 96 98 ), 97 99 'Bring' => -
smart-send-logistics/trunk/readme.txt
r2472484 r2486879 8 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, post 9 9 Requires at least: 3.0.1 10 Tested up to: 5. 411 Stable tag: 8.0.2 210 Tested up to: 5.7 11 Stable tag: 8.0.23 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: 5. 015 WC tested up to: 5.1 16 16 Requires PHP: 5.6.0 17 17 … … 201 201 == Changelog == 202 202 203 = 8.0.23 204 * Add WordPress 5.7 support 205 * Add WooCommerce 5.1 support 206 * Add new DAO methods: dropoffagent, dropoffdoorstep 207 203 208 = 8.0.22 = 204 209 * Add WooCommerce 4.2-5.0 support -
smart-send-logistics/trunk/smart-send-logistics.php
r2472484 r2486879 1 1 <?php 2 /**3 * Plugin Name: Smart Send Shipping for WooCommerce4 * Plugin URI: https://wordpress.org/plugins/smart-send-logistics/5 * Description: Smart Send Shipping for WooCommerce6 * Author: Smart Send ApS7 * Author URI: https://www.smartsend.io8 * Text Domain: smart-send-logistics9 * Version: 8.0.2210 * WC requires at least: 2.6.011 * WC tested up to: 5.012 *13 * This program is free software: you can redistribute it and/or modify14 * it under the terms of the GNU General Public License as published by15 * the Free Software Foundation, either version 3 of the License, or16 * (at your option) any later version.17 *18 * This program is distributed in the hope that it will be useful,19 * but WITHOUT ANY WARRANTY; without even the implied warranty of20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the21 * GNU General Public License for more details.22 *23 * You should have received a copy of the GNU General Public License24 * along with this program. If not, see <http://www.gnu.org/licenses/>.25 *26 */27 2 28 3 if (!defined('ABSPATH')) { … … 35 10 { 36 11 37 private $version = "8.0.2 2";12 private $version = "8.0.23"; 38 13 39 14 /**
Note: See TracChangeset
for help on using the changeset viewer.