Changeset 3486191
- Timestamp:
- 03/19/2026 07:37:03 AM (13 days ago)
- Location:
- ltl-freight-quotes-sefl-edition
- Files:
-
- 6 edited
- 1 copied
-
tags/3.2.11 (copied) (copied from ltl-freight-quotes-sefl-edition/trunk)
-
tags/3.2.11/ltl-freight-quotes-sefl-edition.php (modified) (1 diff)
-
tags/3.2.11/readme.txt (modified) (2 diffs)
-
tags/3.2.11/template/sefl-connection-settings.php (modified) (3 diffs)
-
trunk/ltl-freight-quotes-sefl-edition.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/template/sefl-connection-settings.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ltl-freight-quotes-sefl-edition/tags/3.2.11/ltl-freight-quotes-sefl-edition.php
r3484576 r3486191 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.1 06 * Version: 3.2.11 7 7 * Author: Eniture Technology 8 8 * Author URI: http://eniture.com/ -
ltl-freight-quotes-sefl-edition/tags/3.2.11/readme.txt
r3484576 r3486191 4 4 Requires at least: 6.4 5 5 Tested up to: 6.9 6 Stable tag: 3.2.1 06 Stable tag: 3.2.11 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.11 - 2026-03-19 = 157 * Update: Updated labels text on the connection settings page for improved clarity and consistency. 158 156 159 = 3.2.10 - 2026-03-17 = 157 160 * 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 111 111 112 112 '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'), 114 114 'id' => 'sefl_account_select_setting', 115 115 'class' => 'sefl_account_select_setting', … … 117 117 'default' => 'shipper', 118 118 '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') 121 121 ) 122 122 ), … … 128 128 'default' => 'freightClass', 129 129 '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') 132 132 ) 133 133 ), -
ltl-freight-quotes-sefl-edition/trunk/ltl-freight-quotes-sefl-edition.php
r3484576 r3486191 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.1 06 * Version: 3.2.11 7 7 * Author: Eniture Technology 8 8 * Author URI: http://eniture.com/ -
ltl-freight-quotes-sefl-edition/trunk/readme.txt
r3484576 r3486191 4 4 Requires at least: 6.4 5 5 Tested up to: 6.9 6 Stable tag: 3.2.1 06 Stable tag: 3.2.11 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.11 - 2026-03-19 = 157 * Update: Updated labels text on the connection settings page for improved clarity and consistency. 158 156 159 = 3.2.10 - 2026-03-17 = 157 160 * 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 111 111 112 112 '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'), 114 114 'id' => 'sefl_account_select_setting', 115 115 'class' => 'sefl_account_select_setting', … … 117 117 'default' => 'shipper', 118 118 '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') 121 121 ) 122 122 ), … … 128 128 'default' => 'freightClass', 129 129 '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') 132 132 ) 133 133 ),
Note: See TracChangeset
for help on using the changeset viewer.