PluginProbe
Core Rollback / trunk
Core Rollback vtrunk
1.4.3 trunk 1.0.0 1.0.1 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.4.0 1.4.1 1.4.2
core-rollback / README.md

README.md in Core Rollback trunk, at README.md

40 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Core Rollback
2
3 * Author: Andy Fragen
4 * Author URI: https://github.com/afragen
5 * Donate link: https://thefragens.com/github-updater-donate
6 * License: MIT
7 * Requires PHP: 5.6
8 * Requires at least: 4.1
9
10 ## Description
11
12 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.
13
14 Refer to https://api.wordpress.org/core/stable-check/1.0/
15
16 Logo from a meme generator. [](http://hyperboleandahalf.blogspot.com/2010/06/this-is-why-ill-never-be-adult.htmlOriginal artwork](http://hyperboleandahalf.blogspot.com/2010/06/this-is-why-ill-never-be-adult.html](http://hyperboleandahalf.blogspot.com/2010/06/this-is-why-ill-never-be-adult.html) by Allie Brosh.
17
18 ## Usage
19
20 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.
21
22 In multisite use the Settings menu.
23
24 **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.**
25
26 Rollbacks use your current locale.
27
28 PRs are welcome.
29
30 ## Screenshots
31
32 ### 1. Tools menu item
33 ![Tools menu item](./.wordpress-org/screenshot-1.png)
34
35 ### 2. Rollback Core action dropdown
36 ![Rollback Core action dropdown](./.wordpress-org/screenshot-2.png)
37
38 ### 3. Re-install Now button for rollback
39 ![Re-install Now button for rollback](./.wordpress-org/screenshot-3.png)
40