Skip to content

Releases: kodansha/killer-pads

v1.5.5 - rollback to use wp_redirect for dashboard redirection

06 Mar 09:03
a47fc18
Compare
Choose a tag to compare

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

17 Jan 10:03
8ba8bb7
Compare
Choose a tag to compare

v1.5.3 - Tweak plugin configuration

17 Jan 09:59
9fca00a
Compare
Choose a tag to compare

v1.5.2

17 Jan 09:51
4d13d67
Compare
Choose a tag to compare

Full Changelog: v1.5.1...v1.5.2

v1.5.1 - Organization prefixed namespace

17 Jan 09:44
a4873e5
Compare
Choose a tag to compare

v1.5.0 - Completely disable comments feature, add favicon.svg support

07 Jan 04:37
f1a48d8
Compare
Choose a tag to compare
  • 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

09 Aug 07:43
1847844
Compare
Choose a tag to compare
  • Rest routes that start with /wp/v2/users are always blocked even when the wp/v2 namespace is whitelisted.