From 087db5b3e074b1660094bf3b44a9a81d94c24814 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Wed, 19 Jul 2023 16:20:44 +0100 Subject: [PATCH 1/2] Fix links to the migrating guide. --- other-docs/guides/upgrading/README.md | 2 +- other-docs/guides/upgrading/v10.md | 2 +- other-docs/guides/upgrading/v11.md | 2 +- other-docs/guides/upgrading/v12.md | 2 +- other-docs/guides/upgrading/v13.md | 2 +- other-docs/guides/upgrading/v14.md | 2 +- other-docs/guides/upgrading/v2.md | 2 +- other-docs/guides/upgrading/v3.md | 2 +- other-docs/guides/upgrading/v4.md | 2 +- other-docs/guides/upgrading/v5.md | 2 +- other-docs/guides/upgrading/v6.md | 2 +- other-docs/guides/upgrading/v7.md | 2 +- other-docs/guides/upgrading/v8.md | 2 +- other-docs/guides/upgrading/v9.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/other-docs/guides/upgrading/README.md b/other-docs/guides/upgrading/README.md index ca6cf824..1d35ec8f 100644 --- a/other-docs/guides/upgrading/README.md +++ b/other-docs/guides/upgrading/README.md @@ -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. diff --git a/other-docs/guides/upgrading/v10.md b/other-docs/guides/upgrading/v10.md index 11c0647e..2804c71d 100644 --- a/other-docs/guides/upgrading/v10.md +++ b/other-docs/guides/upgrading/v10.md @@ -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`. diff --git a/other-docs/guides/upgrading/v11.md b/other-docs/guides/upgrading/v11.md index ca12909e..7d764c11 100644 --- a/other-docs/guides/upgrading/v11.md +++ b/other-docs/guides/upgrading/v11.md @@ -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`. diff --git a/other-docs/guides/upgrading/v12.md b/other-docs/guides/upgrading/v12.md index c91e435f..7914c1f2 100644 --- a/other-docs/guides/upgrading/v12.md +++ b/other-docs/guides/upgrading/v12.md @@ -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). diff --git a/other-docs/guides/upgrading/v13.md b/other-docs/guides/upgrading/v13.md index 564a11ab..e9ddd756 100644 --- a/other-docs/guides/upgrading/v13.md +++ b/other-docs/guides/upgrading/v13.md @@ -3,7 +3,7 @@ order: 13 --- # Upgrading to v13 -_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 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). diff --git a/other-docs/guides/upgrading/v14.md b/other-docs/guides/upgrading/v14.md index 43c1a5f6..1bc44f34 100644 --- a/other-docs/guides/upgrading/v14.md +++ b/other-docs/guides/upgrading/v14.md @@ -5,7 +5,7 @@ order: 14 # Upgrading to v14 _If you are migrating from WordPress to Altis, check out -the [migrating guide here](../migrating-from-wordpress.md) first._ +the [migrating guide](../migrating/) first._ To upgrade to Altis v14, edit your `composer.json` and change the version constraint for `altis/altis` and any local diff --git a/other-docs/guides/upgrading/v2.md b/other-docs/guides/upgrading/v2.md index 1ecdc50d..058857bd 100644 --- a/other-docs/guides/upgrading/v2.md +++ b/other-docs/guides/upgrading/v2.md @@ -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`: diff --git a/other-docs/guides/upgrading/v3.md b/other-docs/guides/upgrading/v3.md index 8eb27607..101012ee 100644 --- a/other-docs/guides/upgrading/v3.md +++ b/other-docs/guides/upgrading/v3.md @@ -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`: diff --git a/other-docs/guides/upgrading/v4.md b/other-docs/guides/upgrading/v4.md index 7d1e0a1c..75c36dff 100644 --- a/other-docs/guides/upgrading/v4.md +++ b/other-docs/guides/upgrading/v4.md @@ -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`: diff --git a/other-docs/guides/upgrading/v5.md b/other-docs/guides/upgrading/v5.md index 4a9239d6..db54b854 100644 --- a/other-docs/guides/upgrading/v5.md +++ b/other-docs/guides/upgrading/v5.md @@ -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`: diff --git a/other-docs/guides/upgrading/v6.md b/other-docs/guides/upgrading/v6.md index b1f8cfa8..286f5eaa 100644 --- a/other-docs/guides/upgrading/v6.md +++ b/other-docs/guides/upgrading/v6.md @@ -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`. diff --git a/other-docs/guides/upgrading/v7.md b/other-docs/guides/upgrading/v7.md index 9f1b2226..ea83f026 100644 --- a/other-docs/guides/upgrading/v7.md +++ b/other-docs/guides/upgrading/v7.md @@ -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`. diff --git a/other-docs/guides/upgrading/v8.md b/other-docs/guides/upgrading/v8.md index abf24ef6..5f59d253 100644 --- a/other-docs/guides/upgrading/v8.md +++ b/other-docs/guides/upgrading/v8.md @@ -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`. diff --git a/other-docs/guides/upgrading/v9.md b/other-docs/guides/upgrading/v9.md index b8678524..b3585d46 100644 --- a/other-docs/guides/upgrading/v9.md +++ b/other-docs/guides/upgrading/v9.md @@ -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`. From 35e12e4f197767ed1061b5b7969e79fc5cdf9d12 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Tue, 25 Jul 2023 17:06:03 +0100 Subject: [PATCH 2/2] Fix links to the migrating guide. --- other-docs/guides/upgrading/README.md | 2 +- other-docs/guides/upgrading/v10.md | 2 +- other-docs/guides/upgrading/v11.md | 2 +- other-docs/guides/upgrading/v12.md | 2 +- other-docs/guides/upgrading/v13.md | 2 +- other-docs/guides/upgrading/v14.md | 2 +- other-docs/guides/upgrading/v2.md | 2 +- other-docs/guides/upgrading/v3.md | 2 +- other-docs/guides/upgrading/v4.md | 2 +- other-docs/guides/upgrading/v5.md | 2 +- other-docs/guides/upgrading/v6.md | 2 +- other-docs/guides/upgrading/v7.md | 2 +- other-docs/guides/upgrading/v8.md | 2 +- other-docs/guides/upgrading/v9.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/other-docs/guides/upgrading/README.md b/other-docs/guides/upgrading/README.md index ca6cf824..1d35ec8f 100644 --- a/other-docs/guides/upgrading/README.md +++ b/other-docs/guides/upgrading/README.md @@ -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. diff --git a/other-docs/guides/upgrading/v10.md b/other-docs/guides/upgrading/v10.md index 11c0647e..2804c71d 100644 --- a/other-docs/guides/upgrading/v10.md +++ b/other-docs/guides/upgrading/v10.md @@ -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`. diff --git a/other-docs/guides/upgrading/v11.md b/other-docs/guides/upgrading/v11.md index ca12909e..7d764c11 100644 --- a/other-docs/guides/upgrading/v11.md +++ b/other-docs/guides/upgrading/v11.md @@ -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`. diff --git a/other-docs/guides/upgrading/v12.md b/other-docs/guides/upgrading/v12.md index c91e435f..7914c1f2 100644 --- a/other-docs/guides/upgrading/v12.md +++ b/other-docs/guides/upgrading/v12.md @@ -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). diff --git a/other-docs/guides/upgrading/v13.md b/other-docs/guides/upgrading/v13.md index 564a11ab..e9ddd756 100644 --- a/other-docs/guides/upgrading/v13.md +++ b/other-docs/guides/upgrading/v13.md @@ -3,7 +3,7 @@ order: 13 --- # Upgrading to v13 -_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 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). diff --git a/other-docs/guides/upgrading/v14.md b/other-docs/guides/upgrading/v14.md index 43c1a5f6..1bc44f34 100644 --- a/other-docs/guides/upgrading/v14.md +++ b/other-docs/guides/upgrading/v14.md @@ -5,7 +5,7 @@ order: 14 # Upgrading to v14 _If you are migrating from WordPress to Altis, check out -the [migrating guide here](../migrating-from-wordpress.md) first._ +the [migrating guide](../migrating/) first._ To upgrade to Altis v14, edit your `composer.json` and change the version constraint for `altis/altis` and any local diff --git a/other-docs/guides/upgrading/v2.md b/other-docs/guides/upgrading/v2.md index 1ecdc50d..058857bd 100644 --- a/other-docs/guides/upgrading/v2.md +++ b/other-docs/guides/upgrading/v2.md @@ -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`: diff --git a/other-docs/guides/upgrading/v3.md b/other-docs/guides/upgrading/v3.md index 8eb27607..101012ee 100644 --- a/other-docs/guides/upgrading/v3.md +++ b/other-docs/guides/upgrading/v3.md @@ -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`: diff --git a/other-docs/guides/upgrading/v4.md b/other-docs/guides/upgrading/v4.md index 7d1e0a1c..75c36dff 100644 --- a/other-docs/guides/upgrading/v4.md +++ b/other-docs/guides/upgrading/v4.md @@ -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`: diff --git a/other-docs/guides/upgrading/v5.md b/other-docs/guides/upgrading/v5.md index 4a9239d6..db54b854 100644 --- a/other-docs/guides/upgrading/v5.md +++ b/other-docs/guides/upgrading/v5.md @@ -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`: diff --git a/other-docs/guides/upgrading/v6.md b/other-docs/guides/upgrading/v6.md index b1f8cfa8..286f5eaa 100644 --- a/other-docs/guides/upgrading/v6.md +++ b/other-docs/guides/upgrading/v6.md @@ -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`. diff --git a/other-docs/guides/upgrading/v7.md b/other-docs/guides/upgrading/v7.md index 9f1b2226..ea83f026 100644 --- a/other-docs/guides/upgrading/v7.md +++ b/other-docs/guides/upgrading/v7.md @@ -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`. diff --git a/other-docs/guides/upgrading/v8.md b/other-docs/guides/upgrading/v8.md index abf24ef6..5f59d253 100644 --- a/other-docs/guides/upgrading/v8.md +++ b/other-docs/guides/upgrading/v8.md @@ -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`. diff --git a/other-docs/guides/upgrading/v9.md b/other-docs/guides/upgrading/v9.md index b8678524..b3585d46 100644 --- a/other-docs/guides/upgrading/v9.md +++ b/other-docs/guides/upgrading/v9.md @@ -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`.