Automatically Updated to 5.8 from 5.7.x, But Docs Mentioned Minor Updates Only
-
Hi, I have multiple production websites automatically updated to v5.8 today from 5.7.x.
I am concerned because major updates could potentially break the website and according to the documentation, by default, only minor releases are enabled by default. (By minor I understand it will not automatically update for major releases, e.g. going from 5.7 to 5.8)
“By default, only minor releases – such as for maintenance and security purposes – and translation file updates are enabled on most sites.”
“By default, every site has automatic updates enabled for minor core releases and translation files.”#1-Has the policy changed / did I misunderstand these statements?
#2-Or should I add this on all the installs going forward?
define( ‘WP_AUTO_UPDATE_CORE’, ‘minor’ );#3-Anywhere I should look / common pitfalls / wrong configuration on my end?
To be clear, I did not turn major updates on with the code.
define( ‘WP_AUTO_UPDATE_CORE’, true );#4- Has this happened to anyone else these few days?
- The topic ‘Automatically Updated to 5.8 from 5.7.x, But Docs Mentioned Minor Updates Only’ is closed to new replies.