Plugin Directory

Changeset 3212022


Ignore:
Timestamp:
12/23/2024 07:54:14 AM (3 months ago)
Author:
Tobias_Conrad
Message:

security fix

Location:
wp2leads/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp2leads/trunk/admin/partials/wp2leads-admin-map_port.php

    r3205805 r3212022  
    754754    ?>
    755755    <?php if (isset($_GET['generate_map'])) { ?>
    756         <input class="start_magic" value="<?php echo $_GET['generate_map']; ?>" type="hidden"><?php
     756        <input class="start_magic" value="<?php echo esc_url($_GET['generate_map']); ?>" type="hidden"><?php
    757757        // check required plugins for this map
    758758        $pl = new Wp2leads_RequiredPlugins();
    759         $rqp = $pl->check_map_plugins($_GET['generate_map']);
     759        $rqp = $pl->check_map_plugins(esc_url($_GET['generate_map']));
    760760
    761761        if ( ! $rqp ) { ?>
  • wp2leads/trunk/readme.txt

    r3205962 r3212022  
    2828
    2929= Neues Handbuch seit 2022 =
     30
    3031[Jetzt zugreifen und besser und schneller verbinden](https://wp2leads.tawk.help/de)
    3132
     
    222223== Changelog ==
    223224
    224 = 3.4.2 - 10.12.2024
     225= 3.4.3 - 23.12.2024 =
     226
     227* Eine weitere Sicherheitslücke wurde geschlossen und wird nachdem 15.01.2024 durch Patchstack veröffentlicht.
     228Daher alle aktualisieren.
     229[Details auf PatchStack: ](https://patchstack.com/database/report-preview/996e01b5-6a7a-410e-a30d-23afa2fe8d61?pin=tjkLXWa829vU1u2O)
     230
     231* Status:
     232Patch validated. This report is in the queue for disclosure and will be published at any time.
     233DE: Patch bestätigt.(d.H. Lücke in Version 3.4.3 geschlossen) Dieser Bericht befindet sich in der Warteschlange zur Veröffentlichung und wird jederzeit veröffentlicht.
     234
     235* [NEU! WooCommerce Verbindung die Vorteile mit Detail mit vielen Screenshots](https://wp2leads.com/woocommerce-und-klicktipp-verbinden/)
     236
     237
     238= 3.4.2 - 10.12.2024 =
    225239
    226240* Leider wurden pro Übertragungsmodule nicht erkannt und vom 5.12. - 10.12. deaktiviert.
  • wp2leads/trunk/wp2leads.php

    r3205962 r3212022  
    1616 * Plugin URI: https://wp2leads.com/
    1717 * Description:       Transfer user data from nearly all WordPress Plugins to Klick-Tipp
    18  * Version:           3.4.2
     18 * Version:           3.4.3
    1919 * Requires at least: 5.0
    2020 * Tested up to: 6.7
     
    105105 * Rename this for your plugin and update it as you release new versions.
    106106 */
    107 define( 'WP2LEADS_VERSION', '3.4.2' );
    108 define( 'WP2LEADS_BRANCH', 'filter-hooks-for-data-and-columns' );
     107define( 'WP2LEADS_VERSION', '3.4.3' );
     108define( 'WP2LEADS_BRANCH', 'security-fix' );
    109109define( 'WP2LEADS_DEBUG', false);
    110110
Note: See TracChangeset for help on using the changeset viewer.