Skip to content

Commit

Permalink
Merge pull request #522 from humanmade/backport-520-to-v12-branch
Browse files Browse the repository at this point in the history
Fix links to the migrating guide.
  • Loading branch information
mikelittle authored Jul 25, 2023
2 parents fc9da6f + 8ca5fd5 commit 0ab1d16
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ order: 0

# Upgrading

_If you are migrating an existing install to Altis check out the [migrating guide here](../migrating-from-wordpress.md) first._
_If you are migrating an existing install to Altis check out the [migrating guide](../migrating/) first._

When new versions of Altis are released you will need to manually upgrade your project to the new version. New versions can bring anything from breaking changes to new features. It's important you read the changelog / upgrade notes for the specific version you are upgrading to. When upgrading multiple versions at once, be sure to follow the release notes on all intermediate versions.

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v10.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 10
---
# Upgrading to v10

_If you are migrating from WordPress to Altis, check out the [migrating guide here](../migrating-from-wordpress.md) first._
_If you are migrating from WordPress to Altis, check out the [migrating guide](../migrating/) first._

To upgrade to Altis v10, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^10.0.0`.

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v11.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 11
---
# Upgrading to v11

_If you are migrating from WordPress to Altis, check out the [migrating guide here](../migrating-from-wordpress.md) first._
_If you are migrating from WordPress to Altis, check out the [migrating guide](../migrating/) first._

To upgrade to Altis v11, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^11.0.0`.

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v12.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 12
---
# Upgrading to v12

_If you are migrating from WordPress to Altis, check out the [migrating guide here](../migrating-from-wordpress.md) first._
_If you are migrating from WordPress to Altis, check out the [migrating guide](../migrating/) first._

To upgrade to Altis v12, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^12.0.0`. Note that the new default and recommended version of PHP for Altis v12 is now 8.0. Make sure you have tested your custom code and any additional plugins for compatibility with [PHP version 8.0](#php-80).

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 2
---
# Upgrading to v2

_If you are migrating an existing install to Altis check out the [migrating guide here](../migrating-from-wordpress.md) first._
_If you are migrating an existing install to Altis check out the [migrating guide](../migrating/) first._

To upgrade to Altis v2, edit your `composer.json` and change the version constraint for `altis/altis` to `^2.0.0`:

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 3
---
# Upgrading to v3

_If you are migrating an existing install to Altis check out the [migrating guide here](../migrating-from-wordpress.md) first._
_If you are migrating an existing install to Altis check out the [migrating guide](../migrating/) first._

To upgrade to Altis v3, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^3.0.0`:

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 4
---
# Upgrading to v4

_If you are migrating from WordPress to Altis, check out the [migrating guide here](../migrating-from-wordpress.md) first._
_If you are migrating from WordPress to Altis, check out the [migrating guide](../migrating/) first._

To upgrade to Altis v4, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^4.0.0`:

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 5
---
# Upgrading to v5

_If you are migrating from WordPress to Altis, check out the [migrating guide here](../migrating-from-wordpress.md) first._
_If you are migrating from WordPress to Altis, check out the [migrating guide](../migrating/) first._

To upgrade to Altis v5, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^5.0.0`:

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v6.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 6
---
# Upgrading to v6

_If you are migrating from WordPress to Altis, check out the [migrating guide here](../migrating-from-wordpress.md) first._
_If you are migrating from WordPress to Altis, check out the [migrating guide](../migrating/) first._

To upgrade to Altis v6, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^6.0.0`.

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 7
---
# Upgrading to v7

_If you are migrating from WordPress to Altis, check out the [migrating guide here](../migrating-from-wordpress.md) first._
_If you are migrating from WordPress to Altis, check out the [migrating guide](../migrating/) first._

To upgrade to Altis v7, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^7.0.0`.

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 8
---
# Upgrading to v8

_If you are migrating from WordPress to Altis, check out the [migrating guide here](../migrating-from-wordpress.md) first._
_If you are migrating from WordPress to Altis, check out the [migrating guide](../migrating/) first._

To upgrade to Altis v8, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^8.0.0`.

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 9
---
# Upgrading to v9

_If you are migrating from WordPress to Altis, check out the [migrating guide here](../migrating-from-wordpress.md) first._
_If you are migrating from WordPress to Altis, check out the [migrating guide](../migrating/) first._

To upgrade to Altis v9, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^9.0.0`.

Expand Down

0 comments on commit 0ab1d16

Please sign in to comment.