Changeset 2014436
- Timestamp:
- 01/17/2019 08:43:27 PM (7 years ago)
- Location:
- smart-send-logistics
- Files:
-
- 14 deleted
- 3 edited
- 24 copied
-
tags/8.0.14 (copied) (copied from smart-send-logistics/trunk)
-
tags/8.0.14/api (deleted)
-
tags/8.0.14/assets (copied) (copied from smart-send-logistics/trunk/assets)
-
tags/8.0.14/assets/css/ss-shipping-frontend.css (copied) (copied from smart-send-logistics/trunk/assets/css/ss-shipping-frontend.css)
-
tags/8.0.14/assets/js/ss-shipping-label.js (copied) (copied from smart-send-logistics/trunk/assets/js/ss-shipping-label.js)
-
tags/8.0.14/carriers (deleted)
-
tags/8.0.14/class.smartsend.bring.php (deleted)
-
tags/8.0.14/class.smartsend.gls.php (deleted)
-
tags/8.0.14/class.smartsend.postdanmark.php (deleted)
-
tags/8.0.14/class.smartsend.posten.php (deleted)
-
tags/8.0.14/class.smartsend.primary.php (deleted)
-
tags/8.0.14/css (deleted)
-
tags/8.0.14/includes (copied) (copied from smart-send-logistics/trunk/includes)
-
tags/8.0.14/includes/class-ss-shipping-autoloader.php (copied) (copied from smart-send-logistics/trunk/includes/class-ss-shipping-autoloader.php)
-
tags/8.0.14/includes/class-ss-shipping-logger.php (copied) (copied from smart-send-logistics/trunk/includes/class-ss-shipping-logger.php)
-
tags/8.0.14/includes/class-ss-shipping-shipment.php (copied) (copied from smart-send-logistics/trunk/includes/class-ss-shipping-shipment.php)
-
tags/8.0.14/includes/class-ss-shipping-wc-method.php (copied) (copied from smart-send-logistics/trunk/includes/class-ss-shipping-wc-method.php)
-
tags/8.0.14/includes/class-ss-shipping-wc-order.php (copied) (copied from smart-send-logistics/trunk/includes/class-ss-shipping-wc-order.php)
-
tags/8.0.14/includes/class-ss-shipping-wc-product.php (copied) (copied from smart-send-logistics/trunk/includes/class-ss-shipping-wc-product.php)
-
tags/8.0.14/includes/frontend/class-ss-shipping-frontend.php (copied) (copied from smart-send-logistics/trunk/includes/frontend/class-ss-shipping-frontend.php)
-
tags/8.0.14/includes/lib/Smartsend/Api.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Api.php)
-
tags/8.0.14/includes/lib/Smartsend/Client.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Client.php) (1 diff)
-
tags/8.0.14/includes/lib/Smartsend/Models/Agent.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Models/Agent.php)
-
tags/8.0.14/includes/lib/Smartsend/Models/Shipment.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Models/Shipment.php)
-
tags/8.0.14/includes/lib/Smartsend/Models/Shipment/Agent.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Models/Shipment/Agent.php)
-
tags/8.0.14/includes/lib/Smartsend/Models/Shipment/Item.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Models/Shipment/Item.php)
-
tags/8.0.14/includes/lib/Smartsend/Models/Shipment/Parcel.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Models/Shipment/Parcel.php)
-
tags/8.0.14/includes/lib/Smartsend/Models/Shipment/Receiver.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Models/Shipment/Receiver.php)
-
tags/8.0.14/includes/lib/Smartsend/Models/Shipment/Sender.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Models/Shipment/Sender.php)
-
tags/8.0.14/includes/lib/Smartsend/Models/Shipment/Services.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Models/Shipment/Services.php)
-
tags/8.0.14/lang (deleted)
-
tags/8.0.14/readme.txt (copied) (copied from smart-send-logistics/trunk/readme.txt) (2 diffs)
-
tags/8.0.14/settings.php (deleted)
-
tags/8.0.14/smart-send-logistics.php (copied) (copied from smart-send-logistics/trunk/smart-send-logistics.php) (2 diffs)
-
tags/8.0.14/smartsend-api-functions.php (deleted)
-
tags/8.0.14/smartsend-flexdelivery.php (deleted)
-
tags/8.0.14/smartsend-pickuppoint.php (deleted)
-
tags/8.0.14/woocommerce-smartsend-logistics.php (deleted)
-
trunk/includes/lib/Smartsend/Client.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.14/includes/lib/Smartsend/Client.php
r2012594 r2014436 12 12 const TIMEOUT = 30; 13 13 14 private $api_host = 'https:// smartsend-prod.apigee.net/api/v1/';14 private $api_host = 'https://app.smartsend.io/api/v1/'; 15 15 private $website; 16 16 private $api_token; -
smart-send-logistics/tags/8.0.14/readme.txt
r2012594 r2014436 9 9 Requires at least: 3.0.1 10 10 Tested up to: 5.0 11 Stable tag: 8.0.1 311 Stable tag: 8.0.14 12 12 License: GNU General Public License v3.0 13 13 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 199 199 == Changelog == 200 200 201 = 8.0.14 = 202 * Bugfix: Invalid API endpoint for old cURL versions 203 201 204 = 8.0.13 = 202 205 * 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 7 7 * Author URI: https://www.smartsend.io 8 8 * Text Domain: smart-send-logistics 9 * Version: 8.0.1 39 * Version: 8.0.14 10 10 * WC requires at least: 2.6.0 11 11 * WC tested up to: 3.5 … … 35 35 { 36 36 37 private $version = "8.0.1 3";37 private $version = "8.0.14"; 38 38 39 39 /** -
smart-send-logistics/trunk/includes/lib/Smartsend/Client.php
r2012594 r2014436 12 12 const TIMEOUT = 30; 13 13 14 private $api_host = 'https:// smartsend-prod.apigee.net/api/v1/';14 private $api_host = 'https://app.smartsend.io/api/v1/'; 15 15 private $website; 16 16 private $api_token; -
smart-send-logistics/trunk/readme.txt
r2012594 r2014436 9 9 Requires at least: 3.0.1 10 10 Tested up to: 5.0 11 Stable tag: 8.0.1 311 Stable tag: 8.0.14 12 12 License: GNU General Public License v3.0 13 13 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 199 199 == Changelog == 200 200 201 = 8.0.14 = 202 * Bugfix: Invalid API endpoint for old cURL versions 203 201 204 = 8.0.13 = 202 205 * Bugfix: City was not used when looking for closest pick-up points -
smart-send-logistics/trunk/smart-send-logistics.php
r2012594 r2014436 7 7 * Author URI: https://www.smartsend.io 8 8 * Text Domain: smart-send-logistics 9 * Version: 8.0.1 39 * Version: 8.0.14 10 10 * WC requires at least: 2.6.0 11 11 * WC tested up to: 3.5 … … 35 35 { 36 36 37 private $version = "8.0.1 3";37 private $version = "8.0.14"; 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.