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

Commit 428b837

Browse files
authored
Merge branch 'master' into small-changes
2 parents 451e436 + 34f70aa commit 428b837

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

src/_data/toc/ui-components-guide.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,12 @@ pages:
279279
- label: Update the page URL type
280280
url: /ui_comp_guide/howto/update-url-type.html
281281

282+
- label: Render prices on the frontend
283+
url: /ui_comp_guide/howto/price_rendering.html
284+
285+
- label: Declare a custom UI component
286+
url: /ui_comp_guide/howto/new_component_declaration.html
287+
282288
- label: Troubleshoot
283289
children:
284290

src/guides/v2.4/release-notes/release-notes-2-4-0-commerce.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ The following platform upgrades help enhance website security and performance. S
8787

8888
* The **core Braintree module has been removed from the code base**. The Braintree Payments module now provides the same feature set. See [Braintree Payments](https://marketplace.magento.com/paypal-module-braintree.html).
8989

90+
* The Internet Explorer 11.x browser is no longer supported.
91+
9092
### Infrastructure improvements
9193

9294
This release contains enhancements to core quality, which improve the quality of the Framework and these modules: Customer Account, Catalog, CMS, Import, Cart and Checkout, and B2B.
@@ -1288,6 +1290,8 @@ We have fixed hundreds of issues in the Magento 2.4.0 core code.
12881290

12891291
### Infrastructure
12901292

1293+
* The Internet Explorer 11.x browser is no longer supported.
1294+
12911295
<!--- MC-32223-->
12921296

12931297
* The validation logic that is associated with the **Date of Birth** field of the Customer Registration form no longer triggers a JavaScript error.

src/guides/v2.4/release-notes/release-notes-2-4-0-open-source.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ The following platform upgrades help enhance website security and performance. S
8888

8989
* The **core Braintree module has been removed from the code base**. The Braintree Payments module now provides the same feature set. See [Braintree Payments](https://marketplace.magento.com/paypal-module-braintree.html).
9090

91+
* The Internet Explorer 11.x browser is no longer supported.
92+
9193
### Infrastructure improvements
9294

9395
This release contains enhancements to core quality, which improve the quality of the Framework and these modules: Customer Account, Catalog, CMS, Import, Cart and Checkout, and B2B.
@@ -1201,6 +1203,9 @@ We have fixed hundreds of issues in the Magento 2.4.0 core code.
12011203
* Products that are saved in stores where the `onthefly` indexer and flat tables are enabled now respect website assignments. Previously, if you removed all website assignments from a product and then saved it, all flat tables included the product, despite the specified website assignments. _Fix submitted by Abel Truong in pull request [27365](https://github.com/magento/magento2/pull/27365)_. [GitHub-16315](https://github.com/magento/magento2/issues/16315)
12021204

12031205
### Infrastructure
1206+
1207+
* The Internet Explorer 11.x browser is no longer supported.
1208+
12041209
<!--- MC-32223-->
12051210

12061211
* The validation logic that is associated with the **Date of Birth** field of the Customer Registration form no longer triggers a JavaScript error.

src/marketplace/eqp/v1/help.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Use these resources if you need additional help.
2222
**Websites:**
2323

2424
- [Marketplace Developer Portal](https://developer.magento.com)
25-
- [sandbox](https://developer-stg.magento.com)
25+
- [Sandbox Marketplace Developer Portal](https://developer-stg.magento.com)
2626
- [Magento Marketplace](https://marketplace.magento.com)
2727
- [Magento Account](https://account.magento.com)
2828

2929
**Base URLs:**
3030

3131
|Environment|Base Url|
3232
|-----------|--------|
33-
|sandbox | `https://developer-stg-api.magento.com` |
3433
|production | `https://developer-api.magento.com` |
34+
|sandbox | `https://developer-stg-api.magento.com` |

0 commit comments

Comments
 (0)