Beskrivelse
This plugin adds two custom post types:
- Redirect rules: define where a URL should redirect to, and choose match type (exact, prefix/wildcard, contains, or regex).
- 404 log: stores 404 hits so you can review and create redirects from real traffic.
It also includes an automatic cleanup routine for old 404 log entries.
Textdomain: wa-404-redirects-cpt
Ændringslog
1.1.5
- Fix: ensure admins who can access the Tools page can also access the Redirect/Log CPT lists (capability granting + earlier CPT registration).
1.1.4
- Fix: register admin menus late to avoid other plugins removing the submenu early; tighten Network Admin menu capability.
1.1.3
- Fix: ensure admin menu entry is visible in both Tools (site admin) and Settings (Network Admin) and unify permission checks.
1.1.2
- Fix: ensure Tools menu entry shows reliably for admins on sites with customized capabilities.
1.1.1
- Fix: use a dedicated capability for admin access (works even if sites remove
manage_optionsfrom Administrator). - Fix: align plugin text domain with directory slug for build/translation compatibility.
1.1.0
- Refactor: minimal bootstrap + autoloaded classes in
/src. - i18n: load plugin textdomain.
- Admin: branding/logo in plugin admin screens.
- Plugins list: quick link to the Tools page.
1.0.0
- Initial release.