Plugin Directory

Changeset 3492361


Ignore:
Timestamp:
03/27/2026 06:46:52 AM (5 days ago)
Author:
enituretechnology
Message:

3.3.14 - 2026-03-27

  • Fix: Resolved Broken Access Control vulnerability to improve overall plugin security.

Ticket 43519986823

Location:
ltl-freight-quotes-rl-edition
Files:
2 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ltl-freight-quotes-rl-edition/tags/3.3.14/ltl-freight-quotes-rnl-edition.php

    r3469397 r3492361  
    44 * Plugin URI:     https://eniture.com/products/
    55 * Description:    Dynamically retrieves your negotiated shipping rates from R+L Freight and displays the results in the WooCommerce shopping cart.
    6  * Version:        3.3.13
     6 * Version:        3.3.14
    77 * Author:         Eniture Technology
    88 * Author URI:     http://eniture.com/
  • ltl-freight-quotes-rl-edition/tags/3.3.14/readme.txt

    r3469397 r3492361  
    44Requires at least: 6.4
    55Tested up to: 6.9
    6 Stable tag: 3.3.13
     6Stable tag: 3.3.14
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    152152== Changelog ==
    153153
     154= 3.3.14 - 2026-03-27 =
     155* Fix: Resolved Broken Access Control vulnerability to improve overall plugin security.
     156
    154157= 3.3.13 - 2026-02-25 =
    155158* 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  
    3232            $plugin_info = get_plugins();
    3333            $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';
    3634            $post_data = array(
    3735                'platform' => 'wordpress',
    3836                'carrier' => '34',
    3937                'store_url' => $domain,
    40                 'webhook_url' => $plugin_dir_url,
     38                'webhook_url' => '',
    4139                'plugin_version' => $plugin_version,
    4240            );
     
    8280        $plugin_info = get_plugins();
    8381        $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';
    8682        $post_data = array(
    8783            'platform' => 'wordpress',
    8884            'carrier' => '34',
    8985            'store_url' => $domain,
    90             'webhook_url' => $plugin_dir_url,
     86            'webhook_url' => '',
    9187            'plugin_version' => $plugin_version,
    9288        );
  • ltl-freight-quotes-rl-edition/trunk/ltl-freight-quotes-rnl-edition.php

    r3469397 r3492361  
    44 * Plugin URI:     https://eniture.com/products/
    55 * Description:    Dynamically retrieves your negotiated shipping rates from R+L Freight and displays the results in the WooCommerce shopping cart.
    6  * Version:        3.3.13
     6 * Version:        3.3.14
    77 * Author:         Eniture Technology
    88 * Author URI:     http://eniture.com/
  • ltl-freight-quotes-rl-edition/trunk/readme.txt

    r3469397 r3492361  
    44Requires at least: 6.4
    55Tested up to: 6.9
    6 Stable tag: 3.3.13
     6Stable tag: 3.3.14
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    152152== Changelog ==
    153153
     154= 3.3.14 - 2026-03-27 =
     155* Fix: Resolved Broken Access Control vulnerability to improve overall plugin security.
     156
    154157= 3.3.13 - 2026-02-25 =
    155158* 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  
    3232            $plugin_info = get_plugins();
    3333            $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';
    3634            $post_data = array(
    3735                'platform' => 'wordpress',
    3836                'carrier' => '34',
    3937                'store_url' => $domain,
    40                 'webhook_url' => $plugin_dir_url,
     38                'webhook_url' => '',
    4139                'plugin_version' => $plugin_version,
    4240            );
     
    8280        $plugin_info = get_plugins();
    8381        $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';
    8682        $post_data = array(
    8783            'platform' => 'wordpress',
    8884            'carrier' => '34',
    8985            'store_url' => $domain,
    90             'webhook_url' => $plugin_dir_url,
     86            'webhook_url' => '',
    9187            'plugin_version' => $plugin_version,
    9288        );
Note: See TracChangeset for help on using the changeset viewer.