9 | | 1. Install WordPress 5.8.2 using Local by Flywheel with PHP 7.4.1, Apache and MariaDB 10.4.10. |
10 | | 2. Visit `Database -> Adminer` in Local by Flywheel. |
11 | | 3. Select all the database tables and "Drop" them. |
12 | | 4. Download a copy of WordPress 5.0.4 from [https://wordpress.org/wordpress-5.0.14.zip here] |
13 | | 5. In Local by Flywheel, click the arrow beside your site's path. |
14 | | 6. Navigate to the `app/public` directory. |
15 | | 7. Delete all files except for `wp-config.php`. |
16 | | 8. Open `wordpress-5.0.14.zip` and extract all files into the `app/public` directory. |
17 | | 9. In Local by Flywheel, click "Admin". |
18 | | 10. Proceed through the installation process and login. |
19 | | 11. Navigate to `Appearance -> Plugins -> Add New`. |
20 | | 12. Install and activate the `WordPress Beta Tester` plugin. |
| 10 | 1. Install WordPress 5.8.2 using Local by Flywheel. |
| 11 | 2. Install the Rollback Core and WordPress Beta Tester plugins. |
| 12 | 3. Navigate to `Tools > Rollback Core`. |
| 13 | 4. Select `5.0.14` from the dropdown menu and click "Rollback". |
| 14 | 5. Click "Re-install version 5.0.14". |
| 15 | 6. In Local by Flywheel, click the arrow beside your site's path. |
| 16 | 7. Navigate to `app/public/wp-content/plugins`. |
| 17 | 8. If `hello.php` exists, skip to step 13. |
| 18 | 9. If `hello-dolly` directory exists, delete it and proceed to step 11. |
| 19 | 10. If neither `hello.php` nor the `hello-dolly` directory exist, proceed to step 11. |
| 20 | 11. Download a copy of WordPress 5.0.14 from [https://wordpress.org/wordpress-5.0.14.zip here]. |
| 21 | 12. Extract `hello.php` into `app/public/wp-content/plugins`. |