Changeset 3405694
- Timestamp:
- 11/29/2025 09:00:53 AM (3 months ago)
- Location:
- wp-ultimate-exporter
- Files:
-
- 30 added
- 3 edited
-
tags/2.20 (added)
-
tags/2.20/License.txt (added)
-
tags/2.20/Plugin.php (added)
-
tags/2.20/Readme.txt (added)
-
tags/2.20/SmackExporterInstall.php (added)
-
tags/2.20/exportExtensions (added)
-
tags/2.20/exportExtensions/CustomerReviewsExport.php (added)
-
tags/2.20/exportExtensions/ElementorExport.php (added)
-
tags/2.20/exportExtensions/ExportExtension.php (added)
-
tags/2.20/exportExtensions/ExportHandler.php (added)
-
tags/2.20/exportExtensions/JetBookingExport.php (added)
-
tags/2.20/exportExtensions/JetCustomTableExport.php (added)
-
tags/2.20/exportExtensions/JetEngine.php (added)
-
tags/2.20/exportExtensions/JetReviewsExport.php (added)
-
tags/2.20/exportExtensions/LearnPress.php (added)
-
tags/2.20/exportExtensions/MetaBox.php (added)
-
tags/2.20/exportExtensions/PostExport.php (added)
-
tags/2.20/exportExtensions/WPQueryExport.php (added)
-
tags/2.20/exportExtensions/WooComExport.php (added)
-
tags/2.20/screenshot-1.png (added)
-
tags/2.20/screenshot-2.png (added)
-
tags/2.20/screenshot-3.png (added)
-
tags/2.20/screenshot-4.png (added)
-
tags/2.20/screenshot-5.png (added)
-
tags/2.20/screenshot-6.png (added)
-
tags/2.20/screenshot-7.png (added)
-
tags/2.20/screenshot-8.png (added)
-
tags/2.20/wp-exp-hooks.php (added)
-
tags/2.20/wp-ultimate-exporter.md (added)
-
tags/2.20/wp-ultimate-exporter.php (added)
-
trunk/Readme.txt (modified) (3 diffs)
-
trunk/exportExtensions/ExportExtension.php (modified) (1 diff)
-
trunk/wp-ultimate-exporter.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-ultimate-exporter/trunk/Readme.txt
r3397789 r3405694 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.4 8 Stable tag: 2. 199 Version: 2. 198 Stable tag: 2.20 9 Version: 2.20 10 10 Author URI: https://www.smackcoders.com/wp-ultimate-csv-importer-pro.html 11 11 License: GPLv2 or later … … 419 419 420 420 == Changelog == 421 = 2.20 = 422 * Fixed: CSRF vulnerability in the parseData() export handler. 421 423 422 424 = 2.19 = … … 873 875 == Upgrade Notice == 874 876 875 = 2.19 = 876 877 This update adds support for exporting Events Calendar data, making it easier to back up, migrate, or bulk-manage your event information. Update now to take advantage of the new export capabilities. 878 877 = 2.20 = 878 879 Security Fix -
wp-ultimate-exporter/trunk/exportExtensions/ExportExtension.php
r3397789 r3405694 430 430 } 431 431 432 // check_ajax_referer('smack-ultimate-csv-importer', 'securekey'); 432 check_ajax_referer('smack-ultimate-csv-importer', 'securekey'); 433 433 434 if (!empty($_POST)) 434 435 { -
wp-ultimate-exporter/trunk/wp-ultimate-exporter.php
r3397789 r3405694 11 11 * @wordpress-plugin 12 12 * Plugin Name: WP Ultimate Exporter 13 * Version: 2. 1913 * Version: 2.20 14 14 * Plugin URI: https://www.smackcoders.com/ultimate-exporter.html 15 15 * Description: Backup tool to export all your WordPress data as CSV file. eCommerce data of WooCommerce, eCommerce, Custom Post and Custom field information along with default WordPress modules. … … 40 40 41 41 define('IMPORTER_VERSION', '7.33'); 42 define('EXPORTER_VERSION', '2. 19');42 define('EXPORTER_VERSION', '2.20'); 43 43 require_once('Plugin.php'); 44 44 require_once('SmackExporterInstall.php');
Note: See TracChangeset
for help on using the changeset viewer.