Changeset 3212022
- Timestamp:
- 12/23/2024 07:54:14 AM (3 months ago)
- Location:
- wp2leads/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
wp2leads/trunk/admin/partials/wp2leads-admin-map_port.php
r3205805 r3212022 754 754 ?> 755 755 <?php if (isset($_GET['generate_map'])) { ?> 756 <input class="start_magic" value="<?php echo $_GET['generate_map']; ?>" type="hidden"><?php756 <input class="start_magic" value="<?php echo esc_url($_GET['generate_map']); ?>" type="hidden"><?php 757 757 // check required plugins for this map 758 758 $pl = new Wp2leads_RequiredPlugins(); 759 $rqp = $pl->check_map_plugins( $_GET['generate_map']);759 $rqp = $pl->check_map_plugins(esc_url($_GET['generate_map'])); 760 760 761 761 if ( ! $rqp ) { ?> -
wp2leads/trunk/readme.txt
r3205962 r3212022 28 28 29 29 = Neues Handbuch seit 2022 = 30 30 31 [Jetzt zugreifen und besser und schneller verbinden](https://wp2leads.tawk.help/de) 31 32 … … 222 223 == Changelog == 223 224 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. 228 Daher alle aktualisieren. 229 [Details auf PatchStack: ](https://patchstack.com/database/report-preview/996e01b5-6a7a-410e-a30d-23afa2fe8d61?pin=tjkLXWa829vU1u2O) 230 231 * Status: 232 Patch validated. This report is in the queue for disclosure and will be published at any time. 233 DE: 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 = 225 239 226 240 * Leider wurden pro Übertragungsmodule nicht erkannt und vom 5.12. - 10.12. deaktiviert. -
wp2leads/trunk/wp2leads.php
r3205962 r3212022 16 16 * Plugin URI: https://wp2leads.com/ 17 17 * Description: Transfer user data from nearly all WordPress Plugins to Klick-Tipp 18 * Version: 3.4. 218 * Version: 3.4.3 19 19 * Requires at least: 5.0 20 20 * Tested up to: 6.7 … … 105 105 * Rename this for your plugin and update it as you release new versions. 106 106 */ 107 define( 'WP2LEADS_VERSION', '3.4. 2' );108 define( 'WP2LEADS_BRANCH', ' filter-hooks-for-data-and-columns' );107 define( 'WP2LEADS_VERSION', '3.4.3' ); 108 define( 'WP2LEADS_BRANCH', 'security-fix' ); 109 109 define( 'WP2LEADS_DEBUG', false); 110 110
Note: See TracChangeset
for help on using the changeset viewer.