Changeset 3308059
- Timestamp:
- 06/08/2025 11:26:19 AM (9 months ago)
- Location:
- extension-info-exporter
- Files:
-
- 9 added
- 2 edited
-
tags/3.2 (added)
-
tags/3.2/README.txt (added)
-
tags/3.2/admin (added)
-
tags/3.2/admin/js (added)
-
tags/3.2/admin/js/admin-settings.js (added)
-
tags/3.2/extension-info-exporter.php (added)
-
tags/3.2/includes (added)
-
tags/3.2/includes/admin-settings.php (added)
-
tags/3.2/uninstall.php (added)
-
trunk/README.txt (modified) (5 diffs)
-
trunk/extension-info-exporter.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extension-info-exporter/trunk/README.txt
r3278362 r3308059 1 1 === Extension Info Exporter === 2 Contributors: dvpatel, nakulchandra, bhagyeshdmistry2 Contributors: dvpatel, nakulchandra, dallaswebagencyus 3 3 Donate link: https://buymeacoffee.com/dvpatel 4 4 Tags: Export plugin details, Plugin data export, CSV generator, Plugin inventory, Data export … … 7 7 Tested up to: 6.8 8 8 Requires PHP: 7.0 9 Stable tag: 3. 19 Stable tag: 3.2 10 10 License: GPLv2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 14 14 == Description == 15 15 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 18 Whether 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 20 With 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. 17 21 18 22 == Features == 19 23 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 35 http://www.youtube.com/watch?v=o8Jo4lBPZtU 28 36 29 37 == List of Exportable Fields == 30 38 31 1. Plugin Name (always included) 39 You can choose to include any of the following fields in your export: 40 41 1. **Plugin Name (always included)** 32 42 2. Plugin Version 33 43 3. Latest Available Version … … 40 50 10. Compatible up to WordPress Version 41 51 11. 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 60 No setup needed — install, choose your fields, and click Export CSV. 42 61 43 62 == Installation == … … 102 121 * Implemented enhanced security options for data export. 103 122 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 104 144 = 1.0.2 = 105 145 * Update Security. 106 146 107 147 = 1.0.0 = 108 * Initial release of Extension Info Exporter.148 First release of the plugin. 109 149 110 150 == Upgrade Notice == 151 152 = 3.2 = 153 * Readme File Update 111 154 112 155 = 3.1 = -
extension-info-exporter/trunk/extension-info-exporter.php
r3278362 r3308059 4 4 * Plugin Name: Extension Info Exporter 5 5 * 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. 16 * Version: 3.2 7 7 * Author: Dhaval Vachhani 8 8 * Author URI: https://dhavalwp.com
Note: See TracChangeset
for help on using the changeset viewer.