Derive the content root solely from wp_upload_dir() and drop the WP_CONTENT_DIR fallback, so the browser root is resolved entirely through core location functions with no internal constants.
0.2.3
Resolve the content directory through wp_upload_dir() instead of the WP_CONTENT_DIR constant, so the browser root follows custom content/uploads locations.
Restore the original zlib.output_compression setting after a download streams, keeping the change confined to the single download request.
0.2.2
New: search filenames in the current folder and all subfolders (results are bounded); matching folds multibyte characters where available.
0.2.1
Lowered the ZIP size limit to 50 MB so archives stay within typical shared-hosting execution limits.
0.2.0
New: download an individual file (sent as an attachment, never rendered inline).
New: download the current folder as a ZIP, with file-count and total-size limits, skipping symlinks and blocked files.
Downloads flush pending output buffers and disable on-the-fly compression before streaming, so binary files and archives are never corrupted or truncated.
0.1.1
Security: on multisite, restrict access to network super admins instead of every per-site administrator.
Security: disable the plugin (including its admin menu) when DISALLOW_FILE_EDIT is defined as true.
Move the admin page under Tools instead of a top-level menu item.
0.1.0
Initial release: read-only browsing of wp-content with inline text and image preview.