From 74ce590c2b525bc61f134e3fe7bed369ae9d14c1 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Thu, 6 Apr 2023 15:45:56 +0000 Subject: [PATCH 1/3] Updated table to include v14. Also removed mention of unsupport4ed version of Altis --- other-docs/guides/updating-php/README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/other-docs/guides/updating-php/README.md b/other-docs/guides/updating-php/README.md index f232d1d7..1658dc28 100644 --- a/other-docs/guides/updating-php/README.md +++ b/other-docs/guides/updating-php/README.md @@ -11,15 +11,11 @@ There are 2 key steps to getting ready for a new version of PHP: **Note:** PHP 8.0 is officially available from Altis v12 onwards. -| Altis | PHP 7.4 | PHP 8.0 | PHP 8.1 | -| ------ | -------------- | -------------- |--------------- | -| v13 | | **Supported** | **Supported** | -| v12 | *Deprecated* | **Supported** | **Supported** | -| v11 | **Supported** | *Experimental* | | -| v10 | **Supported** | | | -| v9 | **Supported** | | | -| v8 | **Supported** | | | -| v7 | **Supported** | | | +| Altis | PHP 7.4 | PHP 8.0 | PHP 8.1 | +|-------| -------------- | -------------- |--------------- | +| v14 | | **Supported** | **Supported** | +| v13 | | **Supported** | **Supported** | +| v12 | *Deprecated* | **Supported** | **Supported** | ## Checking PHP Version Compatibiliity From f21218a35f1f369c87aae1fc1a2e9cc8c489cf79 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Thu, 6 Apr 2023 15:53:46 +0000 Subject: [PATCH 2/3] Add information about to v15 and PHP8.2 This addresses issue https://github.com/humanmade/altis-documentation/issues/475 --- .gitignore | 1 + other-docs/guides/updating-php/README.md | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 9a620c18..763a4b55 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ tests/_output +.obsidian diff --git a/other-docs/guides/updating-php/README.md b/other-docs/guides/updating-php/README.md index 1658dc28..dab0265e 100644 --- a/other-docs/guides/updating-php/README.md +++ b/other-docs/guides/updating-php/README.md @@ -11,11 +11,12 @@ There are 2 key steps to getting ready for a new version of PHP: **Note:** PHP 8.0 is officially available from Altis v12 onwards. -| Altis | PHP 7.4 | PHP 8.0 | PHP 8.1 | -|-------| -------------- | -------------- |--------------- | -| v14 | | **Supported** | **Supported** | -| v13 | | **Supported** | **Supported** | -| v12 | *Deprecated* | **Supported** | **Supported** | +| Altis | PHP 7.4 | PHP 8.0 | PHP 8.1 | PHP 8.2 | +|-------|--------------| -------------- |--------------- |------------------| +| v15 | | **Supported** | **Supported** | **Experimental** | +| v14 | | **Supported** | **Supported** | | +| v13 | | **Supported** | **Supported** | | +| v12 | *Deprecated* | **Supported** | **Supported** | | ## Checking PHP Version Compatibiliity From c76d512684fe070381825a576dfaa9300e4cc467 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Thu, 6 Apr 2023 15:58:29 +0000 Subject: [PATCH 3/3] Revert "Add information about to v15 and PHP8.2" This reverts commit 786f1ecaf1ed05d7ca6b0775897b9741d48bb4f4. --- .gitignore | 1 - other-docs/guides/updating-php/README.md | 11 +++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 763a4b55..9a620c18 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ tests/_output -.obsidian diff --git a/other-docs/guides/updating-php/README.md b/other-docs/guides/updating-php/README.md index dab0265e..1658dc28 100644 --- a/other-docs/guides/updating-php/README.md +++ b/other-docs/guides/updating-php/README.md @@ -11,12 +11,11 @@ There are 2 key steps to getting ready for a new version of PHP: **Note:** PHP 8.0 is officially available from Altis v12 onwards. -| Altis | PHP 7.4 | PHP 8.0 | PHP 8.1 | PHP 8.2 | -|-------|--------------| -------------- |--------------- |------------------| -| v15 | | **Supported** | **Supported** | **Experimental** | -| v14 | | **Supported** | **Supported** | | -| v13 | | **Supported** | **Supported** | | -| v12 | *Deprecated* | **Supported** | **Supported** | | +| Altis | PHP 7.4 | PHP 8.0 | PHP 8.1 | +|-------| -------------- | -------------- |--------------- | +| v14 | | **Supported** | **Supported** | +| v13 | | **Supported** | **Supported** | +| v12 | *Deprecated* | **Supported** | **Supported** | ## Checking PHP Version Compatibiliity