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

Commit bb249d5

Browse files
Merge pull request #8674 from magento/sync-2.3.7
Sync 2.3.7-develop
2 parents 1901828 + 3051608 commit bb249d5

File tree

485 files changed

+16769
-10091
lines changed

Some content is hidden

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

485 files changed

+16769
-10091
lines changed

Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,14 @@ task :whatsnew do
7474
generated_file = 'tmp/whats-new.yml'
7575
current_data = YAML.load_file current_file
7676
last_update = current_data['updated']
77-
7877
print 'Generating data for the What\'s New digest: $ '.magenta
7978

8079
# Generate tmp/whats-new.yml
8180
report =
8281
if since.nil? || since.empty?
8382
`bin/whatsup_github since '#{last_update}'`
8483
elsif since.is_a? String
85-
`bin/whatsup_github since #{since}`
84+
`bin/whatsup_github since '#{since}'`
8685
else
8786
abort 'The "since" argument must be a string. Example: "jul 4"'
8887
end

src/_data/codebase/v2_4/cloud/composer_lock.json

Lines changed: 3529 additions & 2525 deletions
Large diffs are not rendered by default.

src/_data/codebase/v2_4/commerce/bin-magento.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/_data/codebase/v2_4/commerce/composer_lock.json

Lines changed: 4634 additions & 2915 deletions
Large diffs are not rendered by default.
Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
---
22
title: Magento_B2b
33
source_repo: magento2b2b
4-
release: 1.3.0
4+
release: 1.3.1
55
github_path: app/code/Magento/B2b/README.md
6-
last_modified_at: '2017-02-15 17:02:23 +0300'
7-
content: "## Overview\n\nThe Magento_b2b module is the base module for B2B. It must
8-
be present on all B2B installations.\n\nThis module also provides several B2B branding
9-
elements. For example, it adds a link to B2B customer support in Admin, and it displays
10-
\"B2B Edition\" at the bottom of the site. Also, the module adds the configuration
11-
page for B2B settings where an admin user can enable or disable a B2B feature. Disabling
12-
a B2B feature in store configurations disables this feature for the storefront only,
13-
and it is still available in the admin panel.\n\n## Installation details\n\nThis
14-
module must be installed to use and to configure the other B2B modules. It can be
15-
uninstalled after other B2B modules are uninstalled.\n\n## Structure\n \n[Learn
16-
about a typical file structure for a Magento 2 module](http://devdocs.magento.com/guides/v2.2/extension-dev-guide/build/module-file-structure.html).\n
17-
\n## Extensibility\n \nExtension developers can interact with the Magento_B2b module.
18-
For more information about the Magento extension mechanism, see [Magento plug-ins](http://devdocs.magento.com/guides/v2.2/extension-dev-guide/plugins.html).\n
19-
\n[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.2/extension-dev-guide/depend-inj.html)
20-
enables you to override the functionality of the Magento_B2b module.\n \n \n## Additional
21-
information\n \nYou can track [backward incompatible changes made in a Magento B2b
22-
mainline after the Magento 2.2 release](http://devdocs.magento.com/guides/v2.2/release-notes/changes/b2b_changes.html)."
6+
last_modified_at: '2020-12-10 20:14:30 -0600'
7+
content: |-
8+
The Magento_B2b module is the base module for B2B. It must be present on all B2B installations.
9+
10+
This module also provides several B2B branding elements. For example, it adds a link to B2B customer support in Admin, and it displays "B2B Edition" at the bottom of the site. Also, the module adds the configuration page for B2B settings where an admin user can enable or disable a B2B feature. Disabling a B2B feature in store configurations disables this feature for the storefront only, and it is still available in the admin panel.
11+
12+
## Installation details
13+
14+
This module must be installed to use and to configure the other B2B modules. It can be uninstalled after other B2B modules are uninstalled.
15+
16+
## Structure
17+
18+
[Learn about a typical file structure for a Magento 2 module](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html).
19+
20+
## Extensibility
21+
22+
Extension developers can interact with the Magento_B2b module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).
23+
24+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_B2b module.
Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
11
---
22
title: Magento_BundleNegotiableQuote
33
source_repo: magento2b2b
4-
release: 1.3.0
4+
release: 1.3.1
55
github_path: app/code/Magento/BundleNegotiableQuote/README.md
6-
last_modified_at: '2017-04-10 10:33:01 +0300'
7-
content: "## Overview\n\nThe Magento_BundleNegotiableQuote module enables bundle products
8-
to be displayed in a negotiable quote in an B2B environment. This module extends
9-
Magento_NegotiableQuote module and Magento_Bundle module.\n\nThe Magento_BundleNegotiableQuote
10-
module provides the following features:\n\n* Display bundle products in a negotiable
11-
quote.\n \n* Order bundle products from a negotiable quote.\n \n## Installation
12-
details\n\nThis module has a dependency on the Magento_NegotiableQuote and Magento_Bundle,
13-
which must be installed and enabled first. \n \nThe Magento_BundleNegotiableQuote
14-
module does not create any backward incompatible changes and can be uninstalled
15-
at any time. \n \n## Structure\n \n[Learn about a typical file structure for a Magento
16-
2 module](http://devdocs.magento.com/guides/v2.2/extension-dev-guide/build/module-file-structure.html).\n
17-
\n## Extensibility\n \nExtension developers can interact with the Magento_BundleNegotiableQuote
18-
module. For more information about the Magento extension mechanism, see [Magento
19-
plug-ins](http://devdocs.magento.com/guides/v2.2/extension-dev-guide/plugins.html).\n
20-
\n[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.2/extension-dev-guide/depend-inj.html)
21-
enables you to override the functionality of the Magento_BundleNegotiableQuote module.\n\n##
22-
Additional information\n \nYou can track [backward incompatible changes made in
23-
a Magento B2b mainline after the Magento 2.2 release](http://devdocs.magento.com/guides/v2.2/release-notes/changes/b2b_changes.html)."
6+
last_modified_at: '2020-12-10 20:14:30 -0600'
7+
content: |-
8+
The Magento_BundleNegotiableQuote module enables bundle products to be displayed in a negotiable quote in an B2B environment. This module extends Magento_NegotiableQuote module and Magento_Bundle module.
9+
10+
The Magento_BundleNegotiableQuote module provides the following features:
11+
12+
* Display bundle products in a negotiable quote.
13+
14+
* Order bundle products from a negotiable quote.
15+
16+
## Installation details
17+
18+
This module has a dependency on the Magento_NegotiableQuote and Magento_Bundle, which must be installed and enabled first.
19+
20+
The Magento_BundleNegotiableQuote module does not create any backward incompatible changes and can be uninstalled at any time.
21+
22+
## Structure
23+
24+
[Learn about a typical file structure for a Magento 2 module](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html).
25+
26+
## Extensibility
27+
28+
Extension developers can interact with the Magento_BundleNegotiableQuote module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).
29+
30+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_BundleNegotiableQuote module.
Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
---
22
title: Magento_BundleRequisitionList
33
source_repo: magento2b2b
4-
release: 1.3.0
4+
release: 1.3.1
55
github_path: app/code/Magento/BundleRequisitionList/README.md
6-
last_modified_at: '2017-04-10 10:33:01 +0300'
7-
content: "## Overview\n\nThe Magento_BundleRequisitionList module enables bundle products
8-
to be displayed in a requisition list in an B2B environment. This module extends
9-
Magento_RequisitionList module and Magento_Bundle module.\n\nThe Magento_BundleRequisitionList
10-
module provides the following features:\n\n* Display bundle products in a requisition
11-
list. \n\n* Add bundle products to cart from a requisition list. \n \n## Installation
12-
details\n\nThis module has a dependency on the Magento_RequisitionList and Magento_Bundle,
13-
which must be installed and enabled first. \n \nThe Magento_BundleRequisitionList
14-
module does not create any backward incompatible changes and can be uninstalled
15-
at any time. \n \n## Structure\n \n[Learn about a typical file structure for a Magento
16-
2 module](http://devdocs.magento.com/guides/v2.2/extension-dev-guide/build/module-file-structure.html).\n
17-
\n### Layouts\n \nYou can extend and override layouts in the `Magento\\BundleRequisitionList\\view\\frontend\\layout`
18-
directories.\n\nFor more information about layouts, see the [Layout documentation](http://devdocs.magento.com/guides/v2.2/frontend-dev-guide/layouts/layout-overview.html).\n\n##
19-
Additional information\n \nYou can track [backward incompatible changes made in
20-
a Magento B2b mainline after the Magento 2.2 release](http://devdocs.magento.com/guides/v2.2/release-notes/changes/b2b_changes.html)."
6+
last_modified_at: '2020-12-10 20:14:30 -0600'
7+
content: |-
8+
The Magento_BundleRequisitionList module enables bundle products to be displayed in a requisition list in an B2B environment. This module extends Magento_RequisitionList module and Magento_Bundle module.
9+
10+
The Magento_BundleRequisitionList module provides the following features:
11+
12+
* Display bundle products in a requisition list.
13+
14+
* Add bundle products to cart from a requisition list.
15+
16+
## Installation details
17+
18+
This module has a dependency on the Magento_RequisitionList and Magento_Bundle, which must be installed and enabled first.
19+
20+
The Magento_BundleRequisitionList module does not create any backward incompatible changes and can be uninstalled at any time.
21+
22+
## Structure
23+
24+
[Learn about a typical file structure for a Magento 2 module](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html).
25+
26+
### Layouts
27+
28+
You can extend and override layouts in the `Magento\BundleRequisitionList\view\frontend\layout` directories.
29+
30+
For more information about layouts, see the [Layout documentation](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html).
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Magento_BundleRequisitionListGraphQl
3+
source_repo: magento2b2b
4+
release: 1.3.1
5+
github_path: app/code/Magento/BundleRequisitionListGraphQl/README.md
6+
last_modified_at: '2020-12-01 20:29:10 +0530'
7+
content: "**BundleRequisitionListGraphQl** provides GraphQL schema and resolvers for
8+
the requisition list module to extend and implement bundle products in requisition
9+
list"
Lines changed: 40 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,44 @@
11
---
22
title: Magento_BundleSharedCatalog
33
source_repo: magento2b2b
4-
release: 1.3.0
4+
release: 1.3.1
55
github_path: app/code/Magento/BundleSharedCatalog/README.md
6-
last_modified_at: '2017-02-15 17:02:23 +0300'
7-
content: "## Overview\n\nThe Magento_BundleSharedCatalog module enables bundle products
8-
to be added to a shared catalog in an B2B environment. This module extends Magento_SharedCatalog
9-
module and Magento_Bundle module.\n\nThe Magento_BundleSharedCatalog module provides
10-
the following features:\n\n* Display and manage prices for bundle products within
11-
a shared catalog.\n\n* Control the visibility of bundle products in quotes and orders.
12-
Only those bundle products that have been added to a shared catalog will be available
13-
for searches via the \"Add by SKU\" feature in quotes and orders. \n \n## Installation
14-
details\n\nThis module has a dependency on the Magento_SharedCatalog and Magento_Bundle,
15-
which must be installed and enabled first. \n \nThe Magento_BundleSharedCatalog
16-
module does not create any backward incompatible changes and can be uninstalled
17-
at any time. \n \n## Structure\n \n[Learn about a typical file structure for a Magento
18-
2 module](http://devdocs.magento.com/guides/v2.2/extension-dev-guide/build/module-file-structure.html).\n
19-
\n## Extensibility\n \nExtension developers can interact with the Magento_BundleSharedCatalog
20-
module. For more information about the Magento extension mechanism, see [Magento
21-
plug-ins](http://devdocs.magento.com/guides/v2.2/extension-dev-guide/plugins.html).\n
22-
\n[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.2/extension-dev-guide/depend-inj.html)
23-
enables you to override the functionality of the Magento_BundleSharedCatalog module.\n\n###
24-
Layouts\n \nYou can extend and override layouts in the `Magento\\BundleSharedCatalog\\view\\adminhtml\\layout`
25-
directories.\n\nFor more information about layouts, see the [Layout documentation](http://devdocs.magento.com/guides/v2.2/frontend-dev-guide/layouts/layout-overview.html).\n
26-
\n### UI components\n\nThe following directory contains extensible UI components:
27-
\n\n* `Magento\\BundleSharedCatalog\\view\\adminhtml\\ui_component` - renderer for
28-
pricing and structure listings\n\nFor more information, see [UI Listing/Grid Component](http://devdocs.magento.com/guides/v2.2/ui-components/ui-listing-grid.html).\n\n##
29-
Additional information\n \nYou can track [backward incompatible changes made in
30-
a Magento B2b mainline after the Magento 2.2 release](http://devdocs.magento.com/guides/v2.2/release-notes/changes/b2b_changes.html)."
6+
last_modified_at: '2020-12-10 20:14:30 -0600'
7+
content: |-
8+
The Magento_BundleSharedCatalog module enables bundle products to be added to a shared catalog in an B2B environment. This module extends Magento_SharedCatalog module and Magento_Bundle module.
9+
10+
The Magento_BundleSharedCatalog module provides the following features:
11+
12+
* Display and manage prices for bundle products within a shared catalog.
13+
14+
* Control the visibility of bundle products in quotes and orders. Only those bundle products that have been added to a shared catalog will be available for searches via the "Add by SKU" feature in quotes and orders.
15+
16+
## Installation details
17+
18+
This module has a dependency on the Magento_SharedCatalog and Magento_Bundle, which must be installed and enabled first.
19+
20+
The Magento_BundleSharedCatalog module does not create any backward incompatible changes and can be uninstalled at any time.
21+
22+
## Structure
23+
24+
[Learn about a typical file structure for a Magento 2 module](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html).
25+
26+
## Extensibility
27+
28+
Extension developers can interact with the Magento_BundleSharedCatalog module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).
29+
30+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_BundleSharedCatalog module.
31+
32+
### Layouts
33+
34+
You can extend and override layouts in the `Magento\BundleSharedCatalog\view\adminhtml\layout` directories.
35+
36+
For more information about layouts, see the [Layout documentation](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html).
37+
38+
### UI components
39+
40+
The following directory contains extensible UI components:
41+
42+
* `Magento\BundleSharedCatalog\view\adminhtml\ui_component` - renderer for pricing and structure listings
43+
44+
For more information, see [UI Listing/Grid Component](https://devdocs.magento.com/guides/v2.4/ui_comp_guide/components/ui-listing-grid.html).

src/_data/codebase/v2_4/mrg/b2b/CheckoutAddressSearchNegotiableQuote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Magento_CheckoutAddressSearchNegotiableQuote
33
source_repo: magento2b2b
4-
release: 1.3.0
4+
release: 1.3.1
55
github_path: app/code/Magento/CheckoutAddressSearchNegotiableQuote/README.md
66
last_modified_at: '2019-04-10 17:47:51 -0500'
77
content: |-

0 commit comments

Comments
 (0)