Plugin Directory

Changeset 3463971


Ignore:
Timestamp:
02/18/2026 06:24:20 AM (6 weeks ago)
Author:
enituretechnology
Message:

5.2.0 - 2026-02-18

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

Ticket 41884621197

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

Legend:

Unmodified
Added
Removed
  • ltl-freight-quotes-worldwide-express-edition/tags/5.2.0/readme.txt

    r3435873 r3463971  
    44Requires at least: 6.4
    55Tested up to: 6.9
    6 Stable tag: 5.1.9
     6Stable tag: 5.2.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • ltl-freight-quotes-worldwide-express-edition/tags/5.2.0/update-plan.php

    r3308984 r3463971  
    3232            $plugin_version = isset($plugin_info[$index]['Version']) ? $plugin_info[$index]['Version'] : '';
    3333
    34             $plugin_dir_url = plugin_dir_url(__FILE__) . 'en-hit-to-update-plan.php';
    3534            $post_data = array(
    3635                'platform' => 'wordpress',
    3736                'carrier' => '1',
    3837                'store_url' => $domain,
    39                 'webhook_url' => $plugin_dir_url,
     38                'webhook_url' => '',
    4039                'plugin_version' => $plugin_version,
    4140            );
     
    8281        $plugin_version = isset($plugin_info[$index]['Version']) ? $plugin_info[$index]['Version'] : '';
    8382
    84         $plugin_dir_url = plugin_dir_url(__FILE__) . 'en-hit-to-update-plan.php';
    8583        $post_data = array(
    8684            'platform' => 'wordpress',
    8785            'carrier' => '1',
    8886            'store_url' => $domain,
    89             'webhook_url' => $plugin_dir_url,
     87            'webhook_url' => '',
    9088            'plugin_version' => $plugin_version,
    9189        );
  • ltl-freight-quotes-worldwide-express-edition/tags/5.2.0/woocommercefrieght.php

    r3435873 r3463971  
    66  Author: Eniture Technology
    77  Author URI: https://eniture.com/
    8   Version: 5.1.9
     8  Version: 5.2.0
    99  Text Domain: eniture-technology
    10   License: GPL version 2 or later
    11   WC requires at least: 6.4
    12   WC tested up to: 10.4.3
     10  License: GPLv2 or later
     11  Requires Plugins: woocommerce
    1312 */
    1413
  • ltl-freight-quotes-worldwide-express-edition/trunk/readme.txt

    r3435873 r3463971  
    44Requires at least: 6.4
    55Tested up to: 6.9
    6 Stable tag: 5.1.9
     6Stable tag: 5.2.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • ltl-freight-quotes-worldwide-express-edition/trunk/update-plan.php

    r3308984 r3463971  
    3232            $plugin_version = isset($plugin_info[$index]['Version']) ? $plugin_info[$index]['Version'] : '';
    3333
    34             $plugin_dir_url = plugin_dir_url(__FILE__) . 'en-hit-to-update-plan.php';
    3534            $post_data = array(
    3635                'platform' => 'wordpress',
    3736                'carrier' => '1',
    3837                'store_url' => $domain,
    39                 'webhook_url' => $plugin_dir_url,
     38                'webhook_url' => '',
    4039                'plugin_version' => $plugin_version,
    4140            );
     
    8281        $plugin_version = isset($plugin_info[$index]['Version']) ? $plugin_info[$index]['Version'] : '';
    8382
    84         $plugin_dir_url = plugin_dir_url(__FILE__) . 'en-hit-to-update-plan.php';
    8583        $post_data = array(
    8684            'platform' => 'wordpress',
    8785            'carrier' => '1',
    8886            'store_url' => $domain,
    89             'webhook_url' => $plugin_dir_url,
     87            'webhook_url' => '',
    9088            'plugin_version' => $plugin_version,
    9189        );
  • ltl-freight-quotes-worldwide-express-edition/trunk/woocommercefrieght.php

    r3435873 r3463971  
    66  Author: Eniture Technology
    77  Author URI: https://eniture.com/
    8   Version: 5.1.9
     8  Version: 5.2.0
    99  Text Domain: eniture-technology
    10   License: GPL version 2 or later
    11   WC requires at least: 6.4
    12   WC tested up to: 10.4.3
     10  License: GPLv2 or later
     11  Requires Plugins: woocommerce
    1312 */
    1413
Note: See TracChangeset for help on using the changeset viewer.