=== MediaNest Upload Manager ===
Contributors: dilip2615, rafikwp
Tags: media, upload, files, directory, import
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.1.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Upload files into a dedicated uploads subfolder, browse from wp-admin, and import into the Media Library.

== Description ==

This plugin adds a wp-admin screen under Media where you can:

- Upload files (supports chunked upload via Plupload)
- Browse uploaded files in a directory tree
- Import images (JPG, PNG, GIF, WebP) and PDF files from this directory into the Media Library

Note: Upload size ultimately depends on server limits (PHP upload_max_filesize, post_max_size, timeouts, etc.). Chunking can help with stability but cannot bypass hard limits on your hosting.

== Installation ==

1. Upload the plugin folder to /wp-content/plugins/
2. Activate the plugin through the Plugins menu in WordPress
3. Go to Media → MediaNest Upload Manager

== Screenshots ==

1. Admin screen for uploading files, browsing the directory tree, and importing files into Media.

== FAQ ==

= Does this plugin create/modify files outside WordPress uploads?

No. Uploaded content is stored inside your WordPress uploads directory only (in a dedicated subfolder).

== Changelog ==

= 1.1.1 =
* Updated branding and improved admin/readme wording for WordPress.org.
* Security: restrict uploads and imports to images (JPG, PNG, GIF, WebP) and PDF only.
* Security: server-side content validation (image MIME detection, PDF magic bytes).
* Security: harden upload subfolders with index.php and .htaccess (Apache).
* Security: validate assembled file size after chunked uploads.
* Initial release.

