=== Download Helper ===
Contributors: parmarpooja
Donate link: https://github.com/parmarpooja175
Tags: download, file manager, admin, bulk, helper
Requires at least: 4.7
Tested up to: 6.8
Stable tag: 1.0.0
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Download Helper is a lightweight WordPress plugin that lets you manage and organize downloadable files directly from your dashboard.

== Description ==
Easily download any installed theme or plugin as a ZIP file directly from your WordPress admin dashboard. Adds a "Download" button to the Plugins and Themes screens for quick backups or migration. Now with bulk download support!

Features:
* Download individual plugins and themes with a single click
* Bulk download multiple plugins or themes at once
* Organized ZIP structure for easy installation
* Administrator-only access for security

== Installation ==
1. Upload the `download-helper` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Go to the Plugins or Appearance > Themes screen to use the new Download buttons.

== Frequently Asked Questions ==
= Who can use the download feature? =
Only administrators (users with the `manage_options` capability) can see and use the download buttons.

= Where are the ZIP files created? =
ZIP files are created on-the-fly and downloaded directly to your computer. No files are left on the server.

= What are the requirements? =
- PHP 5.6 or higher
- WordPress 4.0 or higher
- PHP ZipArchive extension enabled

= How do I use the bulk download feature? =
1. Go to the Plugins or Themes screen
2. Select multiple items using the checkboxes
3. Choose "Download Selected" from the Bulk Actions dropdown
4. Click "Apply" to download all selected items as a single ZIP file

== Screenshots ==
1. Download button on the Plugins screen (screenshot-1.png in /assets)
2. Download button on the Themes screen (screenshot-2.png in /assets)
3. Bulk download option in the Plugins screen (screenshot-3.png in /assets)
4. Bulk download option in the Themes screen (screenshot-4.png in /assets)

== Changelog ==
= 1.0.0 =
* Initial release: Download any installed theme or plugin as a ZIP file from the admin area.
* Added bulk download support for plugins and themes

== Upgrade Notice ==
= 1.0.0 =
First release with bulk download support. 