Releases: wolfdevsllc/wd-multi-plugin-installer
Releases · wolfdevsllc/wd-multi-plugin-installer
v1.0.0 — Multi-source bulk plugin installer
First polished release. The plugin is fully reworked from a single-file procedural script into a namespaced, OOP plugin.
Highlights
- Tabbed workspace under Plugins → Multi Plugin Installer: Upload, From URL, From Repository (wp.org), GitHub, Bundles, Activity.
- Drag-and-drop ZIP uploads with per-file queue, real plugin name + version surfaced after install, and live status pills.
- Direct URL installs — one URL per line, validated and downloaded server-side.
- wp.org search & install by slug.
- GitHub release installs from
owner/repo(with optional access token for private repos). - Bundles — save, reuse, import, and export named lists of plugins (URL / slug / GitHub) as JSON.
- Activate after install + Replace existing toggles.
- Per-row Activate / Retry / View in Plugins buttons.
- Toast notifications + inline two-step confirms (no native browser dialogs).
- Activity log of the last 200 install attempts.
- REST API under
/wp-json/wd-mpi/v1/and WP-CLI commandwp wd-mpi install <source>.... - Security — capability checks (
install_plugins+upload_plugins), REST nonces, MIME + extension validation, 64 MB cap, temp file cleanup. - UI — flat, hairline-bordered, inline SVG icons, no gradients, no emojis, single-accent palette.
Install
Download wd-multi-plugin-installer-1.0.0.zip from this release and upload it from Plugins → Add New → Upload Plugin.
Requirements
- WordPress 6.2+
- PHP 7.4+