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

Commit 8e66dd5

Browse files
authored
Merge branch 'master' into hg-jan12-cloudimports
2 parents e78669d + 8b5d7ae commit 8e66dd5

File tree

14 files changed

+132
-33
lines changed

14 files changed

+132
-33
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/_data/toc/graphql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,11 @@ pages:
318318
edition: ee-only
319319
exclude_versions: ["2.3"]
320320

321+
- label: contactUs mutation
322+
url: /graphql/mutations/contact-us.html
323+
edition: pwa-only
324+
exclude_versions: ["2.3"]
325+
321326
- label: createBraintreeClientToken mutation
322327
url: /graphql/mutations/create-braintree-client-token.html
323328

src/_data/var.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ce: Magento Open Source
1717
ee: Adobe Commerce
1818
b2b: B2B for Adobe Commerce
1919
mbi: Adobe Commerce Reporting
20+
pwa: PWA Studio
2021

2122
# Cloud product name variables
2223

src/_data/whats-new.yml

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,46 @@ description: This page contains recent changes that we think you'd like to know
44
We exclude from this list proofreading, spelling checks, and all minor updates.
55
link: "/whats-new.html"
66
thread: "/whatsnew-feed.xml"
7-
updated: Mon Jan 10 15:38:44 2022
7+
updated: Mon Jan 17 15:38:41 2022
88
entries:
9+
- description: Added the [contactUs](https://devdocs.magento.com/guides/v2.4/graphql/mutations/contact-us.html)
10+
mutation topic.
11+
versions: 2.4.x
12+
type: New Topic
13+
date: January 14, 2022
14+
link: https://github.com/magento-commerce/devdocs/pull/2737
15+
merge_commit: 9b2b6d74a7e866d899ef83b4391de3d6c7e8b4ba
16+
contributor: dobooth
17+
membership: true
18+
labels:
19+
- New Topic
20+
- 2.4.x
21+
- description: Redirected [Software Update Guide](https://devdocs.magento.com/guides/v2.4/comp-mgr/bk-compman-upgrade-guide.html)
22+
topics to the new location on [Adobe Experience League](https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/overview.html).
23+
versions: 2.3.x, 2.4.x
24+
type: Major Update
25+
date: January 12, 2022
26+
link: https://github.com/magento-commerce/devdocs/pull/2734
27+
merge_commit: 9e570a8ea66876b5086ba909810e95f5d7d21b77
28+
contributor: jeff-matthews
29+
membership: true
30+
labels:
31+
- Major Update
32+
- 2.3.x
33+
- 2.4.x
34+
- description: Added a new Tools section to the top navigation and moved the [Quality
35+
Patches Tool](https://devdocs.magento.com/quality-patches/tool.html) content to
36+
the new section.
37+
versions: 2.x
38+
type: Major Update
39+
date: January 12, 2022
40+
link: https://github.com/magento-commerce/devdocs/pull/2735
41+
merge_commit: dce1c7fdc03ffa7f88a12b26b8907320d1c8143a
42+
contributor: jeff-matthews
43+
membership: true
44+
labels:
45+
- 2.x
46+
- Major Update
947
- description: Added new supported versions of Elasticsearch, OpenSearch, Redis, RabbitMQ,
1048
and Varnish to the [system requirements](https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html)
1149
for 2.4.4 and 2.4.5

src/_includes/graphql/store-config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Attribute | Data Type | Description | Default or example value
2626
`cms_no_route` | String | Identifies a specific CMS page that you want to appear when a 404 “Page Not Found” error occurs | `no-route`
2727
`code` | String | Deprecated. Use `store_code` instead. A unique identifier for the store | `default`
2828
`configurable_thumbnail_source` | String | Determines which thumbnail should be used in the cart for configurable products. Possible values: `parent` or `itself` (child) | `parent`
29+
`contact_enabled` | Boolean! | Indicates whether the Contact Us form is enabled | true or false
2930
`copyright` | String | The copyright statement that appears at the bottom of each page | Copyright © 2013-present Magento, Inc. All rights reserved.
3031
`default_description` | String | The description that provides a summary of your site for search engine listings and should not be more than 160 characters in length | null
3132
`default_display_currency_code` | String | The code representing the currency displayed on the store | `USD`
@@ -67,6 +68,7 @@ Attribute | Data Type | Description | Default or example value
6768
`magento_wishlist_general_is_enabled` | String | Indicates whether wish lists are enabled (1) or disabled (0) | 1
6869
`maximum_number_of_wishlists` | String | If multiple wish lists are enabled, the maximum number of wish lists the customer can have | 5
6970
`minimum_password_length` | String | The minimum number of characters required for a valid password. <br/>Configuration path: customer/password/minimum_password_length | 6
71+
`newsletter_enabled` | Boolean! | Indicates whether newsletters are enabled | true or false
7072
`no_route` | String | Contains the URL of the default page that you want to appear when if a 404 “Page not Found” error occurs | `cms/noroute/index`
7173
`payment_payflowpro_cc_vault_active` | String | Payflow Pro vault status | `0` (inactive) or `1` (active)
7274
`printed_card_price` | String | The default price of a printed card that accompanies an order | 10

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 reaches 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 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.
4040
</div>
4141
{% endif %}
4242

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 reaches 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 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>
77
<div class="container">
88

99
<div class="feature">

src/guides/v2.3/release-notes/2-3-7-p1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Adobe Commerce 2.3.7-p1 Release Notes
77

88
{:.bs-callout-info}
99

10-
PHP 7.3 reaches end of support in December 2021, and {{site.data.var.ee}} 2.3.x reaches end of support in April 2022. **We strongly recommend planning your upgrade now to {{site.data.var.ee}} 2.4.x or {{site.data.var.ce}} 2.4.x and PHP 7.4.x to help maintain PCI compliance**.
10+
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. **We strongly recommend planning your upgrade now to {{site.data.var.ee}} 2.4.x or {{site.data.var.ce}} 2.4.x and PHP 7.4.x to help maintain PCI compliance**.
1111

1212
## Apply MC-43048__set_rate_limits__2.3.7-p1.patch to address issue with API rate limiting
1313

src/guides/v2.3/release-notes/2-3-7-p2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Adobe Commerce 2.3.7-p2 Release Notes
66
{{ site.data.var.ee }} 2.3.7-p2 is a security release that provides security fixes that enhance your {{ site.data.var.ee }} 2.3.7 or {{ site.data.var.ce }} 2.3.7 deployment. It provides fixes for vulnerabilities that have been identified in the previous release ({{ site.data.var.ee }} 2.3.7-p1).
77

88
{:.bs-callout-info}
9-
PHP 7.3 reaches end of support in December 2021, and {{ site.data.var.ee }} 2.3.x and {{ site.data.var.ce }} 2.3.x reaches end of support in April 2022. **We strongly recommend planning your upgrade now to {{ site.data.var.ee }} 2.4.x or {{ site.data.var.ce }} 2.4.x deployment to help maintain PCI compliance**.
9+
PHP 7.3 reached end of support in December 2021, and {{ site.data.var.ee }} 2.3.x and {{ site.data.var.ce }} 2.3.x reaches end of support in April 2022. **We strongly recommend planning your upgrade now to {{ site.data.var.ee }} 2.4.x or {{ site.data.var.ce }} 2.4.x deployment to help maintain PCI compliance**.
1010

1111
{:.bs-callout-info}
1212
Releases may contain backward-incompatible changes (BIC). To review minor backward-incompatible changes, see [BIC reference]({{page.baseurl}}/release-notes/backward-incompatible-changes/reference.html). (Major backward-incompatible issues are described in [BIC highlights]({{page.baseurl}}/release-notes/backward-incompatible-changes/index.html). Not all releases introduce major BICs.)

src/guides/v2.3/release-notes/commerce-2-3-7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Adobe Commerce 2.3.7 Release Notes
77

88
{:.bs-callout-info}
99

10-
PHP 7.3 reaches end of support in December 2021, and {{site.data.var.ee}} 2.3.x reaches end of support in April 2022. **We strongly recommend planning your upgrade now to {{site.data.var.ee}} 2.4.x and PHP 7.4.x to help maintain PCI compliance**.
10+
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. **We strongly recommend planning your upgrade now to {{site.data.var.ee}} 2.4.x and PHP 7.4.x to help maintain PCI compliance**.
1111

1212
## Backward-Incompatible Changes (BiCs)
1313

0 commit comments

Comments
 (0)