Changeset 3339837
- Timestamp:
- 08/05/2025 06:43:30 PM (8 months ago)
- Location:
- live-rates-for-shipstation
- Files:
-
- 8 edited
- 1 copied
-
tags/1.0.3 (copied) (copied from live-rates-for-shipstation/trunk)
-
tags/1.0.3/changelog.txt (modified) (1 diff)
-
tags/1.0.3/core/shipping-method-shipstation.php (modified) (1 diff)
-
tags/1.0.3/live-rates-for-shipstation.php (modified) (2 diffs)
-
tags/1.0.3/readme.txt (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/core/shipping-method-shipstation.php (modified) (1 diff)
-
trunk/live-rates-for-shipstation.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
live-rates-for-shipstation/tags/1.0.3/changelog.txt
r3339099 r3339837 2 2 3 3 This is a brief text document keeping track of changes to the plugin. For a full history, see the Github Repository. 4 5 = 1.0.3 = 6 7 Relase Date: August 05, 2025 8 9 * Overview 10 * Patches an issue where the Shipping Method would not display due to not being supported. 11 * Shoutout to .org user @sportswreathshop for reporting this issue! 12 13 * Code Updates 14 * \IQLRSS\Core\Shipping_Method_Shipstation::__construct() 15 * Shipping Method support conditional has been updated to check against the objects carriers. 4 16 5 17 = 1.0.2 = -
live-rates-for-shipstation/tags/1.0.3/core/shipping-method-shipstation.php
r3339099 r3339837 83 83 84 84 // Only show in Shipping Zones if API Key is invalid. 85 if( ! empty( $saved_key ) && ! empty( $ saved_carriers ) ) {85 if( ! empty( $saved_key ) && ! empty( $this->carriers ) ) { 86 86 $this->supports[] = 'shipping-zones'; 87 87 } -
live-rates-for-shipstation/tags/1.0.3/live-rates-for-shipstation.php
r3339099 r3339837 4 4 * Plugin URI: https://iqcomputing.com/contact/ 5 5 * Description: ShipStation shipping method with live rates. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Requries at least: 5.9 8 8 * Author: IQComputing … … 26 26 * @var String 27 27 */ 28 protected static $version = '1.0. 2';28 protected static $version = '1.0.3'; 29 29 30 30 -
live-rates-for-shipstation/tags/1.0.3/readme.txt
r3339099 r3339837 4 4 Requires at least: 5.9 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 License: GPLv3 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 49 49 == Changelog == 50 50 51 = 1.0.3 (2025-08-05) = 52 * Patches an issue with Shipping Method availability (Thanks to @sportswreathshop for reporting!) 53 51 54 = 1.0.2 (2025-08-04) = 52 55 * Refines API caching that clears on settings save (thanks again to @dpkonofa for test/reporting!). -
live-rates-for-shipstation/trunk/changelog.txt
r3339099 r3339837 2 2 3 3 This is a brief text document keeping track of changes to the plugin. For a full history, see the Github Repository. 4 5 = 1.0.3 = 6 7 Relase Date: August 05, 2025 8 9 * Overview 10 * Patches an issue where the Shipping Method would not display due to not being supported. 11 * Shoutout to .org user @sportswreathshop for reporting this issue! 12 13 * Code Updates 14 * \IQLRSS\Core\Shipping_Method_Shipstation::__construct() 15 * Shipping Method support conditional has been updated to check against the objects carriers. 4 16 5 17 = 1.0.2 = -
live-rates-for-shipstation/trunk/core/shipping-method-shipstation.php
r3339099 r3339837 83 83 84 84 // Only show in Shipping Zones if API Key is invalid. 85 if( ! empty( $saved_key ) && ! empty( $ saved_carriers ) ) {85 if( ! empty( $saved_key ) && ! empty( $this->carriers ) ) { 86 86 $this->supports[] = 'shipping-zones'; 87 87 } -
live-rates-for-shipstation/trunk/live-rates-for-shipstation.php
r3339099 r3339837 4 4 * Plugin URI: https://iqcomputing.com/contact/ 5 5 * Description: ShipStation shipping method with live rates. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Requries at least: 5.9 8 8 * Author: IQComputing … … 26 26 * @var String 27 27 */ 28 protected static $version = '1.0. 2';28 protected static $version = '1.0.3'; 29 29 30 30 -
live-rates-for-shipstation/trunk/readme.txt
r3339099 r3339837 4 4 Requires at least: 5.9 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 License: GPLv3 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 49 49 == Changelog == 50 50 51 = 1.0.3 (2025-08-05) = 52 * Patches an issue with Shipping Method availability (Thanks to @sportswreathshop for reporting!) 53 51 54 = 1.0.2 (2025-08-04) = 52 55 * Refines API caching that clears on settings save (thanks again to @dpkonofa for test/reporting!).
Note: See TracChangeset
for help on using the changeset viewer.