Releases: kodansha/killer-pads
Releases · kodansha/killer-pads
v1.5.5 - rollback to use wp_redirect for dashboard redirection
wp_safe_redirect is basically the best redirect function for inner redirection, but in case you set different WP_HOME between WP_SITEURL, safety check fails and it causes infinite redirect loop.
Full Changelog: v1.5.4...v1.5.5
v1.5.4 - only update plugin version
Full Changelog: v1.5.3...v1.5.4
v1.5.3 - Tweak plugin configuration
Full Changelog: v1.5.2...v1.5.3
v1.5.2
Full Changelog: v1.5.1...v1.5.2
v1.5.1 - Organization prefixed namespace
Full Changelog: v1.5.0...v1.5.1
v1.5.0 - Completely disable comments feature, add favicon.svg support
- Completely disable comment feature by default
- Add
favicon.svg
support
Breaking changes
KILLER_PADS_ENABLE_COMMENTS_MENU
is removed and has no effect anymore. Please use KILLER_PADS_ENABLE_COMMENTS
instead to enable comments feature... I think no-one uses this option though.
v1.4.0 - Always blocks /wp/v2/users
- Rest routes that start with
/wp/v2/users
are always blocked even when thewp/v2
namespace is whitelisted.