Plugin Directory

Changeset 3079697


Ignore:
Timestamp:
05/01/2024 02:41:45 AM (20 months ago)
Author:
hitstacks
Message:

Bug fix on plugin activation

Location:
a2z-ups-shipping
Files:
31 added
2 edited

Legend:

Unmodified
Added
Removed
  • a2z-ups-shipping/trunk/a2zups_basic.php

    r3079078 r3079697  
    55 * Plugin URI: https://a2zplugins.com/product/ups-express-shipping-with-label-printing/
    66 * Description: Realtime Shipping Rates, Shipping label, commercial invoice automation included.
    7  * Version: 4.3.1
     7 * Version: 4.3.2
    88 * Author: Shipi
    99 * Author URI: https://myshipi.com/
     
    2929}
    3030
    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 automatically
    36         exit(wp_redirect(admin_url('admin.php?page=' . $setting_value  . '&tab=shipping&section=hit_ups_auto')));
    37     }
    38 }
    39 add_action('activated_plugin', 'hit_woo_ups_plugin_activation');
    4031// set HPOS feature compatible by plugin
    4132add_action(
  • a2z-ups-shipping/trunk/readme.txt

    r3079078 r3079697  
    66Tested up to: 6.5
    77Requires PHP: 5.6
    8 Stable tag: 4.3.1
     8Stable tag: 4.3.2
    99License: GPLv3 or later License
    1010URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9797
    9898== Changelog ==
     99= 4.3.2=
     100*Release Date - 1 May  2024*
     101    > Bug Fixed
    99102
    100103= 4.3.1=
Note: See TracChangeset for help on using the changeset viewer.