Created
October 24, 2013 23:50
-
-
Save aaroncampbell/7147152 to your computer and use it in GitHub Desktop.
WordPress plugin to enable automatic background updates for major versions.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: Background Updates for Major Releases | |
* Plugin URI: http://ran.ge/ | |
* Description: Enables background updates for major releases | |
* Version: 1.0.0 | |
* Author: Aaron D. Campbell | |
* Author URI: http://ran.ge/ | |
* License: GPLv2 or later | |
*/ | |
add_filter( 'allow_major_auto_core_updates', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moved to https://github.com/OpenRange/background-updates-for-major-releases