Package identity
- Handle:
webblocks-redirect-manager - Version: 0.1.25
- Type: CMS plugin
- License: MIT
Technical reference
Create and manage simple 301 and 302 redirects from the WebBlocks CMS admin area.
Values below come from the current package manifest and Composer metadata.
webblocks-redirect-managerInstallation is disabled-by-default and setup remains an explicit operator action.
Updates: review release notes and compatibility first. Package replacement must not silently enable the plugin or run migrations.
Inspectable behavior contributed to the host product.
webblocks-redirect-manager.viewwebblocks-redirect-manager.manageThe public contract describes ownership without exposing secrets or private implementation details.
Owns webblocks_redirect_manager_redirects with source, target, status, enabled state, hit count and last-hit timestamp. Unmatched and protected namespaces bypass redirect evaluation.
Write operations validate unique normalized paths, URL schemes, status codes and self-target loops. Non-GET/HEAD requests are never redirected.
Disabling makes plugin-owned routes, menus, blocks and behavior inert. Run migrations explicitly after compatible updates. Before uninstalling, export or back up plugin-owned data; package removal and data removal are separate lifecycle decisions.
Start with the plugin detail screen and health result. Confirm compatibility, required migrations, host services, scheduled commands and external-provider configuration before inspecting application logs.
What exists in the local package today, and what should be expanded next.
Current source set: README, changelog and catalog metadata notes.
Runtime behavior is unusually explicit; add an operator-focused migration and redirect-testing guide.