Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #344 from 10up/release/4.0.0
Browse files Browse the repository at this point in the history
Release/4.0.0
  • Loading branch information
darylldoyle authored Jul 18, 2023
2 parents eb18ba4 + 62c3bac commit 6a1e7a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> **Note**<br>
> Version 4 of WP Local Docker has been released and contains breaking changes.<br>
> Please follow the [migration instructions](#migrate-a-wp-local-docker-v2-environment-to-v4) when upgrading.
> Please follow the [migration instructions](#migrate-a-wp-local-docker-v2-environment-to-v400) when upgrading.
---

Expand Down Expand Up @@ -53,8 +53,8 @@
* [Troubleshooting](#troubleshooting)
* [Migrating from Older Versions](#migrating-from-older-versions)
+ [Migrate a WP Local Docker V1 Environment](#migrate-a-wp-local-docker-v1-environment)
+ [Migrate a WP Local Docker V2 Environment to v3](#migrate-a-wp-local-docker-v2-environment-to-v3)
+ [Migrate a WP Local Docker V2 Environment to v4](#migrate-a-wp-local-docker-v2-environment-to-v4)
+ [Migrate a WP Local Docker V2 Environment to v3.0.0+](#migrate-a-wp-local-docker-v2-environment-to-v300)
+ [Migrate a WP Local Docker V2 Environment to v4.0.0+](#migrate-a-wp-local-docker-v2-environment-to-v400)

## Introduction

Expand Down Expand Up @@ -851,7 +851,7 @@ Here's an example:

This command will migrate the environment located at `~/sites/mysite` to a new WP Local Docker V2 environment.

### Migrate a WP Local Docker V2 Environment to v3
### Migrate a WP Local Docker V2 Environment to v3.0.0+

To upgrade your WP Local Docker V2 environment to V3, run the following command:

Expand All @@ -863,7 +863,7 @@ When asked `Do you want to reset your global services configuration? This will r

This will update your configuration to the latest `.wplocaldocker/global/docker-compose.yml`.

### Migrate a WP Local Docker V2 Environment to v4
### Migrate a WP Local Docker V2 Environment to v4.0.0+

To upgrade your WP Local Docker V2 environment to V4, follow the steps below:

Expand All @@ -876,7 +876,7 @@ To upgrade your WP Local Docker V2 environment to V4, follow the steps below:
2. Update WP Local Docker

```bash
npm install -g wp-local-docker@next
npm install -g wp-local-docker@latest
```

3. Restart your terminal
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-local-docker",
"version": "4.0.0-rc.3",
"version": "4.0.0",
"description": "WP Local Docker",
"license": "MIT",
"homepage": "https://10up.github.io/wp-local-docker-docs/",
Expand Down

0 comments on commit 6a1e7a2

Please sign in to comment.