Changeset 3469397
- Timestamp:
- 02/25/2026 11:31:51 AM (5 weeks ago)
- Location:
- ltl-freight-quotes-rl-edition
- Files:
-
- 6 edited
- 1 copied
-
tags/3.3.13 (copied) (copied from ltl-freight-quotes-rl-edition/trunk)
-
tags/3.3.13/ltl-freight-quotes-rnl-edition.php (modified) (1 diff)
-
tags/3.3.13/readme.txt (modified) (2 diffs)
-
tags/3.3.13/rnl-carrier-service.php (modified) (2 diffs)
-
trunk/ltl-freight-quotes-rnl-edition.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/rnl-carrier-service.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ltl-freight-quotes-rl-edition/tags/3.3.13/ltl-freight-quotes-rnl-edition.php
r3462312 r3469397 4 4 * Plugin URI: https://eniture.com/products/ 5 5 * Description: Dynamically retrieves your negotiated shipping rates from R+L Freight and displays the results in the WooCommerce shopping cart. 6 * Version: 3.3.1 26 * Version: 3.3.13 7 7 * Author: Eniture Technology 8 8 * Author URI: http://eniture.com/ -
ltl-freight-quotes-rl-edition/tags/3.3.13/readme.txt
r3462312 r3469397 4 4 Requires at least: 6.4 5 5 Tested up to: 6.9 6 Stable tag: 3.3.1 26 Stable tag: 3.3.13 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 152 152 == Changelog == 153 153 154 = 3.3.13 - 2026-02-25 = 155 * Fix: Corrected cached quotes response handling during rates compilation to ensure accurate shipping rate calculations. 156 154 157 = 3.3.12 - 2026-02-16 = 155 158 * Update: Introduced **bulk delete functionality** for warehouse and dropship locations to simplify location management. -
ltl-freight-quotes-rl-edition/tags/3.3.13/rnl-carrier-service.php
r3442253 r3469397 484 484 } 485 485 } else { 486 $output = $cache_response; 486 487 $response = json_decode($cache_response); 487 488 } … … 489 490 $this->InstorPickupLocalDelivery = isset($response->InstorPickupLocalDelivery) && !empty($response->InstorPickupLocalDelivery) ? $response->InstorPickupLocalDelivery : array(); 490 491 491 return $this->parse_rnl_output($ cache_response, $request_data, $rnl_package, $loc_id);492 return $this->parse_rnl_output($output, $request_data, $rnl_package, $loc_id); 492 493 } 493 494 -
ltl-freight-quotes-rl-edition/trunk/ltl-freight-quotes-rnl-edition.php
r3462312 r3469397 4 4 * Plugin URI: https://eniture.com/products/ 5 5 * Description: Dynamically retrieves your negotiated shipping rates from R+L Freight and displays the results in the WooCommerce shopping cart. 6 * Version: 3.3.1 26 * Version: 3.3.13 7 7 * Author: Eniture Technology 8 8 * Author URI: http://eniture.com/ -
ltl-freight-quotes-rl-edition/trunk/readme.txt
r3462312 r3469397 4 4 Requires at least: 6.4 5 5 Tested up to: 6.9 6 Stable tag: 3.3.1 26 Stable tag: 3.3.13 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 152 152 == Changelog == 153 153 154 = 3.3.13 - 2026-02-25 = 155 * Fix: Corrected cached quotes response handling during rates compilation to ensure accurate shipping rate calculations. 156 154 157 = 3.3.12 - 2026-02-16 = 155 158 * Update: Introduced **bulk delete functionality** for warehouse and dropship locations to simplify location management. -
ltl-freight-quotes-rl-edition/trunk/rnl-carrier-service.php
r3442253 r3469397 484 484 } 485 485 } else { 486 $output = $cache_response; 486 487 $response = json_decode($cache_response); 487 488 } … … 489 490 $this->InstorPickupLocalDelivery = isset($response->InstorPickupLocalDelivery) && !empty($response->InstorPickupLocalDelivery) ? $response->InstorPickupLocalDelivery : array(); 490 491 491 return $this->parse_rnl_output($ cache_response, $request_data, $rnl_package, $loc_id);492 return $this->parse_rnl_output($output, $request_data, $rnl_package, $loc_id); 492 493 } 493 494
Note: See TracChangeset
for help on using the changeset viewer.