Changeset 3398664
- Timestamp:
- 11/19/2025 09:05:45 AM (8 weeks ago)
- Location:
- a2z-fedex-shipping
- Files:
-
- 63 added
- 3 edited
-
tags/5.1.2 (added)
-
tags/5.1.2/a2zfedex_basic.php (added)
-
tags/5.1.2/controllors (added)
-
tags/5.1.2/controllors/classes (added)
-
tags/5.1.2/controllors/classes/hit-box-packing.php (added)
-
tags/5.1.2/controllors/classes/index.php (added)
-
tags/5.1.2/controllors/classes/weight_pack (added)
-
tags/5.1.2/controllors/classes/weight_pack/class-hit-weight-packing-util.php (added)
-
tags/5.1.2/controllors/classes/weight_pack/class-hit-weight-packing.php (added)
-
tags/5.1.2/controllors/classes/weight_pack/class-hit-weight-strategy-ascend.php (added)
-
tags/5.1.2/controllors/classes/weight_pack/class-hit-weight-strategy-descend.php (added)
-
tags/5.1.2/controllors/classes/weight_pack/class-hit-weight-strategy-simple.php (added)
-
tags/5.1.2/controllors/classes/weight_pack/index.php (added)
-
tags/5.1.2/controllors/hit_fedex_rest_virtual_req.json (added)
-
tags/5.1.2/controllors/hitshipo_fedex_rest_main.php (added)
-
tags/5.1.2/controllors/hitshippo_fedex_init.php (added)
-
tags/5.1.2/controllors/index.php (added)
-
tags/5.1.2/controllors/views (added)
-
tags/5.1.2/controllors/views/data (added)
-
tags/5.1.2/controllors/views/data/countries.json (added)
-
tags/5.1.2/controllors/views/data/states.json (added)
-
tags/5.1.2/controllors/views/fedex.png (added)
-
tags/5.1.2/controllors/views/hfedex.png (added)
-
tags/5.1.2/controllors/views/hitshippo_fedex_settings_view.php (added)
-
tags/5.1.2/controllors/xml (added)
-
tags/5.1.2/controllors/xml/index.php (added)
-
tags/5.1.2/controllors/xml/production (added)
-
tags/5.1.2/controllors/xml/production/ASYNCService_v4.wsdl (added)
-
tags/5.1.2/controllors/xml/production/AddressValidationService_v2.wsdl (added)
-
tags/5.1.2/controllors/xml/production/PickupService_v15.wsdl (added)
-
tags/5.1.2/controllors/xml/production/RateService_v13.wsdl (added)
-
tags/5.1.2/controllors/xml/production/RateService_v16.wsdl (added)
-
tags/5.1.2/controllors/xml/production/RateService_v20.wsdl (added)
-
tags/5.1.2/controllors/xml/production/RateService_v22.wsdl (added)
-
tags/5.1.2/controllors/xml/production/ShipService_v15.wsdl (added)
-
tags/5.1.2/controllors/xml/production/ShipService_v21.wsdl (added)
-
tags/5.1.2/controllors/xml/production/ShipService_v23.wsdl (added)
-
tags/5.1.2/controllors/xml/production/index.php (added)
-
tags/5.1.2/controllors/xml/rate.xml (added)
-
tags/5.1.2/controllors/xml/ship.xml (added)
-
tags/5.1.2/controllors/xml/ship_inter.xml (added)
-
tags/5.1.2/controllors/xml/test (added)
-
tags/5.1.2/controllors/xml/test/ASYNCService_v4.wsdl (added)
-
tags/5.1.2/controllors/xml/test/PickupService_v15.wsdl (added)
-
tags/5.1.2/controllors/xml/test/RateService_v13.wsdl (added)
-
tags/5.1.2/controllors/xml/test/RateService_v16.wsdl (added)
-
tags/5.1.2/controllors/xml/test/RateService_v20.wsdl (added)
-
tags/5.1.2/controllors/xml/test/RateService_v22.wsdl (added)
-
tags/5.1.2/controllors/xml/test/ShipService_v15.wsdl (added)
-
tags/5.1.2/controllors/xml/test/ShipService_v21.wsdl (added)
-
tags/5.1.2/controllors/xml/test/ShipService_v23.wsdl (added)
-
tags/5.1.2/controllors/xml/test/index.php (added)
-
tags/5.1.2/data (added)
-
tags/5.1.2/data/states.json (added)
-
tags/5.1.2/i18n (added)
-
tags/5.1.2/i18n/index.php (added)
-
tags/5.1.2/i18n/languages (added)
-
tags/5.1.2/i18n/languages/index.php (added)
-
tags/5.1.2/index.php (added)
-
tags/5.1.2/js (added)
-
tags/5.1.2/js/edit_order.js (added)
-
tags/5.1.2/js/fedexaccountstates.js (added)
-
tags/5.1.2/readme.txt (added)
-
trunk/a2zfedex_basic.php (modified) (2 diffs)
-
trunk/controllors/views/hitshippo_fedex_settings_view.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
a2z-fedex-shipping/trunk/a2zfedex_basic.php
r3397799 r3398664 4 4 * Plugin URI: https://myshipi.com/ 5 5 * Description: Realtime Shipping Rates, shipping labels. 6 * Version: 5.1. 16 * Version: 5.1.2 7 7 * Author: Shipi 8 8 * Author URI: https://myshipi.com/ … … 137 137 } 138 138 add_action( 'woocommerce_view_order', array($this, 'add_tracking_info_to_order_view'), 10 ); 139 139 add_action( 'admin_init', array( $this, 'handle_settings_download' ) ); 140 141 } 142 143 public function handle_settings_download() { 144 if ( isset( $_GET['download_fedex_settings'] ) && $_GET['download_fedex_settings'] == 'true' ) { 145 $settings = get_option( 'hitshippo_fedex_main_settings' ); 146 header( 'Content-Type: application/json' ); 147 header( 'Content-Disposition: attachment; filename=fedex_settings.json' ); 148 wp_send_json( $settings ); 149 die(); 150 } 140 151 } 141 152 function shipi_on_plugin_update() { -
a2z-fedex-shipping/trunk/controllors/views/hitshippo_fedex_settings_view.php
r3397799 r3398664 1110 1110 <p>It's great to have you here. Make your customers happier by reacting faster and handling their service requests in a timely manner, meaning higher store reviews and more revenue.</p> 1111 1111 <h3>Configure your FedEx account below</h3> 1112 <a href="admin.php?page=hit-fedex-configuration&download_fedex_settings=true">Download Settings</a> 1112 1113 </div> 1113 1114 </div> -
a2z-fedex-shipping/trunk/readme.txt
r3397810 r3398664 5 5 Tested up to: 6.8 6 6 Requires PHP: 5.6 7 Stable tag: 5.1. 17 Stable tag: 5.1.2 8 8 License: GPLv3 or later License 9 9 URI: http://www.gnu.org/licenses/gpl-3.0.html … … 159 159 160 160 == Changelog == 161 = 5.1.2 = 162 > [New] Download settings added. 161 163 = 5.1.1 = 162 164 > UI Bug Fixes
Note: See TracChangeset
for help on using the changeset viewer.