=== Plugin Info to CSV === Contributors: Pixelmattic, abrarahmedg Donate link: https://www.pixelmattic.com/ Tags: export, plugin export, meta data, plugin meta data, plugin info, plugin info to csv Requires at least: 3.0.1 Tested up to: 5.2.4 Requires PHP: 5.2.4 Stable tag: 4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A simple plugin that extracts all the meta information of the plugins installed on your WordPress == Description == A simple plugin that extracts all the meta information of the plugins installed on your WordPress (like Plugin version number, Last date of update, compatibility with WordPress versions, author name and plugin homepage) and exports it as a CSV file. You can also display this information on your website using a shortcode [plugininfo] == Installation == 1. Upload the entire `Plugin-Info-to-CSV` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. == General Usage == 1. To create a Plugins info page 2. Go to WP-Admin -> Pages -> Add New 3. Type any title you like in the page's title area 4. Copy and paste short code in the page's content area: [plugininfo] 1. To export Plugins Data 2. Go to WP-Admin -> Plugins -> Plugin Info to CSV 3. Click on download link, CSV file will be downloaded. == Changelog == = 1.0.1 = *Release Date - 30 August 2018* * Fixed minor bugs.