Plugin Directory

Changeset 3435907


Ignore:
Timestamp:
01/09/2026 12:41:20 PM (2 months ago)
Author:
smackcoders
Message:

Version 2.22

Location:
wp-ultimate-exporter
Files:
32 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-ultimate-exporter/trunk/Readme.txt

    r3410537 r3435907  
    22Contributors: smackcoders, riswanasmack, premairuthayarajan
    33Donate link: https://www.paypal.me/smackcoders
    4 Tags: export, wordpress csv export, export woocommerce products, export orders, product export, migrate, csv, exporter, order export, export woocommerce, export wordpress, wordpress XMl export, csv export, XML export, csv exporter, export woocommerce coupons, export custom post type
     4Tags: export, wordpress csv export, export woocommerce products, export orders, product export, migrate, csv, exporter, order export, export woocommerce, export wordpress, wordpress XMl export, csv export, XML export, csv exporter, export woocommerce coupons, export custom post type, easy digital downloads export
    55Requires at least: 5.0
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 2.21
    9 Version: 2.21
     8Stable tag: 2.22
     9Version: 2.22
    1010Author URI: https://www.smackcoders.com/wp-ultimate-csv-importer-pro.html
    1111License: GPLv2 or later
     
    2121**Important Note:** WP Ultimate Exporter is an add-on that requires the **[WP Ultimate CSV Importer](https://wordpress.org/plugins/wp-ultimate-csv-importer/)** to function.
    2222With this plugin, you can export all your WordPress content—including posts, pages, custom fields, users, and WooCommerce data—ensuring secure backups and effortless migrations.
     23
     24= What’s New in WP Ultimate Exporter 2.22 =
     25
     26WP Ultimate Exporter now supports **exporting Easy Digital Downloads data**. You can export Downloads (digital products), Customers, and Discounts using CSV, Excel, XML, and other supported file formats. This update helps simplify EDD data backups, reporting, and migrations by allowing structured exports of key store data.
    2327
    2428**Top Features & Benefits**
     
    6064- **Export WooCommerce Reviews & Coupons** – Store and analyze customer feedback and promotional data.
    6165
    62 = Events Calendar Import & Export =
    63 
    64 Manage your event data with precision using Events Calendar import and export support. Seamlessly migrate, update, or back up event information in CSV/XML/Excel formats, without losing important details.
    65 - **Import Complete Event Records** – Bring in event titles, descriptions, start/end dates, venues, organizers, categories, and custom fields. For this you need, our Import plugin.
    66 - **Export Events for Bulk Editing** – Generate structured CSV/XML/Excel or other file to update event schedules, locations, or metadata in bulk.
    67 - **Preserve Event Relationships** – Keep linked venues, organizers, and taxonomies intact during migrations.
    68 - **Streamline Site Migrations & Redesigns** – Move large event libraries across staging, production, or new websites effortlessly.
    69 
    7066= Why Export Your WordPress Data? =
    7167
     
    418414Iteration-based export breaks down large data exports into smaller, manageable batches. Instead of processing all records at once, the plugin exports them in multiple iterations—reducing server load, avoiding timeouts, and ensuring smoother, more reliable exports for large datasets.
    419415
     416= 20. Can I export Easy Digital Downloads data using WP Ultimate CSV Importer? =
     417
     418Yes. You can export Easy Digital Downloads data, including Downloads, Customers, and Discounts. Go to the Export tab, choose Custom Posts, select the required EDD module (EDD Downloads/EDD Customers/EDD Discount), set the file name and format, and click Export.
     419
     420
    420421== Changelog ==
     422
     423= 2.22 =
     424* Added: Export support for Easy Digital Downloads Downloads, Customers, and Discounts.
     425
    421426= 2.21 =
    422427* Added: Compatibility with WordPress 6.9.
     
    879884== Upgrade Notice ==
    880885
    881 = 2.21 =
    882 
    883 This update adds compatibility with WordPress 6.9 and introduces full support for exporting Listeo theme profile meta fields. Updating is recommended to ensure smooth exports and improved user data handling.
     886= 2.22 =
     887
     888This update adds Easy Digital Downloads export support, allowing you to export Downloads, Customers, and Discounts.
     889
     890
     891
     892
  • wp-ultimate-exporter/trunk/wp-ultimate-exporter.php

    r3410537 r3435907  
    1111 * @wordpress-plugin
    1212 * Plugin Name: WP Ultimate Exporter
    13  * Version:     2.21
     13 * Version:     2.22
    1414 * Plugin URI:  https://www.smackcoders.com/ultimate-exporter.html
    1515 * 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.
     
    3939    exit; // Exit if accessed directly
    4040
    41 define('IMPORTER_VERSION', '7.35');
    42 define('EXPORTER_VERSION', '2.21');
     41define('IMPORTER_VERSION', '7.37');
     42define('EXPORTER_VERSION', '2.22');
    4343require_once('Plugin.php');
    4444require_once('SmackExporterInstall.php');
Note: See TracChangeset for help on using the changeset viewer.