Changeset 3469979
- Timestamp:
- 02/26/2026 07:57:31 AM (5 weeks ago)
- Location:
- small-package-quotes-fedex-edition
- Files:
-
- 4 edited
- 1 copied
-
tags/4.3.13 (copied) (copied from small-package-quotes-fedex-edition/trunk)
-
tags/4.3.13/readme.txt (modified) (2 diffs)
-
tags/4.3.13/small-package-quotes-fedex-edition.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/small-package-quotes-fedex-edition.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
small-package-quotes-fedex-edition/tags/4.3.13/readme.txt
r3456807 r3469979 4 4 Requires at least: 6.4 5 5 Tested up to: 6.9 6 Stable tag: 4.3.1 26 Stable tag: 4.3.13 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 133 133 134 134 == 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. 135 138 136 139 = 4.3.12 - 2026-02-09 = -
small-package-quotes-fedex-edition/tags/4.3.13/small-package-quotes-fedex-edition.php
r3456807 r3469979 4 4 Plugin URI: https://eniture.com/products/ 5 5 Description: Dynamically retrieves your negotiated shipping rates from FedEx and displays the results in the WooCommerce shopping cart. 6 Version: 4.3.1 26 Version: 4.3.13 7 7 Author: Eniture Technology 8 8 Author URI: https://eniture.com/ 9 9 Text Domain: eniture-technology 10 10 License: GPLv2 or later 11 Requires Plugins: woocommerce 11 12 */ 12 13 /** … … 70 71 * Load scripts for FedEx Freight json tree view 71 72 */ 72 if (!function_exists('en_ jtv_script')) {73 function en_ jtv_script()73 if (!function_exists('en_fedex_small_jtv_script')) { 74 function en_fedex_small_jtv_script() 74 75 { 75 76 wp_register_style('json_tree_view_style', plugin_dir_url(__FILE__) . 'logs/en-json-tree-view/en-jtv-style.css'); … … 91 92 } 92 93 93 add_action('admin_init', 'en_ jtv_script');94 add_action('admin_init', 'en_fedex_small_jtv_script'); 94 95 } 95 96 -
small-package-quotes-fedex-edition/trunk/readme.txt
r3456807 r3469979 4 4 Requires at least: 6.4 5 5 Tested up to: 6.9 6 Stable tag: 4.3.1 26 Stable tag: 4.3.13 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 133 133 134 134 == 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. 135 138 136 139 = 4.3.12 - 2026-02-09 = -
small-package-quotes-fedex-edition/trunk/small-package-quotes-fedex-edition.php
r3456807 r3469979 4 4 Plugin URI: https://eniture.com/products/ 5 5 Description: Dynamically retrieves your negotiated shipping rates from FedEx and displays the results in the WooCommerce shopping cart. 6 Version: 4.3.1 26 Version: 4.3.13 7 7 Author: Eniture Technology 8 8 Author URI: https://eniture.com/ 9 9 Text Domain: eniture-technology 10 10 License: GPLv2 or later 11 Requires Plugins: woocommerce 11 12 */ 12 13 /** … … 70 71 * Load scripts for FedEx Freight json tree view 71 72 */ 72 if (!function_exists('en_ jtv_script')) {73 function en_ jtv_script()73 if (!function_exists('en_fedex_small_jtv_script')) { 74 function en_fedex_small_jtv_script() 74 75 { 75 76 wp_register_style('json_tree_view_style', plugin_dir_url(__FILE__) . 'logs/en-json-tree-view/en-jtv-style.css'); … … 91 92 } 92 93 93 add_action('admin_init', 'en_ jtv_script');94 add_action('admin_init', 'en_fedex_small_jtv_script'); 94 95 } 95 96
Note: See TracChangeset
for help on using the changeset viewer.