Changeset 3484576
- Timestamp:
- 03/17/2026 08:54:41 AM (11 days ago)
- Location:
- ltl-freight-quotes-sefl-edition
- Files:
-
- 4 edited
- 2 copied
-
tags/3.2.10 (copied) (copied from ltl-freight-quotes-sefl-edition/trunk)
-
tags/3.2.10/ltl-freight-quotes-sefl-edition.php (modified) (2 diffs)
-
tags/3.2.10/readme.txt (modified) (2 diffs)
-
tags/3.2.9 (copied) (copied from ltl-freight-quotes-sefl-edition/trunk)
-
trunk/ltl-freight-quotes-sefl-edition.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ltl-freight-quotes-sefl-edition/tags/3.2.10/ltl-freight-quotes-sefl-edition.php
r3480908 r3484576 4 4 * Plugin URI: https://eniture.com/products/ 5 5 * Description: Dynamically retrieves your negotiated shipping rates from Southeastern Freight Lines and displays the results in the WooCommerce shopping cart. 6 * Version: 3.2. 96 * Version: 3.2.10 7 7 * Author: Eniture Technology 8 8 * Author URI: http://eniture.com/ … … 18 18 define('SEFL_FREIGHT_DOMAIN_HITTING_URL', 'https://ws038.eniture.com'); 19 19 define('SEFL_FDO_HITTING_URL', 'https://freightdesk.online/api/updatedWoocomData'); 20 21 add_action('before_woocommerce_init', function () {22 if (class_exists(\Automattic\WooCommerce\Utilities\FeaturesUtil::class)) {23 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility('custom_order_tables', __FILE__, true);24 }25 });26 20 27 21 // Define reference -
ltl-freight-quotes-sefl-edition/tags/3.2.10/readme.txt
r3480908 r3484576 4 4 Requires at least: 6.4 5 5 Tested up to: 6.9 6 Stable tag: 3.2. 96 Stable tag: 3.2.10 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 154 154 == Changelog == 155 155 156 = 3.2. 9 - 2026-03-12=156 = 3.2.10 - 2026-03-17 = 157 157 * Update: Added a new setting in SEFL connection settings labeled **SEFL rates my freight based on weight:** for improved freight rate configuration. 158 158 * Fix: Resolved Broken Access Control vulnerability to improve overall plugin security. -
ltl-freight-quotes-sefl-edition/trunk/ltl-freight-quotes-sefl-edition.php
r3480908 r3484576 4 4 * Plugin URI: https://eniture.com/products/ 5 5 * Description: Dynamically retrieves your negotiated shipping rates from Southeastern Freight Lines and displays the results in the WooCommerce shopping cart. 6 * Version: 3.2. 96 * Version: 3.2.10 7 7 * Author: Eniture Technology 8 8 * Author URI: http://eniture.com/ … … 18 18 define('SEFL_FREIGHT_DOMAIN_HITTING_URL', 'https://ws038.eniture.com'); 19 19 define('SEFL_FDO_HITTING_URL', 'https://freightdesk.online/api/updatedWoocomData'); 20 21 add_action('before_woocommerce_init', function () {22 if (class_exists(\Automattic\WooCommerce\Utilities\FeaturesUtil::class)) {23 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility('custom_order_tables', __FILE__, true);24 }25 });26 20 27 21 // Define reference -
ltl-freight-quotes-sefl-edition/trunk/readme.txt
r3480908 r3484576 4 4 Requires at least: 6.4 5 5 Tested up to: 6.9 6 Stable tag: 3.2. 96 Stable tag: 3.2.10 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 154 154 == Changelog == 155 155 156 = 3.2. 9 - 2026-03-12=156 = 3.2.10 - 2026-03-17 = 157 157 * Update: Added a new setting in SEFL connection settings labeled **SEFL rates my freight based on weight:** for improved freight rate configuration. 158 158 * Fix: Resolved Broken Access Control vulnerability to improve overall plugin security.
Note: See TracChangeset
for help on using the changeset viewer.