From df4d7ba1ec8ecde76f9b699430eefadec69f2951 Mon Sep 17 00:00:00 2001 From: K Adam White Date: Wed, 14 Aug 2024 18:17:47 +0000 Subject: [PATCH 1/3] Docs: Remove duplicated Node.js section from v20 upgrade guide Node.js should be a subheading inside Headline Features, and should not repeat. --- other-docs/guides/upgrading/v20.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/other-docs/guides/upgrading/v20.md b/other-docs/guides/upgrading/v20.md index 3977bb18..28597d12 100644 --- a/other-docs/guides/upgrading/v20.md +++ b/other-docs/guides/upgrading/v20.md @@ -52,15 +52,7 @@ Refer to our [PHP Version Guide](docs://guides/updating-php/) for up-to-date com ## Headline Features -## Node.js - -Altis now supports running Node.js applications alongside WordPress, utilizing WordPress as a headless API. See [our Node.js -documentation](docs://cloud/nodejs/) for more information. This is an experimental feature, you can enable it in Local Server, and -we welcome feedback. - -### WordPress 6.6.1 - -## Node.js +### Node.js Altis now supports running Node.js applications alongside WordPress, utilizing WordPress as a headless API. See [our Node.js documentation](docs://cloud/nodejs/) for more information. This is an experimental feature, you can enable it in Local Server, and From 4af9bcad7ba74a889447bc61009bf509f5eb9625 Mon Sep 17 00:00:00 2001 From: "K. Adam White" Date: Wed, 14 Aug 2024 18:20:21 +0000 Subject: [PATCH 2/3] Docs: Remove duplicated content from WordPress 6.6.1 section in v20 upgrade guide --- other-docs/guides/upgrading/v20.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/other-docs/guides/upgrading/v20.md b/other-docs/guides/upgrading/v20.md index 28597d12..4fd5b5cc 100644 --- a/other-docs/guides/upgrading/v20.md +++ b/other-docs/guides/upgrading/v20.md @@ -72,17 +72,6 @@ standards have been made. See the [WordPress 6.6 Field Guide](https://make.wordpress.org/core/2024/06/25/wordpress-6-6-field-guide/) for more information. -WordPress 6.6 brings lots of new features, bug fixes, and improvements across the board. In particular, there are improvements -in performance and accessibility, and new features and updates for the block editor (Gutenberg) and the block API. -There have been theming improvements of interest to theme developers and designers. -For developers, the Options API has been improved again, allowing more flexibility in fine-tuning your application performance. -WordPress 6.6 also drops support for PHP7.0 and 7.1 but given Altis doesn't support PHP 7 at all, this will not affect your -Altis sites. A number of new filter and action hooks have been added and improvements to modernise the code and apply coding -standards have been made. - -See the -[WordPress 6.6 Field Guide](https://make.wordpress.org/core/2024/06/25/wordpress-6-6-field-guide/) for more information. - ### Altis Core improvements Altis dev tools now come with `wp-browser` 4 and `Codeception` 5. This brings full support for PHP 8+. As well as improvements to From a6f56b359d105e61cf7d5a8ee51a48f53c4c147e Mon Sep 17 00:00:00 2001 From: "K. Adam White" Date: Wed, 14 Aug 2024 18:21:46 +0000 Subject: [PATCH 3/3] Docs: Fix ungrammatical sentence fragment in Codeception section --- other-docs/guides/upgrading/v20.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other-docs/guides/upgrading/v20.md b/other-docs/guides/upgrading/v20.md index 4fd5b5cc..b80ba3ce 100644 --- a/other-docs/guides/upgrading/v20.md +++ b/other-docs/guides/upgrading/v20.md @@ -74,7 +74,7 @@ See the ### Altis Core improvements -Altis dev tools now come with `wp-browser` 4 and `Codeception` 5. This brings full support for PHP 8+. As well as improvements to +Altis dev tools now come with `wp-browser` 4 and `Codeception` 5. This brings full support for PHP 8+, as well as improvements to both tools. See the [wp-browser release notes](https://github.com/lucatume/wp-browser/releases/tag/4.0.0) and [Codeception release post](https://codeception.com/07-28-2022/codeception-5.html)