wpsharks / comet-cache

An advanced WordPress® caching plugin inspired by simplicity.
https://cometcache.com
GNU General Public License v3.0
75 stars 17 forks source link

Feature Request: Automatic Background Updates #827

Closed raamdev closed 7 years ago

raamdev commented 8 years ago

In https://github.com/websharks/comet-cache/issues/289 we made Comet Cache Pro compatible with WordPress Automatic Background Updates. Now we just need an option to enables this by default, and allows a site owner to disable it (instead of requiring a filter). The WordPress Codex page explains how auto_update_plugin can be filtered to achieve this.

2016-09-06_23-52-53

<h3>Automatic Background Updates</h3>
<input type="radio" name="" value="1" checked="checked" id=""> On&nbsp;&nbsp;
<input type="radio" name="" value="0" id=""> Off <br>
<p>Set this to ON to allow Comet Cache Pro to download and install bug fixes and security updates automatically in the background. Requires a valid license key.</p>
<hr>
jaswrks commented 7 years ago

Also referencing: https://wordpress.org/plugins/automatic-plugin-updates/screenshots/

raamdev commented 7 years ago

Noting that this feature should be disabled by default, so that site owners can then opt-in to automatic updates if they so choose.

jaswrks commented 7 years ago

Noting that I went with a dropdown menu for consistency with the rest of Comet Cache.

2016-12-08_02-38-43

raamdev commented 7 years ago

Comet Cache v161221 has been released and includes changes from this GitHub Issue. See the v161221 announcement for further details.


This issue will now be locked to further updates. If you have something to add related to this GitHub Issue, please open a new GitHub Issue and reference this one (#827).