Plugin Directory

Changeset 3484576


Ignore:
Timestamp:
03/17/2026 08:54:41 AM (11 days ago)
Author:
enituretechnology
Message:

3.2.10 - 2026-03-17

  • Update: Added a new setting in SEFL connection settings labeled SEFL rates my freight based on weight: for improved freight rate configuration.
  • Fix: Resolved Broken Access Control vulnerability to improve overall plugin security.

Ticket 42087735950

Location:
ltl-freight-quotes-sefl-edition
Files:
4 edited
2 copied

Legend:

Unmodified
Added
Removed
  • ltl-freight-quotes-sefl-edition/tags/3.2.10/ltl-freight-quotes-sefl-edition.php

    r3480908 r3484576  
    44 * Plugin URI:     https://eniture.com/products/
    55 * Description:    Dynamically retrieves your negotiated shipping rates from Southeastern Freight Lines and displays the results in the WooCommerce shopping cart.
    6  * Version:        3.2.9
     6 * Version:        3.2.10
    77 * Author:         Eniture Technology
    88 * Author URI:     http://eniture.com/
     
    1818define('SEFL_FREIGHT_DOMAIN_HITTING_URL', 'https://ws038.eniture.com');
    1919define('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 });
    2620
    2721// Define reference
  • ltl-freight-quotes-sefl-edition/tags/3.2.10/readme.txt

    r3480908 r3484576  
    44Requires at least: 6.4
    55Tested up to: 6.9
    6 Stable tag: 3.2.9
     6Stable tag: 3.2.10
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    154154== Changelog ==
    155155
    156 = 3.2.9 - 2026-03-12 =
     156= 3.2.10 - 2026-03-17 =
    157157* Update: Added a new setting in SEFL connection settings labeled **SEFL rates my freight based on weight:** for improved freight rate configuration.
    158158* 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  
    44 * Plugin URI:     https://eniture.com/products/
    55 * Description:    Dynamically retrieves your negotiated shipping rates from Southeastern Freight Lines and displays the results in the WooCommerce shopping cart.
    6  * Version:        3.2.9
     6 * Version:        3.2.10
    77 * Author:         Eniture Technology
    88 * Author URI:     http://eniture.com/
     
    1818define('SEFL_FREIGHT_DOMAIN_HITTING_URL', 'https://ws038.eniture.com');
    1919define('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 });
    2620
    2721// Define reference
  • ltl-freight-quotes-sefl-edition/trunk/readme.txt

    r3480908 r3484576  
    44Requires at least: 6.4
    55Tested up to: 6.9
    6 Stable tag: 3.2.9
     6Stable tag: 3.2.10
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    154154== Changelog ==
    155155
    156 = 3.2.9 - 2026-03-12 =
     156= 3.2.10 - 2026-03-17 =
    157157* Update: Added a new setting in SEFL connection settings labeled **SEFL rates my freight based on weight:** for improved freight rate configuration.
    158158* Fix: Resolved Broken Access Control vulnerability to improve overall plugin security.
Note: See TracChangeset for help on using the changeset viewer.