Changeset 3384883
- Timestamp:
- 10/26/2025 11:25:45 PM (5 months ago)
- Location:
- freightexchange/trunk
- Files:
-
- 2 edited
-
freight-exchange.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
freightexchange/trunk/freight-exchange.php
r3369394 r3384883 3 3 Plugin Name: FreightExchange 4 4 Description: We're so happy you've chosen to try our WooCommerce Shipping Plugin, please help us to improve this plugin by emailing us bugs or suggestions at support@freightexchange.com.au 5 Version: 1.8.1 25 Version: 1.8.13 6 6 Author: FreightExchange 7 7 Author URI: https://www.freightexchange.com.au/ … … 359 359 } 360 360 fe_error_log($log_msg); 361 if ( ! empty( $destination['city']) and ! empty( $destination['postcode'])) {362 361 $response_hooks = wp_remote_request( $send_url, array( 363 362 'method' => $api_method, … … 384 383 $log_msg .= "\n".print_r( $response_data,true ); 385 384 fe_error_log( $log_msg ); 386 }387 385 } 388 386 return $response_data; -
freightexchange/trunk/readme.txt
r3369390 r3384883 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.3 8 Stable tag: 1.8.1 28 Stable tag: 1.8.13 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 112 112 * Tweak - Added the checks to stop calling the API if the destination postcode and suburb is missing 113 113 114 2025.10.27 - Version 1.8.13 115 * Tweak - Reverting the change 116 114 117 == Screenshots == 115 118 screenshot-1.png
Note: See TracChangeset
for help on using the changeset viewer.