Overview
By default since WordPress 3.7 version only auto updates minor releases and security updates, if you want the WordPress auto updates to handle major core updates too, you will have to add a single configuration line.
Instructions
- Open the wp-config.php file in the root folder of your WordPress installation and add this line to it:
define('WP_AUTO_UPDATE_CORE', true);
