Plugin Directory

Changeset 2014436


Ignore:
Timestamp:
01/17/2019 08:43:27 PM (7 years ago)
Author:
SmartSend
Message:

Tagging version 8.0.14

Location:
smart-send-logistics
Files:
14 deleted
3 edited
24 copied

Legend:

Unmodified
Added
Removed
  • smart-send-logistics/tags/8.0.14/includes/lib/Smartsend/Client.php

    r2012594 r2014436  
    1212    const TIMEOUT = 30;
    1313
    14     private $api_host = 'https://smartsend-prod.apigee.net/api/v1/';
     14    private $api_host = 'https://app.smartsend.io/api/v1/';
    1515    private $website;
    1616    private $api_token;
  • smart-send-logistics/tags/8.0.14/readme.txt

    r2012594 r2014436  
    99Requires at least: 3.0.1
    1010Tested up to: 5.0
    11 Stable tag: 8.0.13
     11Stable tag: 8.0.14
    1212License: GNU General Public License v3.0
    1313License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    199199== Changelog ==
    200200
     201= 8.0.14 =
     202* Bugfix: Invalid API endpoint for old cURL versions
     203
    201204= 8.0.13 =
    202205* Bugfix: City was not used when looking for closest pick-up points
  • smart-send-logistics/tags/8.0.14/smart-send-logistics.php

    r2012594 r2014436  
    77 * Author URI: https://www.smartsend.io
    88 * Text Domain: smart-send-logistics
    9  * Version: 8.0.13
     9 * Version: 8.0.14
    1010 * WC requires at least: 2.6.0
    1111 * WC tested up to: 3.5
     
    3535    {
    3636
    37         private $version = "8.0.13";
     37        private $version = "8.0.14";
    3838
    3939        /**
  • smart-send-logistics/trunk/includes/lib/Smartsend/Client.php

    r2012594 r2014436  
    1212    const TIMEOUT = 30;
    1313
    14     private $api_host = 'https://smartsend-prod.apigee.net/api/v1/';
     14    private $api_host = 'https://app.smartsend.io/api/v1/';
    1515    private $website;
    1616    private $api_token;
  • smart-send-logistics/trunk/readme.txt

    r2012594 r2014436  
    99Requires at least: 3.0.1
    1010Tested up to: 5.0
    11 Stable tag: 8.0.13
     11Stable tag: 8.0.14
    1212License: GNU General Public License v3.0
    1313License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    199199== Changelog ==
    200200
     201= 8.0.14 =
     202* Bugfix: Invalid API endpoint for old cURL versions
     203
    201204= 8.0.13 =
    202205* Bugfix: City was not used when looking for closest pick-up points
  • smart-send-logistics/trunk/smart-send-logistics.php

    r2012594 r2014436  
    77 * Author URI: https://www.smartsend.io
    88 * Text Domain: smart-send-logistics
    9  * Version: 8.0.13
     9 * Version: 8.0.14
    1010 * WC requires at least: 2.6.0
    1111 * WC tested up to: 3.5
     
    3535    {
    3636
    37         private $version = "8.0.13";
     37        private $version = "8.0.14";
    3838
    3939        /**
Note: See TracChangeset for help on using the changeset viewer.