Plugin Directory

Changeset 3486191


Ignore:
Timestamp:
03/19/2026 07:37:03 AM (13 days ago)
Author:
enituretechnology
Message:

3.2.11 - 2026-03-19

  • Update: Updated labels text on the connection settings page for improved clarity and consistency.

Ticket 43430988403

Location:
ltl-freight-quotes-sefl-edition
Files:
6 edited
1 copied

Legend:

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

    r3484576 r3486191  
    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.10
     6 * Version:        3.2.11
    77 * Author:         Eniture Technology
    88 * Author URI:     http://eniture.com/
  • ltl-freight-quotes-sefl-edition/tags/3.2.11/readme.txt

    r3484576 r3486191  
    44Requires at least: 6.4
    55Tested up to: 6.9
    6 Stable tag: 3.2.10
     6Stable tag: 3.2.11
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    154154== Changelog ==
    155155
     156= 3.2.11 - 2026-03-19 =
     157* Update: Updated labels text on the connection settings page for improved clarity and consistency.
     158
    156159= 3.2.10 - 2026-03-17 =
    157160* Update: Added a new setting in SEFL connection settings labeled **SEFL rates my freight based on weight:** for improved freight rate configuration.
  • ltl-freight-quotes-sefl-edition/tags/3.2.11/template/sefl-connection-settings.php

    r3480908 r3486191  
    111111
    112112            'sefl_account_select' => array(
    113                 'name' => __('Request LTL freight quotes as:', 'sefl_freight_wc_settings'),
     113                'name' => __('Test the API connection using:', 'sefl_freight_wc_settings'),
    114114                'id' => 'sefl_account_select_setting',
    115115                'class' => 'sefl_account_select_setting',
     
    117117                'default' => 'shipper',
    118118                'options' => array(
    119                     'shipper' => __('Test With Shipper', 'woocommerce'),
    120                     'thirdParty' => __('Test With Third Party', 'woocommerce')
     119                    'shipper' => __('Customer Account Number', 'woocommerce'),
     120                    'thirdParty' => __('3rd Party Billing Account Number', 'woocommerce')
    121121                )
    122122            ),
     
    128128                'default' => 'freightClass',
    129129                'options' => array(
    130                     'freightClass' => __('Freight class', 'sefl_freight_wc_settings'),
    131                     'both' => __('Freight class and Dimensions', 'sefl_freight_wc_settings')
     130                    'freightClass' => __('and freight class.', 'sefl_freight_wc_settings'),
     131                    'both' => __('freight class, and dimensions.', 'sefl_freight_wc_settings')
    132132                )
    133133            ),
  • ltl-freight-quotes-sefl-edition/trunk/ltl-freight-quotes-sefl-edition.php

    r3484576 r3486191  
    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.10
     6 * Version:        3.2.11
    77 * Author:         Eniture Technology
    88 * Author URI:     http://eniture.com/
  • ltl-freight-quotes-sefl-edition/trunk/readme.txt

    r3484576 r3486191  
    44Requires at least: 6.4
    55Tested up to: 6.9
    6 Stable tag: 3.2.10
     6Stable tag: 3.2.11
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    154154== Changelog ==
    155155
     156= 3.2.11 - 2026-03-19 =
     157* Update: Updated labels text on the connection settings page for improved clarity and consistency.
     158
    156159= 3.2.10 - 2026-03-17 =
    157160* Update: Added a new setting in SEFL connection settings labeled **SEFL rates my freight based on weight:** for improved freight rate configuration.
  • ltl-freight-quotes-sefl-edition/trunk/template/sefl-connection-settings.php

    r3480908 r3486191  
    111111
    112112            'sefl_account_select' => array(
    113                 'name' => __('Request LTL freight quotes as:', 'sefl_freight_wc_settings'),
     113                'name' => __('Test the API connection using:', 'sefl_freight_wc_settings'),
    114114                'id' => 'sefl_account_select_setting',
    115115                'class' => 'sefl_account_select_setting',
     
    117117                'default' => 'shipper',
    118118                'options' => array(
    119                     'shipper' => __('Test With Shipper', 'woocommerce'),
    120                     'thirdParty' => __('Test With Third Party', 'woocommerce')
     119                    'shipper' => __('Customer Account Number', 'woocommerce'),
     120                    'thirdParty' => __('3rd Party Billing Account Number', 'woocommerce')
    121121                )
    122122            ),
     
    128128                'default' => 'freightClass',
    129129                'options' => array(
    130                     'freightClass' => __('Freight class', 'sefl_freight_wc_settings'),
    131                     'both' => __('Freight class and Dimensions', 'sefl_freight_wc_settings')
     130                    'freightClass' => __('and freight class.', 'sefl_freight_wc_settings'),
     131                    'both' => __('freight class, and dimensions.', 'sefl_freight_wc_settings')
    132132                )
    133133            ),
Note: See TracChangeset for help on using the changeset viewer.