Changeset 3079697
- Timestamp:
- 05/01/2024 02:41:45 AM (20 months ago)
- Location:
- a2z-ups-shipping
- Files:
-
- 31 added
- 2 edited
-
tags/4.3.2 (added)
-
tags/4.3.2/a2zups_basic.php (added)
-
tags/4.3.2/controllors (added)
-
tags/4.3.2/controllors/classes (added)
-
tags/4.3.2/controllors/classes/hit-box-packing.php (added)
-
tags/4.3.2/controllors/classes/index.php (added)
-
tags/4.3.2/controllors/classes/weight_pack (added)
-
tags/4.3.2/controllors/classes/weight_pack/class-hit-weight-packing-util.php (added)
-
tags/4.3.2/controllors/classes/weight_pack/class-hit-weight-packing.php (added)
-
tags/4.3.2/controllors/classes/weight_pack/class-hit-weight-strategy-ascend.php (added)
-
tags/4.3.2/controllors/classes/weight_pack/class-hit-weight-strategy-descend.php (added)
-
tags/4.3.2/controllors/classes/weight_pack/class-hit-weight-strategy-simple.php (added)
-
tags/4.3.2/controllors/classes/weight_pack/index.php (added)
-
tags/4.3.2/controllors/hit_ups_auto_init.php (added)
-
tags/4.3.2/controllors/index.php (added)
-
tags/4.3.2/controllors/ups_rest_main.php (added)
-
tags/4.3.2/controllors/views (added)
-
tags/4.3.2/controllors/views/hit_ups_automated_settings_view.php (added)
-
tags/4.3.2/controllors/views/ups_logo.png (added)
-
tags/4.3.2/controllors/xml (added)
-
tags/4.3.2/controllors/xml/email_temp.html (added)
-
tags/4.3.2/controllors/xml/index.php (added)
-
tags/4.3.2/controllors/xml/label.xml (added)
-
tags/4.3.2/controllors/xml/label_return.xml (added)
-
tags/4.3.2/controllors/xml/rate.xml (added)
-
tags/4.3.2/i18n (added)
-
tags/4.3.2/i18n/index.php (added)
-
tags/4.3.2/i18n/languages (added)
-
tags/4.3.2/i18n/languages/index.php (added)
-
tags/4.3.2/index.php (added)
-
tags/4.3.2/readme.txt (added)
-
trunk/a2zups_basic.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
a2z-ups-shipping/trunk/a2zups_basic.php
r3079078 r3079697 5 5 * Plugin URI: https://a2zplugins.com/product/ups-express-shipping-with-label-printing/ 6 6 * Description: Realtime Shipping Rates, Shipping label, commercial invoice automation included. 7 * Version: 4.3. 17 * Version: 4.3.2 8 8 * Author: Shipi 9 9 * Author URI: https://myshipi.com/ … … 29 29 } 30 30 31 function hit_woo_ups_plugin_activation($plugin)32 {33 if ($plugin == plugin_basename(__FILE__)) {34 $setting_value = version_compare(WC()->version, '2.1', '>=') ? "wc-settings" : "woocommerce_settings";35 // Don't forget to exit() because wp_redirect doesn't exit automatically36 exit(wp_redirect(admin_url('admin.php?page=' . $setting_value . '&tab=shipping§ion=hit_ups_auto')));37 }38 }39 add_action('activated_plugin', 'hit_woo_ups_plugin_activation');40 31 // set HPOS feature compatible by plugin 41 32 add_action( -
a2z-ups-shipping/trunk/readme.txt
r3079078 r3079697 6 6 Tested up to: 6.5 7 7 Requires PHP: 5.6 8 Stable tag: 4.3. 18 Stable tag: 4.3.2 9 9 License: GPLv3 or later License 10 10 URI: http://www.gnu.org/licenses/gpl-3.0.html … … 97 97 98 98 == Changelog == 99 = 4.3.2= 100 *Release Date - 1 May 2024* 101 > Bug Fixed 99 102 100 103 = 4.3.1=
Note: See TracChangeset
for help on using the changeset viewer.