Skip to content

Releases: kodansha/killer-pads

v1.6.0 improved disable autosave functionality, limiting revision number, drop PHP 8.0 support

Choose a tag to compare

@5t111111 5t111111 released this 19 Apr 02:26
0c04027
  • Improved disable autosave functionality
  • Limiting revision number to 100 by default
  • Drop PHP 8.0 or earlier support

Full Changelog: v1.5.7...v1.6.0

v1.5.7 - only update plugin version

Choose a tag to compare

@5t111111 5t111111 released this 08 Mar 04:49
16802ec

Fix init function name to prevent confliction

Choose a tag to compare

@5t111111 5t111111 released this 08 Mar 04:44
372fd72
v1.5.6

Update killer-pads.php

v1.5.5 - rollback to use wp_redirect for dashboard redirection

Choose a tag to compare

@5t111111 5t111111 released this 06 Mar 09:03
a47fc18

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

Choose a tag to compare

@5t111111 5t111111 released this 17 Jan 10:03
8ba8bb7

Full Changelog: v1.5.3...v1.5.4

v1.5.3 - Tweak plugin configuration

Choose a tag to compare

@5t111111 5t111111 released this 17 Jan 09:59
9fca00a

Full Changelog: v1.5.2...v1.5.3

v1.5.2

Choose a tag to compare

@5t111111 5t111111 released this 17 Jan 09:51
4d13d67

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

v1.5.1 - Organization prefixed namespace

Choose a tag to compare

@5t111111 5t111111 released this 17 Jan 09:44
a4873e5

Full Changelog: v1.5.0...v1.5.1

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

Choose a tag to compare

@5t111111 5t111111 released this 07 Jan 04:37
f1a48d8
  • 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

Choose a tag to compare

@5t111111 5t111111 released this 09 Aug 07:43
1847844
  • Rest routes that start with /wp/v2/users are always blocked even when the wp/v2 namespace is whitelisted.