Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 9fad546

Browse files
Merge pull request magento-commerce/devdocs#2776 from magento-devdocs/2.3-eol-update
Update 2.3 EOL date and restore 2.3 link to Upgrade Guide
2 parents 4598af8 + 4ed526c commit 9fad546

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

src/_data/main-nav.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767

6868
- label: Software Update Guide
6969
url: https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/overview.html
70+
exclude_versions: ["2.3"]
71+
72+
- label: Software Update Guide
73+
url: /comp-mgr/bk-compman-upgrade-guide.html
74+
exclude_versions: ["2.4"]
7075

7176
- label: Configuration Guide
7277
url: /config-guide/bk-config-guide.html

src/_includes/layout/page-header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
{% if page.url contains "guides/v2.3/" %}
3838
<div class="bs-callout-warning">
39-
PHP 7.3 reached end of support in December 2021 and {{site.data.var.ee}} 2.3.x reaches end of support in April 2022. You may want to consider planning your upgrade now to {{site.data.var.ee}} 2.4.x and PHP 7.4.x to help maintain PCI compliance.
39+
PHP 7.3 reached end of support in December 2021 and {{site.data.var.ee}} 2.3.x reaches end of support in September 2022. You may want to consider planning your upgrade now to {{site.data.var.ee}} 2.4.x and PHP 7.4.x to help maintain PCI compliance.
4040
</div>
4141
{% endif %}
4242

src/guides/v2.3/comp-mgr/patching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ To apply a patch to a {{site.data.var.ece}} project, see [Apply patches][].
103103
[Apply patches]:{{ site.baseurl }}/cloud/project/project-patch.html
104104
[Command line]:https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/patches/apply.html
105105
[Composer]:https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/patches/apply.html
106-
[Quality Patches Tool]: {{ page.baseurl }}/comp-mgr/patching/mqp.html
106+
[Quality Patches Tool]:{{ site.baseurl }}/quality-patches/tool.html

src/guides/v2.3/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
<section class="home-features">
6-
<div class="bs-callout-warning">PHP 7.3 reached end of support in December 2021 and {{site.data.var.ee}} 2.3.x reaches end of support in April 2022. You may want to consider planning your upgrade now to {{site.data.var.ee}} 2.4.x and PHP 7.4.x to help maintain PCI compliance.</div>
6+
<div class="bs-callout-warning">PHP 7.3 reached end of support in December 2021 and {{site.data.var.ee}} 2.3.x reaches end of support in September 2022. You may want to consider planning your upgrade now to {{site.data.var.ee}} 2.4.x and PHP 7.4.x to help maintain PCI compliance.</div>
77
<div class="container">
88

99
<div class="feature">

0 commit comments

Comments
 (0)