Skip to content

Commit 348d252

Browse files
authored
Merge pull request #528 from humanmade/backport-520-to-v16-branch
Backport 520 to v16 branch
2 parents 5d90925 + 6766aff commit 348d252

File tree

16 files changed

+16
-19
lines changed

16 files changed

+16
-19
lines changed

other-docs/guides/upgrading/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ order: 0
44

55
# Upgrading
66

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

99
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.
1010

other-docs/guides/upgrading/v10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ order: 10
33
---
44
# Upgrading to v10
55

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

88
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`.
99

other-docs/guides/upgrading/v11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ order: 11
33
---
44
# Upgrading to v11
55

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

88
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`.
99

other-docs/guides/upgrading/v12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ order: 12
33
---
44
# Upgrading to v12
55

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

88
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).
99

other-docs/guides/upgrading/v13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ order: 13
33
---
44
# Upgrading to v13
55

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

88
To upgrade to Altis v13, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^13.0.0`. Note that the new default and recommended version of PHP for Altis v13 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).
99

other-docs/guides/upgrading/v14.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ order: 14
44

55
# Upgrading to v14
66

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

109
To upgrade to Altis v14, edit your `composer.json` and change the version
1110
constraint for `altis/altis` and any local

other-docs/guides/upgrading/v15.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ order: 15
44

55
# Upgrading to v15
66

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

109
To upgrade to Altis v15, edit your `composer.json` and change the version
1110
constraint for `altis/altis` and any local

other-docs/guides/upgrading/v16.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ order: 16
44

55
# Upgrading to v16
66

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

109
To upgrade to Altis v16, edit your `composer.json` and change the version
1110
constraint for `altis/altis` and any local

other-docs/guides/upgrading/v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ order: 2
33
---
44
# Upgrading to v2
55

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

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

other-docs/guides/upgrading/v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ order: 3
33
---
44
# Upgrading to v3
55

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

88
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`:
99

0 commit comments

Comments
 (0)