Plugin Directory

Changeset 3469979


Ignore:
Timestamp:
02/26/2026 07:57:31 AM (5 weeks ago)
Author:
enituretechnology
Message:

4.3.13 - 2026-02-26

  • Fix: Resolved JS script file loading conflict with other Eniture plugins to ensure proper frontend functionality.

Ticket 42170143668

Location:
small-package-quotes-fedex-edition
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • small-package-quotes-fedex-edition/tags/4.3.13/readme.txt

    r3456807 r3469979  
    44Requires at least: 6.4
    55Tested up to: 6.9
    6 Stable tag: 4.3.12
     6Stable tag: 4.3.13
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    133133
    134134== Changelog ==
     135
     136= 4.3.13 - 2026-02-26 =
     137* Fix: Resolved JS script file loading conflict with other Eniture plugins to ensure proper frontend functionality.
    135138
    136139= 4.3.12 - 2026-02-09 =
  • small-package-quotes-fedex-edition/tags/4.3.13/small-package-quotes-fedex-edition.php

    r3456807 r3469979  
    44  Plugin URI: https://eniture.com/products/
    55  Description: Dynamically retrieves your negotiated shipping rates from FedEx and displays the results in the WooCommerce shopping cart.
    6   Version: 4.3.12
     6  Version: 4.3.13
    77  Author: Eniture Technology
    88  Author URI: https://eniture.com/
    99  Text Domain: eniture-technology
    1010  License: GPLv2 or later
     11  Requires Plugins: woocommerce
    1112 */
    1213/**
     
    7071 * Load scripts for FedEx Freight json tree view
    7172 */
    72 if (!function_exists('en_jtv_script')) {
    73     function en_jtv_script()
     73if (!function_exists('en_fedex_small_jtv_script')) {
     74    function en_fedex_small_jtv_script()
    7475    {
    7576        wp_register_style('json_tree_view_style', plugin_dir_url(__FILE__) . 'logs/en-json-tree-view/en-jtv-style.css');
     
    9192    }
    9293
    93     add_action('admin_init', 'en_jtv_script');
     94    add_action('admin_init', 'en_fedex_small_jtv_script');
    9495}
    9596
  • small-package-quotes-fedex-edition/trunk/readme.txt

    r3456807 r3469979  
    44Requires at least: 6.4
    55Tested up to: 6.9
    6 Stable tag: 4.3.12
     6Stable tag: 4.3.13
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    133133
    134134== Changelog ==
     135
     136= 4.3.13 - 2026-02-26 =
     137* Fix: Resolved JS script file loading conflict with other Eniture plugins to ensure proper frontend functionality.
    135138
    136139= 4.3.12 - 2026-02-09 =
  • small-package-quotes-fedex-edition/trunk/small-package-quotes-fedex-edition.php

    r3456807 r3469979  
    44  Plugin URI: https://eniture.com/products/
    55  Description: Dynamically retrieves your negotiated shipping rates from FedEx and displays the results in the WooCommerce shopping cart.
    6   Version: 4.3.12
     6  Version: 4.3.13
    77  Author: Eniture Technology
    88  Author URI: https://eniture.com/
    99  Text Domain: eniture-technology
    1010  License: GPLv2 or later
     11  Requires Plugins: woocommerce
    1112 */
    1213/**
     
    7071 * Load scripts for FedEx Freight json tree view
    7172 */
    72 if (!function_exists('en_jtv_script')) {
    73     function en_jtv_script()
     73if (!function_exists('en_fedex_small_jtv_script')) {
     74    function en_fedex_small_jtv_script()
    7475    {
    7576        wp_register_style('json_tree_view_style', plugin_dir_url(__FILE__) . 'logs/en-json-tree-view/en-jtv-style.css');
     
    9192    }
    9293
    93     add_action('admin_init', 'en_jtv_script');
     94    add_action('admin_init', 'en_fedex_small_jtv_script');
    9495}
    9596
Note: See TracChangeset for help on using the changeset viewer.