Plugin Directory

Changeset 3384883


Ignore:
Timestamp:
10/26/2025 11:25:45 PM (5 months ago)
Author:
freightexchange
Message:

Reverting the change

Location:
freightexchange/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • freightexchange/trunk/freight-exchange.php

    r3369394 r3384883  
    33Plugin Name: FreightExchange
    44Description: 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.12
     5Version: 1.8.13
    66Author: FreightExchange
    77Author URI: https://www.freightexchange.com.au/
     
    359359                    }
    360360                    fe_error_log($log_msg);
    361                     if ( ! empty( $destination['city']) and ! empty( $destination['postcode'])) {
    362361                    $response_hooks = wp_remote_request( $send_url, array(
    363362                        'method'    => $api_method,
     
    384383                        $log_msg .= "\n".print_r( $response_data,true );
    385384                        fe_error_log( $log_msg );
    386                     }
    387385                    }   
    388386                    return $response_data;
  • freightexchange/trunk/readme.txt

    r3369390 r3384883  
    66Tested up to: 6.8
    77Requires PHP: 7.3
    8 Stable tag: 1.8.12
     8Stable tag: 1.8.13
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    112112 * Tweak - Added the checks to stop calling the API if the destination postcode and suburb is missing
    113113 
     1142025.10.27 - Version 1.8.13
     115 * Tweak - Reverting the change
     116 
    114117== Screenshots ==
    115118screenshot-1.png
Note: See TracChangeset for help on using the changeset viewer.