Changeset 3278362
- Timestamp:
- 04/21/2025 05:57:54 PM (11 months ago)
- Location:
- extension-info-exporter
- Files:
-
- 9 added
- 2 edited
-
tags/3.1 (added)
-
tags/3.1/README.txt (added)
-
tags/3.1/admin (added)
-
tags/3.1/admin/js (added)
-
tags/3.1/admin/js/admin-settings.js (added)
-
tags/3.1/extension-info-exporter.php (added)
-
tags/3.1/includes (added)
-
tags/3.1/includes/admin-settings.php (added)
-
tags/3.1/uninstall.php (added)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/extension-info-exporter.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extension-info-exporter/trunk/README.txt
r3208182 r3278362 1 1 === Extension Info Exporter === 2 2 Contributors: dvpatel, nakulchandra, bhagyeshdmistry 3 Donate link: https://buymeacoffee.com/dvpatel 3 4 Tags: Export plugin details, Plugin data export, CSV generator, Plugin inventory, Data export 4 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. 5 6 Requires at least: 5.0 6 Tested up to: 6. 77 Tested up to: 6.8 7 8 Requires PHP: 7.0 8 Stable tag: 2.29 Stable tag: 3.1 9 10 License: GPLv2 or later 10 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 77 78 == Changelog == 78 79 80 = 3.1 = 81 * Compatible with WordPress 6.8 82 79 83 = 2.2 = 80 84 * Adds "Sr. Number" as the first column. … … 106 110 == Upgrade Notice == 107 111 112 = 3.1 = 113 * Compatible with WordPress 6.8 114 108 115 = 2.2 = 109 116 * Adds "Sr. Number" as the first column. -
extension-info-exporter/trunk/extension-info-exporter.php
r3208182 r3278362 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: 2.26 * Version: 3.1 7 7 * Author: Dhaval Vachhani 8 8 * Author URI: https://dhavalwp.com
Note: See TracChangeset
for help on using the changeset viewer.