Describe the bug
We recently noticed that a number of websites updated to 5.8.1 automatically even though all automatic WordPress core updates were disabled. The toggle for disabling automatic minor updates no longer appears to override the default WordPress setting.
To Reproduce
Steps to reproduce the behavior:
Disable all automatic core WordPress updates in Total Upkeep
Go to Dashboard > Updates and install WordPress core 5.8
Deactivate WP Downgrade, this allows the site to see that 5.8.1 is available.
Go to Tools > Cron Events, find wp_version_check and click Run Now
Go to Dashboard > Updates, your installation should now be running 5.8.1 instead of 5.8
Expected behavior
Minor updates should not happen automatically if the option is disabled in the Total Upkeep settings.
Additional context
I was able to verify that we are the problem by installing Easy Updates Manager and used that plugin to disable all automatic core updates. Core version stayed on 5.8 no matter how many times the version check cron was run.
Describe the bug We recently noticed that a number of websites updated to 5.8.1 automatically even though all automatic WordPress core updates were disabled. The toggle for disabling automatic minor updates no longer appears to override the default WordPress setting.
To Reproduce Steps to reproduce the behavior:
Expected behavior Minor updates should not happen automatically if the option is disabled in the Total Upkeep settings.
Additional context I was able to verify that we are the problem by installing Easy Updates Manager and used that plugin to disable all automatic core updates. Core version stayed on 5.8 no matter how many times the version check cron was run.
@bwmarkle