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

Commit d0d4cce

Browse files
committed
Update banner for 2.3
1 parent fda033d commit d0d4cce

File tree

2 files changed

+3
-26
lines changed

2 files changed

+3
-26
lines changed

src/_includes/layout/page-header.html

+2-25
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
11
<!-- page-header -->
22
<section class="page-intro">
33

4-
{% if page.url contains "guides/v2.4/payments-integrations/" %}
5-
{% unless page.url contains "guides/v2.4/payments-integrations/cardinal" %}
6-
<div class="bs-callout-warning">
7-
The Payment Provider Gateway documentation uses the Magento 2.3 (now {{site.data.var.ee}} and {{site.data.var.ce}}) of the Braintree module as a
8-
reference application. The Braintree module was removed in version 2.4.0. The concepts described in this guide are
9-
still applicable to version 2.4.0, but the code samples are not supported.
10-
</div>
11-
{% endunless %}
12-
{% endif %}
13-
14-
{% if page.url contains "guides/v2.4/install-gde/" %}
15-
<div class="message-banner">
16-
You must install Elasticsearch or OpenSearch before installing {{ site.data.var.ee }} or {{ site.data.var.ce }} 2.4.0. See <a
17-
href="{{ page.baseurl }}/install-gde/prereq/elasticsearch.html">Search engine prerequisites</a> for details.
18-
</div>
19-
{% endif %}
20-
214
{% if page.url contains "config-guide/multi-master/" or page.url contains "cloud/docker/docker-split-db" %}
225
<div class="message-banner">
236
The split database feature was <a
@@ -28,15 +11,9 @@
2811
</div>
2912
{% endif %}
3013

31-
{% unless page.github_link %}
32-
<div class="message-banner">
33-
Contributions through pull requests are not supported for this topic. Open a GitHub issue to provide feedback.
34-
</div>
35-
{% endunless %}
36-
3714
{% if page.url contains "guides/v2.3/" %}
38-
<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 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.
15+
<div class="message-banner">
16+
{{site.data.var.ee}} 2.3 reached end of support in September 2022.
4017
</div>
4118
{% endif %}
4219

src/guides/v2.3/index.html

+1-1
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 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>
6+
<div class="bs-callout-warning">{{site.data.var.ee}} 2.3 reached end of support in September 2022.</div>
77
<div class="container">
88

99
<div class="feature">

0 commit comments

Comments
 (0)