Descrição
Seamless rollback of WordPress Core to latest release or any outdated, secure release using the Core Update API and core update methods. Only latest release and outdated, secure releases are offered.
Refer to https://api.wordpress.org/core/stable-check/1.0/
Usage
From the Tools menu select Rollback Core
, select the version you wish to rollback to from the dropdown and click Rollback
. You will be directed to the update-core.php
page where you should see a button to Re-install
your specified version. If you move away from the update-core.php
page before clicking the Re-install
button you will have 15 seconds to return and complete the process or you will need to start over.
In multisite use the Settings menu.
WARNING: Downgrading WordPress Core may leave your site in an unusable state requiring a complete reinstall or a forced reinstall using WP-CLI, wp core update --force --version=5.5.3
. It may also leave your site broken due to a plugin or theme incompatibility. Use at your own risk.
Rollbacks use your current locale.
PRs are welcome.
Avaliações
Não existem avaliações para esse plugin.
Colaboradores e desenvolvedores
“Core Rollback” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
Colaboradores“Core Rollback” foi traduzido para 2 localizações. Agradecemos aos tradutores por suas contribuições.
Traduzir “Core Rollback” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.
Registro de alterações
1.0.1 / 2020-12-4
- fix text-domain in string, thanks Alex
1.0.0 / 2020-11-17
- initial release to dot org repository
- add
Class Bootstrap
to intiate process - updated instructions, etc
- add assets, screenshots, banners, icon
- add
readme.txt
and clean upcreate_admin_page()
- add warning notice to settings
- add
force-check
query arg to redirect to more consistently display theRe-install Now
button. - limit rollbacks to WP > 4.0, I found some non-recoverable issue in my local testing
- initial release