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

Commit 5c37fc2

Browse files
committed
Merge branch 'master' into 2.4.2-develop
2 parents f975d9c + a0aa3bf commit 5c37fc2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+506
-77
lines changed

.github/ISSUE_TEMPLATE/NEW_FEATURE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ Issues that do not comply with our Code of Conduct or do not contain enough info
3636
3737
Feel free to remove this section before creating this issue.
3838
-->
39-

.github/workflows/linter.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ on:
1919
branches:
2020
- master
2121
- 2.*-develop
22-
paths-ignore:
23-
- '**.md'
24-
- '**.html'
25-
- '**.xml'
2622

2723
###############
2824
# Set the Job #
@@ -54,4 +50,4 @@ jobs:
5450
VALIDATE_ALL_CODEBASE: false
5551
DEFAULT_BRANCH: master
5652
VALIDATE_HTML: false
57-
VALIDATE_MARKDOWN: false
53+
MARKDOWN_CONFIG_FILE: .markdownlint.json

_checks/html_check_hook.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
if url_ignore
3434
url_ignore.push(jekyll_excludes_as_regex).flatten!.uniq!
3535
else
36-
checks_config['html-proofer'].merge!(url_ignore: jekyll_excludes_as_regex)
36+
checks_config['html-proofer'][:url_ignore] = jekyll_excludes_as_regex
3737
end
3838

3939
# Read configuration options for html-proofer

src/_data/mde.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ extensions:
310310
name: Product Recommendations
311311
versions:
312312
-
313-
name: 3.10.0
313+
name: 3.2.1
314314
support:
315315
2.3.0: supported
316316
2.3.1: supported
@@ -321,6 +321,18 @@ extensions:
321321
2.3.6: supported
322322
2.4.0: supported
323323
2.4.1: supported
324+
-
325+
name: 3.10.0
326+
support:
327+
2.3.0: compatible
328+
2.3.1: compatible
329+
2.3.2: compatible
330+
2.3.3: compatible
331+
2.3.4: compatible
332+
2.3.5-p1: compatible
333+
2.3.6: compatible
334+
2.4.0: compatible
335+
2.4.1: compatible
324336
-
325337
name: 3.0.8
326338
support:

src/_data/toc/how-do-i.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ pages:
5555

5656
- label: Customize the list of shipping methods
5757
url: /howdoi/checkout/checkout_shipping_methods.html
58+
59+
- label: Customize Magento Admin design
60+
url: /howdoi/admin/customize_admin.html

src/_data/vbe.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,19 @@ extensions:
120120
2.4.0: not supported
121121
2.4.1: not supported
122122
2.4.2: not supported
123+
-
124+
name: Braintree
125+
versions:
126+
-
127+
name: 4.1.0
128+
support:
129+
2.3.0: not supported
130+
2.3.1: not supported
131+
2.3.2: not supported
132+
2.3.3: not supported
133+
2.3.4: not supported
134+
2.3.5-p1: not supported
135+
2.4.0: supported
123136
-
124137
name: dotdigital
125138
versions:

src/cloud/cdn/configure-fastly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ To update your DNS configuration for development:
209209

210210
- Use the Magento CLI to change the base URL for your store.
211211

212-
```
212+
```bash
213213
php bin/magento setup:store-config:set --base-url="https://mcstaging.your-domain.com/"
214214
```
215215

src/cloud/live/site-launch-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To update DNS configuration for site launch:
7777

7878
- Use the Magento CLI to change the base URL for your store.
7979

80-
```
80+
```bash
8181
php bin/magento setup:store-config:set --base-url="https://www.your-domain.com/"
8282
```
8383

src/common/images/design_conf2.png

56 KB
Loading

src/extensions/vendor/vendor.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ Vendor Bundled Extensions (VBEs) are third-party extensions that we have thoroug
88

99
Current VBEs include:
1010

11-
- [Amazon Pay](https://docs.magento.com/m2/ce/user_guide/payment/amazon-pay.html)
12-
- [dotdigital](https://docs.magento.com/m2/ce/user_guide/marketing/engagement-cloud.html) (formerly Dotmailer)
13-
- [Klarna](https://docs.magento.com/m2/ce/user_guide/payment/klarna.html)
14-
- [Vertex](https://docs.magento.com/m2/ce/user_guide/tax/vertex.html)
15-
- [Yotpo](https://docs.magento.com/m2/ce/user_guide/marketing/yotpo-reviews-intro.html)
11+
- [Amazon Pay](https://docs.magento.com/user-guide/payment/amazon-pay.html)
12+
- [dotdigital](https://docs.magento.com/user-guide/marketing/engagement-cloud.html) (formerly Dotmailer)
13+
- [Klarna](https://docs.magento.com/user-guide/payment/klarna.html)
14+
- [Vertex](https://docs.magento.com/user-guide/tax/vertex.html)
15+
- [Yotpo](https://docs.magento.com/user-guide/marketing/yotpo-reviews-intro.html)
16+
- [Braintree](https://docs.magento.com/user-guide/payment/braintree.html) (formerly part of core Magento)
1617

1718
{:.bs-callout-info}
1819
Installing or upgrading Magento also installs VBEs, but you may need to set up an account with a vendor to configure and use an extension.
@@ -21,4 +22,4 @@ Installing or upgrading Magento also installs VBEs, but you may need to set up a
2122

2223
The following table shows VBE version compatibility with Magento:
2324

24-
{% include compatibility-vbe.md data=site.data.vbe%}
25+
{% include compatibility-vbe.md data=site.data.vbe%}

0 commit comments

Comments
 (0)