Plugin Directory

Changeset 2486879


Ignore:
Timestamp:
03/04/2021 02:17:48 PM (5 years ago)
Author:
SmartSend
Message:

Tagging version 8.0.23

Location:
smart-send-logistics
Files:
3 edited
4 copied

Legend:

Unmodified
Added
Removed
  • smart-send-logistics/tags/8.0.23/includes/class-ss-shipping-wc-method.php

    r2472484 r2486879  
    9191                'DAO'               =>
    9292                    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'),
    9698                    ),
    9799                'Bring'             =>
  • smart-send-logistics/tags/8.0.23/readme.txt

    r2472484 r2486879  
    88Tags: 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
    99Requires at least: 3.0.1
    10 Tested up to: 5.4
    11 Stable tag: 8.0.22
     10Tested up to: 5.7
     11Stable tag: 8.0.23
    1212License: GNU General Public License v3.0
    1313License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1414WC requires at least: 3.0.0
    15 WC tested up to: 5.0
     15WC tested up to: 5.1
    1616Requires PHP: 5.6.0
    1717
     
    201201== Changelog ==
    202202
     203= 8.0.23
     204* Add WordPress 5.7 support
     205* Add WooCommerce 5.1 support
     206* Add new DAO methods: dropoffagent, dropoffdoorstep
     207
    203208= 8.0.22 =
    204209* Add WooCommerce 4.2-5.0 support
  • smart-send-logistics/tags/8.0.23/smart-send-logistics.php

    r2472484 r2486879  
    11<?php
    2 /**
    3  * Plugin Name: Smart Send Shipping for WooCommerce
    4  * Plugin URI: https://wordpress.org/plugins/smart-send-logistics/
    5  * Description: Smart Send Shipping for WooCommerce
    6  * Author: Smart Send ApS
    7  * Author URI: https://www.smartsend.io
    8  * Text Domain: smart-send-logistics
    9  * Version: 8.0.22
    10  * WC requires at least: 2.6.0
    11  * WC tested up to: 5.0
    12  *
    13  * This program is free software: you can redistribute it and/or modify
    14  * it under the terms of the GNU General Public License as published by
    15  * the Free Software Foundation, either version 3 of the License, or
    16  * (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 of
    20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    21  * GNU General Public License for more details.
    22  *
    23  * You should have received a copy of the GNU General Public License
    24  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    25  *
    26  */
    272
    283if (!defined('ABSPATH')) {
     
    3510    {
    3611
    37         private $version = "8.0.22";
     12        private $version = "8.0.23";
    3813
    3914        /**
  • smart-send-logistics/trunk/includes/class-ss-shipping-wc-method.php

    r2472484 r2486879  
    9191                'DAO'               =>
    9292                    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'),
    9698                    ),
    9799                'Bring'             =>
  • smart-send-logistics/trunk/readme.txt

    r2472484 r2486879  
    88Tags: 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
    99Requires at least: 3.0.1
    10 Tested up to: 5.4
    11 Stable tag: 8.0.22
     10Tested up to: 5.7
     11Stable tag: 8.0.23
    1212License: GNU General Public License v3.0
    1313License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1414WC requires at least: 3.0.0
    15 WC tested up to: 5.0
     15WC tested up to: 5.1
    1616Requires PHP: 5.6.0
    1717
     
    201201== Changelog ==
    202202
     203= 8.0.23
     204* Add WordPress 5.7 support
     205* Add WooCommerce 5.1 support
     206* Add new DAO methods: dropoffagent, dropoffdoorstep
     207
    203208= 8.0.22 =
    204209* Add WooCommerce 4.2-5.0 support
  • smart-send-logistics/trunk/smart-send-logistics.php

    r2472484 r2486879  
    11<?php
    2 /**
    3  * Plugin Name: Smart Send Shipping for WooCommerce
    4  * Plugin URI: https://wordpress.org/plugins/smart-send-logistics/
    5  * Description: Smart Send Shipping for WooCommerce
    6  * Author: Smart Send ApS
    7  * Author URI: https://www.smartsend.io
    8  * Text Domain: smart-send-logistics
    9  * Version: 8.0.22
    10  * WC requires at least: 2.6.0
    11  * WC tested up to: 5.0
    12  *
    13  * This program is free software: you can redistribute it and/or modify
    14  * it under the terms of the GNU General Public License as published by
    15  * the Free Software Foundation, either version 3 of the License, or
    16  * (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 of
    20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    21  * GNU General Public License for more details.
    22  *
    23  * You should have received a copy of the GNU General Public License
    24  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    25  *
    26  */
    272
    283if (!defined('ABSPATH')) {
     
    3510    {
    3611
    37         private $version = "8.0.22";
     12        private $version = "8.0.23";
    3813
    3914        /**
Note: See TracChangeset for help on using the changeset viewer.