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

Commit dfc9d71

Browse files
authored
Merge branch 'master' into mae-mcloud-7151-managed-alerts-on-starter
2 parents 802f9a7 + a2de6c1 commit dfc9d71

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GIT
22
remote: https://github.com/magento-devdocs/devdocs-theme.git
3-
revision: c96131acc7a0ed03629ab3401c8a64d819e7e610
3+
revision: 0bd45b1e1816f5c94233c2c36403bc3242a6551a
44
specs:
5-
devdocs (12)
5+
devdocs (14)
66
jekyll (>= 4.0)
77

88
GEM

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# For more details about available options and defaults, refer to https://jekyllrb.com/docs/configuration/
44
#
55
title: Magento 2 Developer Documentation
6-
logo: DevDocs
6+
logo: Magento DevDocs
77
description: Magento 2 Developer Documentation.
88

99
# the base protocol and domain

src/_includes/layout/site-nav.html

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

1616
<a class="logo" href="{% if page.guide_version == site.version or page.guide_version == nil %}{{ site.baseurl }}{% else %}{{ page.baseurl }}{% endif %}/">
1717
<img class="logo-image" src="{{ site.baseurl }}/assets/i/adobe-a.svg" alt="Adobe">
18-
<span class="logo-text">Magento</span>
18+
<span class="logo-text">Adobe</span>
1919
<span class="site-logo">{{ site.logo }}</span>
2020
</a>
2121

src/guides/v2.4/release-notes/b2b-release-notes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ This release includes improvements to order approvals, shipping methods, shoppin
5656

5757
- {:.fix} Magento no longer displays a 404 page when a merchant uses the **Enter** button instead of clicking the **Save** button when creating a requisition list on the storefront.<!--- MC-35094-->
5858

59-
- {:.fix} When a merchant creates a new shared catalog, permissions are now automatically set to **Allow** for the **Display Product Prices** and **Add to Cart** features in categories when the customer group has been assigned this access in catalog permission settings. Previously, these settings were automatically set to **Deny** even when catalog permissions were set to **Allow**.<!--- MC-34792-->
60-
6159
- {:.fix} Category permissions no longer change when a new product is assigned to a public shared catalog. Previously, category permissions were duplicated. <!--- MC-34386-->
6260

6361
- {:.fix} The REST API endpoint PUT `rest/default/V1/company/{id}`, which is used to update Company email, is no longer case-sensitive. <!--- MC-34308-->

0 commit comments

Comments
 (0)