Plugin Directory

Changeset 3308059


Ignore:
Timestamp:
06/08/2025 11:26:19 AM (9 months ago)
Author:
dvpatel
Message:

Readme File Update

Location:
extension-info-exporter
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • extension-info-exporter/trunk/README.txt

    r3278362 r3308059  
    11=== Extension Info Exporter ===
    2 Contributors: dvpatel, nakulchandra, bhagyeshdmistry
     2Contributors: dvpatel, nakulchandra, dallaswebagencyus
    33Donate link: https://buymeacoffee.com/dvpatel
    44Tags: Export plugin details, Plugin data export, CSV generator, Plugin inventory, Data export
     
    77Tested up to: 6.8
    88Requires PHP: 7.0
    9 Stable tag: 3.1
     9Stable tag: 3.2
    1010License: GPLv2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1414== Description ==
    1515
    16 **Extension Info Exporter** allows administrators to export details of installed plugins into a CSV file. The admin can customize which fields to export, such as plugin name, version, author, and more. This is useful for keeping track of plugin updates and maintaining an inventory of installed plugins.
     16**Extension Info Exporter** helps WordPress administrators efficiently export detailed information about all installed plugins into a customizable CSV file.
     17
     18Whether performing a plugin audit, managing multiple sites, or maintaining client reports, this tool offers a simple, secure way to keep track of plugin inventory.
     19
     20With flexible field selection and one-click export, this plugin makes it easy to document plugin metadata, update statuses, compatibility requirements, and more from your dashboard.
    1721
    1822== Features ==
    1923
    20 - Export plugin details as a CSV file
    21 - Select specific fields to include in the export
    22 - Check if plugins are up-to-date or need an update
    23 - Check the active or inactive status of plugins
    24 - Display the minimum required WordPress version, compatible WordPress version, and required PHP version for each plugin
    25 - Enhanced security options for data export
    26 - Easy-to-use admin settings page
    27 - Simple uninstall cleanup
     24- Export plugin data as a downloadable CSV file
     25- Select which fields to include in your export
     26- Identify which plugins are active or inactive
     27- Check if plugins are outdated and need updates
     28- View plugin compatibility data (WordPress & PHP versions)
     29- Clean and intuitive admin interface
     30- Simple uninstall process with cleanup
     31- Lightweight and secure – no bloat, no tracking
     32
     33== How To Use ==
     34
     35http://www.youtube.com/watch?v=o8Jo4lBPZtU
    2836
    2937== List of Exportable Fields ==
    3038
    31 1. Plugin Name (always included)
     39You can choose to include any of the following fields in your export:
     40
     411. **Plugin Name (always included)**
    32422. Plugin Version
    33433. Latest Available Version
     
    405010. Compatible up to WordPress Version
    415111. Requires PHP Version
     52
     53== This plugin is ideal for ==
     54
     55- Agencies managing multiple WordPress sites
     56- Freelancers documenting site setups
     57- Developers creating plugin audits or checklists
     58- Website owners tracking updates and security
     59
     60No setup needed — install, choose your fields, and click Export CSV.
    4261
    4362== Installation ==
     
    102121* Implemented enhanced security options for data export.
    103122
     123= 3.2 =
     124* Readme File Update
     125
     126= 3.1 =
     127* Compatible with WordPress 6.8
     128
     129= 2.2 =
     130* Adds "Sr. Number" as the first column.
     131
     132= 2.1 =
     133* Improved export functionality with additional fields and validations.
     134
     135= 2.0 =
     136* Improved export functionality with additional fields and validations.
     137
     138= 1.2 =
     139* Added options to export Requires WordPress Version, Compatible up to WordPress version, and Requires PHP Version fields.
     140
     141= 1.1 =
     142* Added the ability to check and export the Active/Inactive status of plugins and implemented enhanced security options for data export.
     143
    104144= 1.0.2 =
    105145* Update Security.
    106146
    107147= 1.0.0 =
    108 * Initial release of Extension Info Exporter.
     148First release of the plugin.
    109149
    110150== Upgrade Notice ==
     151
     152= 3.2 =
     153* Readme File Update
    111154
    112155= 3.1 =
  • extension-info-exporter/trunk/extension-info-exporter.php

    r3278362 r3308059  
    44 * Plugin Name: Extension Info Exporter
    55 * Description: Extension Info Exporter allows administrators to export details of installed plugins into a CSV file. The admin can customize which fields to export, such as plugin name, version, author, and more. This is useful for keeping track of plugin updates and maintaining an inventory of installed plugins.
    6  * Version: 3.1
     6 * Version: 3.2
    77 * Author: Dhaval Vachhani
    88 * Author URI: https://dhavalwp.com
Note: See TracChangeset for help on using the changeset viewer.