Plugin Directory

Changeset 3454354


Ignore:
Timestamp:
02/05/2026 08:16:21 AM (8 weeks ago)
Author:
enituretechnology
Message:

1.2.10 - 2026-02-05

  • Update: Introduced bulk delete functionality for warehouse and dropship locations to simplify location management.
  • Update: Added delivery estimate options and order cutoff time functionality in the quote settings for improved delivery accuracy.
  • Update: Added product-level offset days functionality to allow more granular shipment timing control.
  • Update: Added parent product checks to properly handle empty variant scenarios and prevent invalid processing.

Ticket 23708293437

Location:
ltl-freight-quotes-tql-edition
Files:
3 edited
39 copied

Legend:

Unmodified
Added
Removed
  • ltl-freight-quotes-tql-edition/tags/1.2.10/ltl-freight-quotes-tql-edition.php

    r3395714 r3454354  
    44 * Plugin URI: https://eniture.com/products/
    55 * Description: Dynamically retrieves your negotiated shipping rates from TQL and displays the results in the WooCommerce shopping cart.
    6  * Version: 1.2.9
     6 * Version: 1.2.10
    77 * Author: Eniture Technology
    88 * Author URI: http://eniture.com/
    99 * Text Domain: eniture-technology
    10  * License: GPL version 2 or later - http://www.eniture.com/
    11  * WC requires at least: 6.4
    12  * WC tested up to: 10.2.2
     10 * License: GPLv2 or later
     11 * Requires Plugins: woocommerce
    1312 */
    1413
  • ltl-freight-quotes-tql-edition/tags/1.2.10/readme.txt

    r3454346 r3454354  
    33Tags: eniture,TQL,LTL freight rates,LTL freight quotes, shipping estimates
    44Requires at least: 6.4
    5 Tested up to: 6.8
    6 Stable tag: 1.2.9
     5Tested up to: 6.9
     6Stable tag: 1.2.10
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    147147== Changelog ==
    148148
     149= 1.2.10 - 2026-02-05 =
     150* Update: Introduced **bulk delete functionality** for warehouse and dropship locations to simplify location management.
     151* Update: Added **delivery estimate options** and **order cutoff time** functionality in the quote settings for improved delivery accuracy.
     152* Update: Added **product-level offset days** functionality to allow more granular shipment timing control.
     153* Update: Added parent product checks to properly handle empty variant scenarios and prevent invalid processing.
     154
    149155= 1.2.9 - 2025-11-14 =
    150156* Added **cache feature** to efficiently handle repeated or identical requests, reducing redundant API calls and improving response speed.
  • ltl-freight-quotes-tql-edition/trunk/ltl-freight-quotes-tql-edition.php

    r3395714 r3454354  
    44 * Plugin URI: https://eniture.com/products/
    55 * Description: Dynamically retrieves your negotiated shipping rates from TQL and displays the results in the WooCommerce shopping cart.
    6  * Version: 1.2.9
     6 * Version: 1.2.10
    77 * Author: Eniture Technology
    88 * Author URI: http://eniture.com/
    99 * Text Domain: eniture-technology
    10  * License: GPL version 2 or later - http://www.eniture.com/
    11  * WC requires at least: 6.4
    12  * WC tested up to: 10.2.2
     10 * License: GPLv2 or later
     11 * Requires Plugins: woocommerce
    1312 */
    1413
  • ltl-freight-quotes-tql-edition/trunk/readme.txt

    r3454346 r3454354  
    33Tags: eniture,TQL,LTL freight rates,LTL freight quotes, shipping estimates
    44Requires at least: 6.4
    5 Tested up to: 6.8
    6 Stable tag: 1.2.9
     5Tested up to: 6.9
     6Stable tag: 1.2.10
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    147147== Changelog ==
    148148
     149= 1.2.10 - 2026-02-05 =
     150* Update: Introduced **bulk delete functionality** for warehouse and dropship locations to simplify location management.
     151* Update: Added **delivery estimate options** and **order cutoff time** functionality in the quote settings for improved delivery accuracy.
     152* Update: Added **product-level offset days** functionality to allow more granular shipment timing control.
     153* Update: Added parent product checks to properly handle empty variant scenarios and prevent invalid processing.
     154
    149155= 1.2.9 - 2025-11-14 =
    150156* Added **cache feature** to efficiently handle repeated or identical requests, reducing redundant API calls and improving response speed.
Note: See TracChangeset for help on using the changeset viewer.