Changeset 3366009
- Timestamp:
- 09/22/2025 06:52:01 PM (6 months ago)
- Location:
- live-rates-for-shipstation
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.6 (copied) (copied from live-rates-for-shipstation/trunk)
-
tags/1.0.6/README.md (modified) (3 diffs)
-
tags/1.0.6/live-rates-for-shipstation.php (modified) (2 diffs)
-
tags/1.0.6/readme.txt (modified) (4 diffs)
-
trunk/README.md (modified) (3 diffs)
-
trunk/live-rates-for-shipstation.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
live-rates-for-shipstation/tags/1.0.6/README.md
r3339099 r3366009 6 6 [](https://wordpress.org/plugins/live-rates-for-shipstation/) 7 7 8 Live Rates for ShipStation is a free Open Source plugin that works with [ShipStation](https://www. shipstation.com/) and [WooCommerce](https://woocommerce.com/) to pull in shipping estimates from the most common shipping providers.8 Live Rates for ShipStation is a free Open Source plugin that works with [ShipStation](https://www.dpbolvw.net/click-101532691-11646582) and [WooCommerce](https://woocommerce.com/) to pull in shipping estimates from the most common shipping providers. 9 9 10 10 **ShipStation** is a 3rd party provider helping WooCommerce store owners compare shipping carrier rates, automate shipping processes, print labels, sync order data, and group tracking information, among other features. … … 12 12 This plugin connects to the ShipStation API using an authentication key to display shipping rates from various common carriers supported by ShipStation. This allows store owners to group all their shipping carriers under one umbrella which makes management easier and allows customers to choose the best shipping method for them which leads to happier customers. 13 13 14 In order to use the Live Rates for ShipStation plugin, you must have a [premium ShipStation account](https://www. shipstation.com/pricing/), and purchased the [ShipStation for WooCommerce](https://woocommerce.com/products/shipstation-integration/) plugin. This plugin **will not work** without access to the ShipStation API which is tied to your premium ShipStation account.14 In order to use the Live Rates for ShipStation plugin, you must have a [premium ShipStation account](https://www.dpbolvw.net/click-101532691-11646582), and purchased the [ShipStation for WooCommerce](https://woocommerce.com/products/shipstation-integration/) plugin. This plugin **will not work** without access to the ShipStation API which is tied to your premium ShipStation account. 15 15 16 16 Please review [ShipStations Terms of Service](https://www.shipstation.com/terms-of-service/) and [ShipStations Privacy Policy](https://auctane.com/legal/privacy-policy/) for more information about how your data is managed. 17 18 Don't have a ShipStation account? [Open a ShipStation account today!](https://www.dpbolvw.net/click-101532691-11646582) 17 19 18 20 ## Requirements … … 20 22 Live Rates for ShipStation is free to use, but it does require a premium ShipStation account to access their REST API. In addition, there are plugin requirements as well. Here's a list of requirements in order to use this plugin properly: 21 23 22 1. [A Premium ShipStation Account](https://www. shipstation.com/pricing/) (Gold+)24 1. [A Premium ShipStation Account](https://www.dpbolvw.net/click-101532691-11646582) (Gold+) 23 25 1. [WooCommerce Plugin](https://wordpress.org/plugins/woocommerce/) 24 26 1. [ShipStation for WooCommerce Plugin](https://woocommerce.com/products/shipstation-integration/) -
live-rates-for-shipstation/tags/1.0.6/live-rates-for-shipstation.php
r3362619 r3366009 4 4 * Plugin URI: https://iqcomputing.com/contact/ 5 5 * Description: ShipStation shipping method with live rates. 6 * Version: 1.0. 56 * Version: 1.0.6 7 7 * Requries at least: 5.9 8 8 * Author: IQComputing … … 26 26 * @var String 27 27 */ 28 protected static $version = '1.0. 5';28 protected static $version = '1.0.6'; 29 29 30 30 -
live-rates-for-shipstation/tags/1.0.6/readme.txt
r3362619 r3366009 4 4 Requires at least: 5.9 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 56 Stable tag: 1.0.6 7 7 License: GPLv3 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 16 16 This plugin connects to the ShipStation API using an authentication key to display shipping rates from various common carriers supported by ShipStation. This allows store owners to group all their shipping carriers under one umbrella which makes management easier and allows customers to choose the best shipping method for them which leads to happier customers. 17 17 18 In order to use the Live Rates for ShipStation plugin, you must have a [premium ShipStation account](https://www. shipstation.com/pricing/), and purchased the [ShipStation for WooCommerce](https://woocommerce.com/products/shipstation-integration/) plugin. This plugin **will not work** without access to the ShipStation API which is tied to your premium ShipStation account.18 In order to use the Live Rates for ShipStation plugin, you must have a [premium ShipStation account](https://www.dpbolvw.net/click-101532691-11646582), and purchased the [ShipStation for WooCommerce](https://woocommerce.com/products/shipstation-integration/) plugin. This plugin **will not work** without access to the ShipStation API which is tied to your premium ShipStation account. 19 19 20 20 Please review [ShipStations Terms of Service](https://www.shipstation.com/terms-of-service/) and [ShipStations Privacy Policy](https://auctane.com/legal/privacy-policy/) for more information about how your data is managed. 21 21 22 Don't have a ShipStation account? [Open a ShipStation account today!](https://www.dpbolvw.net/click-101532691-11646582) 23 22 24 == Plugin Requirements == 23 25 24 1. [A Premium ShipStation Account](https://www. shipstation.com/pricing/)26 1. [A Premium ShipStation Account](https://www.dpbolvw.net/click-101532691-11646582) 25 27 1. [The WooCommerce Plugin](https://wordpress.org/plugins/woocommerce/) 26 28 1. [The ShipStation for WooCommerce Plugin](https://woocommerce.com/products/shipstation-integration/) … … 49 51 == Changelog == 50 52 53 = 1.0.6 (2025-09-22) = 54 * Updates to the general readme. 55 51 56 = 1.0.5 (2025-09-16) = 52 57 * Patches shipping rate price disrepencies due to rates with multiple package types. … … 60 65 * Adds additional metadata to WC Order Items in regards to shipping. 61 66 * Shoutouts to both @centuryperf and @jkmail120 for reporting these issues! 62 63 = 1.0.3 (2025-08-05) =64 * Patches an issue with Shipping Method availability (Thanks to @sportswreathshop for reporting!) -
live-rates-for-shipstation/trunk/README.md
r3339099 r3366009 6 6 [](https://wordpress.org/plugins/live-rates-for-shipstation/) 7 7 8 Live Rates for ShipStation is a free Open Source plugin that works with [ShipStation](https://www. shipstation.com/) and [WooCommerce](https://woocommerce.com/) to pull in shipping estimates from the most common shipping providers.8 Live Rates for ShipStation is a free Open Source plugin that works with [ShipStation](https://www.dpbolvw.net/click-101532691-11646582) and [WooCommerce](https://woocommerce.com/) to pull in shipping estimates from the most common shipping providers. 9 9 10 10 **ShipStation** is a 3rd party provider helping WooCommerce store owners compare shipping carrier rates, automate shipping processes, print labels, sync order data, and group tracking information, among other features. … … 12 12 This plugin connects to the ShipStation API using an authentication key to display shipping rates from various common carriers supported by ShipStation. This allows store owners to group all their shipping carriers under one umbrella which makes management easier and allows customers to choose the best shipping method for them which leads to happier customers. 13 13 14 In order to use the Live Rates for ShipStation plugin, you must have a [premium ShipStation account](https://www. shipstation.com/pricing/), and purchased the [ShipStation for WooCommerce](https://woocommerce.com/products/shipstation-integration/) plugin. This plugin **will not work** without access to the ShipStation API which is tied to your premium ShipStation account.14 In order to use the Live Rates for ShipStation plugin, you must have a [premium ShipStation account](https://www.dpbolvw.net/click-101532691-11646582), and purchased the [ShipStation for WooCommerce](https://woocommerce.com/products/shipstation-integration/) plugin. This plugin **will not work** without access to the ShipStation API which is tied to your premium ShipStation account. 15 15 16 16 Please review [ShipStations Terms of Service](https://www.shipstation.com/terms-of-service/) and [ShipStations Privacy Policy](https://auctane.com/legal/privacy-policy/) for more information about how your data is managed. 17 18 Don't have a ShipStation account? [Open a ShipStation account today!](https://www.dpbolvw.net/click-101532691-11646582) 17 19 18 20 ## Requirements … … 20 22 Live Rates for ShipStation is free to use, but it does require a premium ShipStation account to access their REST API. In addition, there are plugin requirements as well. Here's a list of requirements in order to use this plugin properly: 21 23 22 1. [A Premium ShipStation Account](https://www. shipstation.com/pricing/) (Gold+)24 1. [A Premium ShipStation Account](https://www.dpbolvw.net/click-101532691-11646582) (Gold+) 23 25 1. [WooCommerce Plugin](https://wordpress.org/plugins/woocommerce/) 24 26 1. [ShipStation for WooCommerce Plugin](https://woocommerce.com/products/shipstation-integration/) -
live-rates-for-shipstation/trunk/live-rates-for-shipstation.php
r3362619 r3366009 4 4 * Plugin URI: https://iqcomputing.com/contact/ 5 5 * Description: ShipStation shipping method with live rates. 6 * Version: 1.0. 56 * Version: 1.0.6 7 7 * Requries at least: 5.9 8 8 * Author: IQComputing … … 26 26 * @var String 27 27 */ 28 protected static $version = '1.0. 5';28 protected static $version = '1.0.6'; 29 29 30 30 -
live-rates-for-shipstation/trunk/readme.txt
r3362619 r3366009 4 4 Requires at least: 5.9 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 56 Stable tag: 1.0.6 7 7 License: GPLv3 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 16 16 This plugin connects to the ShipStation API using an authentication key to display shipping rates from various common carriers supported by ShipStation. This allows store owners to group all their shipping carriers under one umbrella which makes management easier and allows customers to choose the best shipping method for them which leads to happier customers. 17 17 18 In order to use the Live Rates for ShipStation plugin, you must have a [premium ShipStation account](https://www. shipstation.com/pricing/), and purchased the [ShipStation for WooCommerce](https://woocommerce.com/products/shipstation-integration/) plugin. This plugin **will not work** without access to the ShipStation API which is tied to your premium ShipStation account.18 In order to use the Live Rates for ShipStation plugin, you must have a [premium ShipStation account](https://www.dpbolvw.net/click-101532691-11646582), and purchased the [ShipStation for WooCommerce](https://woocommerce.com/products/shipstation-integration/) plugin. This plugin **will not work** without access to the ShipStation API which is tied to your premium ShipStation account. 19 19 20 20 Please review [ShipStations Terms of Service](https://www.shipstation.com/terms-of-service/) and [ShipStations Privacy Policy](https://auctane.com/legal/privacy-policy/) for more information about how your data is managed. 21 21 22 Don't have a ShipStation account? [Open a ShipStation account today!](https://www.dpbolvw.net/click-101532691-11646582) 23 22 24 == Plugin Requirements == 23 25 24 1. [A Premium ShipStation Account](https://www. shipstation.com/pricing/)26 1. [A Premium ShipStation Account](https://www.dpbolvw.net/click-101532691-11646582) 25 27 1. [The WooCommerce Plugin](https://wordpress.org/plugins/woocommerce/) 26 28 1. [The ShipStation for WooCommerce Plugin](https://woocommerce.com/products/shipstation-integration/) … … 49 51 == Changelog == 50 52 53 = 1.0.6 (2025-09-22) = 54 * Updates to the general readme. 55 51 56 = 1.0.5 (2025-09-16) = 52 57 * Patches shipping rate price disrepencies due to rates with multiple package types. … … 60 65 * Adds additional metadata to WC Order Items in regards to shipping. 61 66 * Shoutouts to both @centuryperf and @jkmail120 for reporting these issues! 62 63 = 1.0.3 (2025-08-05) =64 * Patches an issue with Shipping Method availability (Thanks to @sportswreathshop for reporting!)
Note: See TracChangeset
for help on using the changeset viewer.