Changeset 1392995
- Timestamp:
- 04/12/2016 02:12:00 PM (10 years ago)
- File:
-
- 1 edited
-
update-control/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
update-control/trunk/readme.txt
r1192059 r1392995 2 2 Contributors: georgestephanis, chipbennett 3 3 Tags: automatic updates, updates 4 Requires at least: 3.7 5 Tested up to: 4.5 6 Stable tag: 1.5 4 7 License: GPLv2 or later 5 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 6 Requires at least: 3.77 Tested up to: 4.38 Stable tag: 1.59 9 10 This adds some options to your Settings > General page that let you tweak auto-updates. 11 12 == Description == 13 14 This plugin adds some options to your Settings > General page, letting you specify how auto-upgrades should function, without the need to specify constants or add filters by hand. 15 16 == Installation == 17 18 Installation using "Add New Plugin" 19 20 1. From your Admin UI (Dashboard), use the menu to select Plugins -> Add New 21 2. Search for 'Update Control' 22 3. Click the 'Install' button to open the plugin's repository listing 23 4. Click the 'Install' button 24 25 Activiation and Use 26 27 1. Activate the plugin through the 'Plugins' menu in WordPress 28 2. From your Admin UI (Dashboard), use the menu to select Settings -> General 29 3. Configure settings, and save 30 31 == Frequently Asked Questions == 32 33 = Why doesn't this Plugin have its own settings page? = 34 35 Plugin settings can be found under Settings -> General. 36 37 Not having a separate settings page is a decision based on UI philosophy. The Plugin simply isn't complex enough to warrant a separate settings page. Perhaps a different admin page, such as Dashboard -> Updates, would be more appropriate; however, core does not provide a way to hook into that page to add settings sections. 38 39 This Plugin is intentionally very simple. If you want a Plugin with more complexity and its own settings page, you might want to check out [Automatic Updater](http://wordpress.org/plugins/automatic-updater). 40 41 = How do I use this Plugin in a multisite network? = 42 43 Activate the Plugin on the main network site, and configure options via Settings -> General. 44 45 = What do "Minor", "Major", and "Development" core updates mean? = 46 47 * "Minor": minor versions will be updated automatically. Minor versions in WordPress are "X.Y.Z". A minor-version update is a change from "X.Y.Z" to "X.Y.Z+1". This is the default core behavior. 48 * "Major": major versions will be updated automatically. Major versiosn in WordPress are "X.Y". A major-version update is a change from "X.Y" to "X.Y+1". 49 * "Development": development versions will be updated automatically. Development versions, also referred to as "bleeding-edge nightlies", are daily updates in the current development branch. While usually quite stable, this option should be used only if you're comfortable with using potentially unstable, development software. This option should only be used on production sites if your name is "Otto". 50 51 = Which setting should I use? = 52 53 Core Updates: 54 55 * If you want minor versions to update automatically (default WordPress core behavior): leave "Automatic Core Update Level?" set to "Minor". 56 * If you want both minor and major versions to update automatically: set "Automatic Core Update Level?" to "Major". 57 * If you want bleeding-edge nightlies: set "Automatic Core Update Level?" to "Development" 58 * If you want to disable core updates altogether: set "Automatic Updates Enabled?" to "no" 59 60 Plugin/Theme/Translation Updates: 61 62 * If you disable updates, Plugin, Theme, and Translation updates will also be disabled 63 * Separately enable Plugin, Theme, and Translation updates via the appropriate checkboxes 64 65 = What are advanced settings? = 66 67 Enable updates for VCS installations 68 69 * By default, WordPress will check for the existence of VCS (version control system) files, and if any are found, will not perform automatic updates. Selecting "Enable updates for VCS installations?" will force WordPress to bypass this check, and perform updates regardless of the existence of VCS files. 70 71 Update Result Emails 72 73 * By default, WordPress sends an update result email for successful, failed, and critically failed updates 74 * Selectively disable emails for each result type via the appropriate checkboxes 75 76 Debug Email 77 78 * This email is sent by default when an update is performed on a site that is running a development version of WordPress. Enable this option to override the debug email, and prevent it from being sent. 79 80 = Why don't automatic updates happen right away? = 81 82 You may find that you receive an update notification, but automatic updates don't happen right away. That's okay! WordPress performs automatic updates according to timing based on certain transient values, and it is possible for the update check to happen some time before the automatic update routine executes. The Plugin doesn't modify the timing of the automatic update routine; rather, it just tells WordPress which update types are enabled. 83 84 Also, core now has two separate types of updates: manual updates and automatic updates. When you see the manual upgrade notice, WordPress has received the manual update offer, but has not yet received the automatic update offer. The two offers are fetched based on two different transients, and do not happen at the same time. Automatic core updates are served on a staggered rollout, which means that it may take up to 36 hours for the automatic update to execute after receiving the manual upgrade notice. For Plugins and Themes, you should normally see the automatic update routine execute within 12 hours of receiving the manual upgrade notice. 85 86 == Changelog == 87 88 = 1.5 = 89 * Bugfix. Fixes filtering of debug email sent when using a development version of WordPress. 90 91 = 1.4 = 92 * Bugfix. Fixes disabling all automatic updates not working. 93 94 = 1.3.2 = 95 * Bugfix. Correct handling of VCS check filter. 96 97 = 1.3.1 = 98 * Bugfix. Correct filter name. 99 100 = 1.3 = 101 * Maintenance Update. Add multisite awareness, more FAQs. 102 103 = 1.2.1 = 104 * Make Advanced Settings UI a bit more intuitive. 105 106 = 1.2 = 107 * Feature Update. Add advanced options toggle, and options for VCS check disabling and debug email. 108 109 = 1.1.3 = 110 * Bugfix. Declare static functions to eliminate e-strict PHP notice. 111 112 = 1.1.2 = 113 * Bugfix. Use selected() instead of checked() in select form fields. 114 115 = 1.1.1 = 116 * Bugfix. Correct variable name typo 117 118 = 1.1 = 119 * Update for WordPress 3.7 final, add update email options. 120 121 = 1.0 = 122 * Initial Release.
Note: See TracChangeset
for help on using the changeset viewer.