kanenas — Minor/Patch Auto-Updates gives you granular control over automatic updates. While WordPress allows you to enable or disable auto-updates entirely, this adds a third option: auto-update only minor and patch versions while keeping major versions at bay.
Major version updates often introduce significant changes that may:
With this, you can:
It uses semantic versioning (MAJOR.MINOR.PATCH) to determine update types:
Internally, this plugin runs only on WordPress auto-update decision filters:
auto_update_pluginauto_update_themeWhen you enable minor/patch mode for a plugin or theme, it also adds that item to WordPress core’s auto_update_plugins / auto_update_themes site options so the automatic updater treats it as opted-in the same way as the Plugins/Themes screen toggle.
It does not rewrite update API responses (plugins_api) and does not modify updater transients (pre_set_site_transient_update_plugins). Premium update discovery and license validation remain managed by each vendor updater.
For themes:
1. Go to Appearance Themes
2. Click on a theme to view its details
3. Look for the “Enable auto-updates minor/patch” option in the theme details overlay
This plugin does not collect, store, or transmit any personal data. It only stores plugin/theme preferences in your WordPress database.