Releases: kodansha/killer-pads
Releases · kodansha/killer-pads
Release list
v1.6.0 improved disable autosave functionality, limiting revision number, drop PHP 8.0 support
v1.6.0 improved disable autosave functionality, limiting revision number, drop PHP 8.0 support
Latest
- 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
Includes v1.5.6 changes
Fix init function name to prevent confliction
v1.5.6 Update killer-pads.php
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
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.svgsupport
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/usersare always blocked even when thewp/v2namespace is whitelisted.