WP Auto Updater

0

WP Auto Updater plugin enables automatic updates of WordPress Core, Themes, Plugins and Translations. Version control of WordPress Core makes automatic update more safely. Features Aut

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
pa_languages
Rating
Total ratings
Tags

Description

WP Auto Updater plugin enables automatic updates of WordPress Core, Themes, Plugins and Translations. Version control of WordPress Core makes automatic update more safely.

Features

  • Automatically update WordPress Core
  • Automatically updates Themes, Plugins and Translations
  • Set up a schedule automatic updates
  • Disable automatic updating of each Themes and Plugins
  • Record update history
  • Update notification

Important: before updating, please back up your database and files.

Auto Update Scenario

First of all, we will make an Auto Update Scenario which decide the policy of WordPress automatic updates.

You can choose from the following five automatic updates of WordPress Core.

  • Minor Version Update
  • Major Version Update
  • Minor Only Version Update
  • Previous Generation Version Update
  • Manual Update

Minor Version Update

Minor Version Update enable minor updates. Minor updates is default behavior in WordPress for security updates. The transition of the version number is as follows: update from 4.8 to 4.8.1, 4.8.2 …

Major Version Update

Major Version Update enable major updates. The transition of the version number is as follows: update from 4.7 to 4.8, 4.9 …

Minor Only Version Update

Minor Only Version Update enable major updates and minor updates except version x.y.0. It make sense to take a “skip” approach to avoid introducing new vulnerabilities into the latest major version release.

Update the WordPress Core version (eg. x.y.1 or later) with security fixed. Not automatically update the latest major version of x.y.0. The transition of the version number is as follows: update from 4.7.z to 4.8.z, 4.9.z … skiped 4.7.0, 4.8.0, 4.9.0 …

Previous Generation Version Update

Previous Generation Version Update enable major updates and minor updates except the latest major version. It make sense to take a “wait and see” approach to ensure the latest major version release is stable before.

With the installed WordPress Core version as 4.6.z. If the latest WordPress Core version released to 4.8.0, automatically update it to version 4.7.z. It will be always automatically updated to the previous generation WordPress Core version with probably security fixed.

Manual Update

Manual Update disable automatic updates. You update WordPress Core manually on the Dashboard Updates Screen.

Automatic updates and manual updates are available for themes, plugins and Translations.
It is also possible to disable automatic updating of each Themes and Plugins.

Scheduled automatic updates

Next we will set up a schedule for automatic updates.
The update interval can be selected from the following four.

  • Twice Daily (12 hours interval)
  • Daily
  • Weekly
  • Monthly

You can also set the day, the day of the week, the hour and the minute of the Update Date.

At the time of automatic update, Automatically updates WordPress Core, Themes, Plugins and Translations to be updated.

Support

If you have any trouble, you can use the forums or report bugs.

Contribution

Small patches and bug reports can be submitted a issue tracker in Github. Forking on Github is another good way. You can send a pull request.

Translating a plugin takes a lot of time, effort, and patience. I really appreciate the hard work from these contributors.

If you have created or updated your own language pack, you can send gettext PO and MO files to author. I can bundle it into plugin.

You can also contribute by answering issues on the forums.

Contribute guidlines

If you would like to contribute, here are some notes and guidlines.

  • All development happens on the develop branch, so it is always the most up-to-date
  • The master branch only contains tagged releases
  • If you are going to be submitting a pull request, please submit your pull request to the develop branch
  • See about forking and pull requests

Test Matrix

For operation compatibility between PHP version and WordPress version, see below Github Actions.