WP Auto Updater

Beskrivelse

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

Funktioner

  • Opdater automatisk WordPress Core
  • Opdater automatisk, temaer, plugins og oversættelser
  • Opsæt en tidsplan for automatiske opdateringer
  • Deaktiver automatisk opdatering af hvert tema og plugins
  • Gem opdateringshistorik
  • Update notification

Vigtigt: før opdatering, venligst sikkerhedskopiere din database og filer.

Auto-opdaterings scenarie

Først og fremmest laver vi et Auto Update Scenarie , som bestemmer politikken for automatiske WordPress-opdateringer.

Du kan vælge mellem følgende, fem automatiske opdateringer af WordPress Core.

  • Minor Version Update
  • Større opdateringsversion
  • Kun mindre versionsopdateringer
  • Tidligere generations opdateringsversion
  • Manuel opdatering

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 …

Større opdateringsversion

Større opdateringsversion aktivere store opdateringer. Overgangen til versionsnummeret er som følger: opdatering fra 4.7 to 4.8, 4.9 …

Kun mindre versionsopdateringer

Kun mindre versionsopdateringer 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.

Opdater WordPress Core versionen (fx.. X.y.1 eller senere) hvor sikkerheden er løst. Opdater ikke automatisk den seneste større version af x.y.0. Overgangen til versionsnummeret er som følger: opdatering fra 4.7.z til 4.8.z, 4.9.z … springet 4.7.0, 4.8.0, 4.9.0 …

Tidligere generations opdateringsversion

Tidligere generations opdateringsversion 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.

Med den installerede WordPress Core version som 4.6.z. Hvis den seneste WordPress Core version er frigivet til 4.8.0, opdateres den automatisk til version 4.7.z. Der opdateres altid automatisk til den tidligere generation af WordPress Core versionen, hvor sikkerheden formentlig er løst og iorden.

Manuel opdatering

Manuel opdatering disable automatic updates. You update WordPress Core manually on the Dashboard Updates Screen.

Automatiske opdateringer og manuelle opdateringer er tilgængelige til temaer, plugins og oversættelser.
Det er også muligt at deaktivere automatisk opdateringer for de enkelte temaer og plugins.

Planlæg automatiske opdateringer

Dernæst opretter vi en tidsplan for automatiske opdateringer.↵
Opdateringsintervallet kan vælges blandt de følgende fire.

  • To gange dagligt (12 timers interval)
  • Dagligt
  • Ugeligt
  • Månedligt

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.

Skærmbilleder

  • Auto Update Indstillinger
  • Automatisk opdateringshistorik
  • WordPress Update Process Chart

Installation

  1. Download and unzip files. Or install WP Auto Updater using the WordPress plugin installer. In that case, skip 2.
  2. Upload wp-auto-updater to the “/wp-content/plugins/” directory.
  3. Activate the plugin through the ‘ Plugins’ menu in WordPress.
  4. Configure settings through the Dashboard > Auto Updater menu in WordPress.
  5. God fornøjelse!

How do I use it ?

  1. Make an Auto Update Scenario
  2. Opsæt en tidsplan for automatiske opdateringer
  3. Disable Auto Update Themes and Plugins if necessary
  4. Automatically updates WordPress Core, Themes, Plugins and Translations to be updated at the time of automatic update
  5. The update history will be recorded

FAQ

Why not update on scheduled time ?

The possible causes are as follows:

  • The cron schedule was updated somewhere else.
  • The cron schedule has been reset.

For example, when updating with wp-cli, the cron schedule may be updated.
The cron schedule does not match the one set in WP Auto Updater.
In that case, an alert is displayed on the settings screen.

Why are themes or plugins not updating at once ?

Depending on the update interval, it may not be surely updated.
If you update monthly, there are too many themes and plugins to update and you cannot update at once.
We recommend shortening the update interval.

Anmeldelser

9. marts, 2023
The Schedule updates works better than premium plugin "Easy Update Manager"
14. juni, 2022
No problems. The option to set a time, also when the interval is a week, is very useful.
23. april, 2021
Lightweight plugin with all settings which you need. U can set what do you want to update and this plugin do it whenever you want. If you want disable updates for some plugins, u can, if you want update only themes u can. Its possible get emails from updates and set up recipients of this emails. Thank you, I found exactly what i need 🙂
19. september, 2020
Thanks to this little piece of script, life is easier. No more wasting time in doing automatic's! Great tool.
15. januar, 2020
Last months fails to update plugins, so unfortunately noting good anymore.
Read all 8 reviews

Bidragsydere & udviklere

“WP Auto Updater” is open source software. The following people have contributed to this plugin.

Bidragsydere

“WP Auto Updater” er blevet oversat til 6 sprog. Tak til oversætterne for deres bidrag.

Translate “WP Auto Updater” into your language.

Interesseret i udvikling?

Gennemse koden, tjek SVN repository, eller abonner på udviklerloggen via RSS.

Ændringslog

1.7.3

  • add phpcs job to ci
  • add test case
  • fix sanitize for clear logs

1.7.2

  • add php 8.3 to matrix and actions/checkout bump up for ci
  • imporve code with phpcs
  • change the type of a variable
  • add phpunit-legacy job to ci

1.7.1

  • tested up to 6.4.0
  • Opdater japansk oversættelse
  • Opdater pot
  • imporve code with phpcs, phpmd and phpstan
  • change variable type
  • fix Undefined property: stdClass
  • phpunit bump up to version 8
  • ci support php 8.0 later

1.7.0

  • tested up to 6.2.0
  • Opdater japansk oversættelse
  • Opdater pot
  • add test case
  • add last day to schedule
  • fix composer scripts
  • update github actions
  • set auto_update_core_major to disable when activate
  • add support section and enhance contribution section
  • add support section and enhance contribution section to README
  • fix license
  • fix wp-plugin-unit-test.yml

1.6.3

  • change makepot from php script to wp cli
  • change plugin initialization to plugins_loaded hook
  • replace assert from assertEquals to assertSame

1.6.2

  • change requires at least to wordpress 4.9
  • change requires to PHP 5.6
  • add test case

1.6.1

  • update composer dependencies
  • fix test case
  • separate the method into print_update_message
  • add load_plugin_data method
  • change from protected variable to public variable for unit test
  • add timeout-minutes to workflows
  • add phpunit-polyfills
  • update install-wp-tests.sh
  • fix .editorconfig
  • tested up to 5.8.0

1.6.0

  • Opdater japansk oversættelse
  • Opdater pot
  • add an option to delete logs for a specified period range
  • add per_page screen option
  • fix cron schedule warning
  • add timezone string
  • add correction for timestamp when the time has passed

1.5.1

  • tested up to 5.7.0
  • Opdater japansk oversættelse
  • Opdater pot
  • add comment for translators
  • fix composer scripts
  • add test case
  • add sponsor link
  • add FUNDING.yml
  • add donate link
  • update wordpress-test-matrix
  • fix Trying to access array offset on value of type null on PHP7.4
  • add GitHub actions for CI/CD, remove .travis.yml

1.5.0

  • Opdater japansk oversættelse
  • Opdater pot
  • imporve code with phpcs, phpmd and phpstan
  • update testunit configuration
  • fix composer.json
  • fix test case
  • disable auto-update UI elements
  • disable theme and plugin auto-update notification email
  • change hook tag
  • fix to send only built-in core update notification email

1.4.0

  • fix validate
  • fix Unexpected deprecated notice for WP_User->id
  • Opdatere screenshot
  • fix indent and reformat with phpcs and phpcbf
  • refactoring with phpunit
  • bump up phpunit version to 7
  • add phpunit coverage composer script
  • add test case
  • remove duplicate load_textdomain
  • change how options are merged
  • display warning in case the cron schedule is out of sync
  • fix phpdoc and add phpdoc
  • tilføj notifikations funktion

1.3.0

  • add link to WordPress Update Process Chart screenshot
  • fix pot
  • remove jQuery dependency in form_controller function

1.2.3

  • add installed info
  • add reset-wp-tests.sh, uninstall-wp-tests.sh
  • fix pagination

1.2.2

  • add WordPress Update Process Chart screenshot
  • fix test case
  • add test case for floating point
  • refactoring with phpmd and phpstan

1.2.1

  • fix float comparison with version number difference

1.2.0

  • Opdater japansk sprog
  • Opdater pot
  • ændre hook navn
  • refactoring with phpcs
  • fix indent and reformat with phpcs and phpcbf
  • add composer.json for test
  • add static code analysis config

1.1.0

  • improve CI environment
  • add version number before the update in the logs
  • gather present version
  • Tilføj bruger i loggen
  • improve table creation prosess
  • tilføj admin note
  • add table migration function
  • add user column, update history table v1.0.1

1.0.1

  • fix readme
  • Tilføj PHPDoc kommentar

1.0.0

  • første udgivelse