Changeset 3492361
- Timestamp:
- 03/27/2026 06:46:52 AM (5 days ago)
- Location:
- ltl-freight-quotes-rl-edition
- Files:
-
- 2 deleted
- 6 edited
- 1 copied
-
tags/3.3.14 (copied) (copied from ltl-freight-quotes-rl-edition/trunk)
-
tags/3.3.14/en-hit-to-update-plan.php (deleted)
-
tags/3.3.14/ltl-freight-quotes-rnl-edition.php (modified) (1 diff)
-
tags/3.3.14/readme.txt (modified) (2 diffs)
-
tags/3.3.14/update-plan.php (modified) (2 diffs)
-
trunk/en-hit-to-update-plan.php (deleted)
-
trunk/ltl-freight-quotes-rnl-edition.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/update-plan.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ltl-freight-quotes-rl-edition/tags/3.3.14/ltl-freight-quotes-rnl-edition.php
r3469397 r3492361 4 4 * Plugin URI: https://eniture.com/products/ 5 5 * Description: Dynamically retrieves your negotiated shipping rates from R+L Freight and displays the results in the WooCommerce shopping cart. 6 * Version: 3.3.1 36 * Version: 3.3.14 7 7 * Author: Eniture Technology 8 8 * Author URI: http://eniture.com/ -
ltl-freight-quotes-rl-edition/tags/3.3.14/readme.txt
r3469397 r3492361 4 4 Requires at least: 6.4 5 5 Tested up to: 6.9 6 Stable tag: 3.3.1 36 Stable tag: 3.3.14 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 152 152 == Changelog == 153 153 154 = 3.3.14 - 2026-03-27 = 155 * Fix: Resolved Broken Access Control vulnerability to improve overall plugin security. 156 154 157 = 3.3.13 - 2026-02-25 = 155 158 * Fix: Corrected cached quotes response handling during rates compilation to ensure accurate shipping rate calculations. -
ltl-freight-quotes-rl-edition/tags/3.3.14/update-plan.php
r3462312 r3492361 32 32 $plugin_info = get_plugins(); 33 33 $plugin_version = isset($plugin_info[$index]['Version']) ? $plugin_info[$index]['Version'] : ''; 34 35 $plugin_dir_url = plugin_dir_url(__FILE__) . 'en-hit-to-update-plan.php';36 34 $post_data = array( 37 35 'platform' => 'wordpress', 38 36 'carrier' => '34', 39 37 'store_url' => $domain, 40 'webhook_url' => $plugin_dir_url,38 'webhook_url' => '', 41 39 'plugin_version' => $plugin_version, 42 40 ); … … 82 80 $plugin_info = get_plugins(); 83 81 $plugin_version = isset($plugin_info[$index]['Version']) ? $plugin_info[$index]['Version'] : ''; 84 85 $plugin_dir_url = plugin_dir_url(__FILE__) . 'en-hit-to-update-plan.php';86 82 $post_data = array( 87 83 'platform' => 'wordpress', 88 84 'carrier' => '34', 89 85 'store_url' => $domain, 90 'webhook_url' => $plugin_dir_url,86 'webhook_url' => '', 91 87 'plugin_version' => $plugin_version, 92 88 ); -
ltl-freight-quotes-rl-edition/trunk/ltl-freight-quotes-rnl-edition.php
r3469397 r3492361 4 4 * Plugin URI: https://eniture.com/products/ 5 5 * Description: Dynamically retrieves your negotiated shipping rates from R+L Freight and displays the results in the WooCommerce shopping cart. 6 * Version: 3.3.1 36 * Version: 3.3.14 7 7 * Author: Eniture Technology 8 8 * Author URI: http://eniture.com/ -
ltl-freight-quotes-rl-edition/trunk/readme.txt
r3469397 r3492361 4 4 Requires at least: 6.4 5 5 Tested up to: 6.9 6 Stable tag: 3.3.1 36 Stable tag: 3.3.14 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 152 152 == Changelog == 153 153 154 = 3.3.14 - 2026-03-27 = 155 * Fix: Resolved Broken Access Control vulnerability to improve overall plugin security. 156 154 157 = 3.3.13 - 2026-02-25 = 155 158 * Fix: Corrected cached quotes response handling during rates compilation to ensure accurate shipping rate calculations. -
ltl-freight-quotes-rl-edition/trunk/update-plan.php
r3462312 r3492361 32 32 $plugin_info = get_plugins(); 33 33 $plugin_version = isset($plugin_info[$index]['Version']) ? $plugin_info[$index]['Version'] : ''; 34 35 $plugin_dir_url = plugin_dir_url(__FILE__) . 'en-hit-to-update-plan.php';36 34 $post_data = array( 37 35 'platform' => 'wordpress', 38 36 'carrier' => '34', 39 37 'store_url' => $domain, 40 'webhook_url' => $plugin_dir_url,38 'webhook_url' => '', 41 39 'plugin_version' => $plugin_version, 42 40 ); … … 82 80 $plugin_info = get_plugins(); 83 81 $plugin_version = isset($plugin_info[$index]['Version']) ? $plugin_info[$index]['Version'] : ''; 84 85 $plugin_dir_url = plugin_dir_url(__FILE__) . 'en-hit-to-update-plan.php';86 82 $post_data = array( 87 83 'platform' => 'wordpress', 88 84 'carrier' => '34', 89 85 'store_url' => $domain, 90 'webhook_url' => $plugin_dir_url,86 'webhook_url' => '', 91 87 'plugin_version' => $plugin_version, 92 88 );
Note: See TracChangeset
for help on using the changeset viewer.