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

Commit fc33f7d

Browse files
authored
Merge branch 'master' into imgbot
2 parents ae36913 + a2f95b3 commit fc33f7d

File tree

1,288 files changed

+129495
-1582
lines changed

Some content is hidden

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

1,288 files changed

+129495
-1582
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!-- # IMPORTANT
2+
3+
We are no longer accepting pull requests to update v2.1 devdoc files.
4+
5+
Magento 2.1.18 is the final 2.1.x release. After the [June 2019 end-of-support date](https://magento.com/sites/default/files/magento-software-lifecycle-policy.pdf), Magento will no longer apply security patches, quality fixes, or documentation updates to v2.1.x. To maintain your site's performance, security, and PCI compliance, [upgrade](https://devdocs.magento.com/guides/v2.3/comp-mgr/bk-compman-upgrade-guide.html) to the latest version of Magento. -->
6+
17
## Purpose of this pull request
28

39
<!-- REQUIRED Describe the goal and the type of changes this pull request covers. -->
@@ -8,14 +14,12 @@ This pull request (PR) ...
814

915
<!-- REQUIRED List the affected pages on devdocs.magento.com (URLs). Not needed for large numbers of files. -->
1016

11-
- ...
1217
- ...
1318

1419
## Links to Magento source code
1520

1621
<!-- OPTIONAL - REMOVE THIS SECTION IF NOT USED. If this pull request references a file in a Magento codebase repository, add it here. -->
1722

18-
- ...
1923
- ...
2024

2125
<!--

_data/compatibility.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@ extension:
1717
-
1818
name: Google Shopping ads Channel
1919
versions:
20+
-
21+
name: 2.0.1
22+
support:
23+
2.2.4+: general availability
24+
2.3.0: general availability
25+
2.3.1: general availability
26+
2.3.2: general availability
27+
-
28+
name: 2.0.0
29+
support:
30+
2.2.4+: general availability
31+
2.3.0: general availability
32+
2.3.1: general availability
33+
2.3.2: general availability
2034
-
2135
name: 1.1.2
2236
support:

_data/toc/cloud-guide.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ pages:
3838
- label: Magento Cloud CLI
3939
url: /cloud/reference/cli-ref-topic.html
4040

41+
- label: ece-tools package
42+
url: /cloud/reference/ece-tools-reference.html
43+
4144
- label: Git
4245
url: /cloud/reference/git-integration.html
4346

@@ -105,6 +108,9 @@ pages:
105108
- label: Connect to the database
106109
url: /cloud/docker/docker-database.html
107110

111+
- label: Functional testing in Docker
112+
url: /cloud/docker/docker-development-testing.html
113+
108114
- label: Docker quick reference
109115
url: /cloud/docker/docker-quick-reference.html
110116

_data/toc/module-reference-guide-2_3.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pages:
33
- label: Introduction
44
url: /mrg/intro.html
55
- label: Open Source
6+
include_versions: ["2.3"]
67
children:
78

89
- label: AdminNotification
@@ -200,6 +201,9 @@ pages:
200201
- label: GraphQl
201202
url: /mrg/ce/GraphQl.html
202203

204+
- label: GraphQlCache
205+
url: /mrg/ce/GraphQlCache.html
206+
203207
- label: GroupedCatalogInventory
204208
url: /mrg/ce/GroupedCatalogInventory.html
205209

@@ -266,6 +270,9 @@ pages:
266270
- label: Paypal
267271
url: /mrg/ce/Paypal.html
268272

273+
- label: PaypalCaptcha
274+
url: /mrg/ce/PaypalCaptcha.html
275+
269276
- label: Persistent
270277
url: /mrg/ce/Persistent.html
271278

@@ -416,6 +423,9 @@ pages:
416423
- label: Vault
417424
url: /mrg/ce/Vault.html
418425

426+
- label: VaultGraphQl
427+
url: /mrg/ce/VaultGraphQl.html
428+
419429
- label: Version
420430
url: /mrg/ce/Version.html
421431

@@ -497,6 +507,12 @@ pages:
497507
- label: CatalogUrlRewriteStaging
498508
url: /mrg/ee/CatalogUrlRewriteStaging.html
499509

510+
- label: CheckoutAddressSearch
511+
url: /mrg/ee/CheckoutAddressSearch.html
512+
513+
- label: CheckoutAddressSearchGiftRegistry
514+
url: /mrg/ee/CheckoutAddressSearchGiftRegistry.html
515+
500516
- label: CheckoutStaging
501517
url: /mrg/ee/CheckoutStaging.html
502518

@@ -527,6 +543,9 @@ pages:
527543
- label: DownloadableStaging
528544
url: /mrg/ee/DownloadableStaging.html
529545

546+
- label: ElasticsearchCatalogPermissions
547+
url: /mrg/ee/ElasticsearchCatalogPermissions.html
548+
530549
- label: Enterprise
531550
url: /mrg/ee/Enterprise.html
532551

@@ -688,6 +707,9 @@ pages:
688707
- label: BundleSharedCatalog
689708
url: /mrg/b2b/BundleSharedCatalog.html
690709

710+
- label: CheckoutAddressSearchNegotiableQuote
711+
url: /mrg/b2b/CheckoutAddressSearchNegotiableQuote.html
712+
691713
- label: Company
692714
url: /mrg/b2b/Company.html
693715

@@ -738,4 +760,3 @@ pages:
738760

739761
- label: SharedCatalog
740762
url: /mrg/b2b/SharedCatalog.html
741-

_data/toc/testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ pages:
1313
url: /test/integration/annotations.html
1414
children:
1515

16+
- label: '@depends'
17+
url: /test/integration/annotations/depends.html
18+
1619
- label: '@magentoAppArea'
1720
url: /test/integration/annotations/magento-app-area.html
1821

_data/whats-new.yml

Lines changed: 172 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,179 @@ description: |
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 Jun 24 10:57:15 2019
7+
updated: Thu Jun 27 16:05:11 2019
88
entries:
9+
- description: Updated the [Module Reference Guide](https://devdocs.magento.com/guides/v2.3/mrg/intro.html).
10+
versions: 2.3.2
11+
type: Major update
12+
date: June 27, 2019
13+
link: https://github.com/magento/devdocs/pull/4862
14+
- description: Added new topic about using the [depends annotation](https://devdocs.magento.com/guides/v2.3/test/integration/annotations/depends.html)
15+
when writing integration tests.
16+
versions: 2.1.x, 2.2.x, 2.3.x
17+
type: New topic
18+
date: June 27, 2019
19+
link: https://github.com/magento/devdocs/pull/4807
20+
- description: Updated data for [bin/magento CLI reference](https://devdocs.magento.com/guides/v2.3/reference/cli/magento.html)
21+
and data for Magento packages for [Open Source](https://devdocs.magento.com/guides/v2.3/release-notes/packages-open-source.html),
22+
[Commerce](https://devdocs.magento.com/guides/v2.3/release-notes/packages-commerce.html),
23+
and [Cloud](https://devdocs.magento.com/guides/v2.3/release-notes/packages-cloud.html).
24+
versions: 2.1.x, 2.2.x, 2.3.x
25+
type: Major update
26+
date: June 27, 2019
27+
link: https://github.com/magento/devdocs/pull/4838
28+
- description: Updated the Cloud Release notes for [ece-tools version 2002.0.20](https://devdocs.magento.com/guides/v2.3/cloud/release-notes/cloud-tools.html#v2002020).<br/>- New
29+
[`ece-tools` reference](https://devdocs.magento.com/guides/v2.3/cloud/reference/ece-tools-reference.html)
30+
topic.<br/>- New [Functional testing in Docker](https://devdocs.magento.com/guides/v2.3/cloud/docker/docker-development-testing)
31+
environment.<br/>- Updated the [Application configuration PHP extensions](https://devdocs.magento.com/guides/v2.3/cloud/project/project-conf-files_magento-app.html#php-extensions)
32+
section.<br/>- Multiple updates to the Environment variables, including a new
33+
[Post-deploy variable for Time to First Byte](https://devdocs.magento.com/guides/v2.3/cloud/env/variables-post-deploy.html).<br/>- Credited
34+
community members that contributed to the ece-tools code.
35+
versions: 2.1.x, 2.2.x, 2.3.x
36+
type: Major update
37+
date: June 27, 2019
38+
link: https://github.com/magento/devdocs/pull/4839
39+
- description: Updated backward incompatible changes reference with the changes introduced
40+
into [2.3.2](https://devdocs.magento.com/guides/v2.3/release-notes/backward-incompatible-changes/reference.html),
41+
[2.2.9](https://devdocs.magento.com/guides/v2.2/release-notes/backward-incompatible-changes/reference.html),
42+
[2.1.18](https://devdocs.magento.com/guides/v2.3/release-notes/backward-incompatible-changes/reference.html).
43+
versions: 2.1.17, 2.2.9, 2.3.2
44+
type: Major update
45+
date: June 27, 2019
46+
link: https://github.com/magento/devdocs/pull/4854
47+
- description: Added the '11.3. Functional Testing' section to [Technical Guidelines](https://devdocs.magento.com/guides/v2.3/coding-standards/technical-guidelines.html).
48+
versions: 2.3.x
49+
type: Major update
50+
date: June 26, 2019
51+
link: https://github.com/magento/devdocs/pull/4677
52+
- description: Added the [GraphQL checkout tutorial](https://devdocs.magento.com/guides/2.3/graphql/tutorials/checkout/index.html),
53+
which provides an overview of the steps you need place an order on behalf of a
54+
guest or logged-in user.
55+
versions: 2.3.2
56+
type: Major update
57+
date: June 25, 2019
58+
link: https://github.com/magento/devdocs/pull/4271
59+
- description: Added 'New optional method argument' to both `PHP Interface` and to
60+
`PHP Class` in [Codebase Changes](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/versioning/codebase-changes.html).
61+
versions: 2.1.x, 2.2.x, 2.3.x
62+
type: Major update
63+
date: June 25, 2019
64+
link: https://github.com/magento/devdocs/pull/4676
65+
- description: Published all documentation updates related to the Q2 Commerce and
66+
Open Source release.
67+
versions: 2.1.x, 2.2.x, 2.3.x
68+
type: Major update
69+
date: June 25, 2019
70+
link: https://github.com/magento/devdocs/pull/4825
71+
- description: Added release notes for [Magento Commerce 1.14.4.2](https://devdocs.magento.com/guides/m1x/ce19-ee114/ee1.14_release-notes.html)
72+
and [Magento Open Source 1.9.4.2](https://devdocs.magento.com/guides/m1x/ce19-ee114/ce1.9_release-notes.html).
73+
versions: 1.9.4.2
74+
type: Major update
75+
date: June 25, 2019
76+
link: https://github.com/magento/devdocs-m1/pull/9
77+
- description: Added the [GraphQL checkout tutorial](https://devdocs.magento.com/guides/2.3/graphql/tutorials/checkout/index.html),
78+
which provides an overview of the steps you need place an order on behalf of a
79+
guest or logged-in user.
80+
versions: 2.3.2
81+
type: Major update
82+
date: June 25, 2019
83+
link: https://github.com/magento/devdocs/pull/4271
84+
- description: Added 'Code Sample' section to the [Confirm Widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_confirm.html)
85+
topic.
86+
versions: 2.1.x, 2.2.x, 2.3.x
87+
type: Major update
88+
date: June 24, 2019
89+
link: https://github.com/magento/devdocs/pull/4802
90+
- description: Added Commerce 2.3.2 to the [release information page](https://devdocs.magento.com/release/).
91+
versions: 2.3.x
92+
type: Major update
93+
date: June 22, 2019
94+
link: https://github.com/magento/devdocs/pull/4824
95+
- description: Updated the REST schema for [2.3.2](https://devdocs.magento.com/redoc/2.3/)
96+
and [2.2.9](https://devdocs.magento.com/swagger/index_22.html).
97+
versions: 2.2.9, 2.3.2
98+
type: Major update
99+
date: June 22, 2019
100+
link: https://github.com/magento/devdocs/pull/4816
101+
- description: Added release notes for [Magento Commerce 2.1.1.8](https://devdocs.magento.com/guides/v2.1/release-notes/ReleaseNotes2.1.18EE.html).
102+
versions: 2.1.18
103+
type: New topic
104+
date: June 22, 2019
105+
link: https://github.com/magento/devdocs/pull/4773
106+
- description: GraphQL supports the [Vault endpoint](https://devdocs.magento.com/guides/v2.3/graphql/reference/vault.html),
107+
which allows customers to store payment information with a service such as Braintree
108+
Vault.
109+
versions: 2.3.2
110+
type: New topic
111+
date: June 22, 2019
112+
link: https://github.com/magento/devdocs/pull/4760
113+
- description: Updated the [GraphQL release notes](https://devdocs.magento.com/guides/v2.3/graphql/release-notes.html)
114+
for 2.3.2.
115+
versions: 2.3.2
116+
type: Major update
117+
date: June 22, 2019
118+
link: https://github.com/magento/devdocs/pull/4725
119+
- description: Added release notes for [Magento Commerce](https://devdocs.magento.com/guides/v2.3/release-notes/ReleaseNotes2.3.2EE.html)
120+
and [Magento Open Source](https://devdocs.magento.com/guides/v2.3/release-notes/ReleaseNotes2.3.2CE.html)
121+
version 2.3.2.
122+
versions: 2.3.2
123+
type: New topic
124+
date: June 22, 2019
125+
link: https://github.com/magento/devdocs/pull/4722
126+
- description: Added release notes for [Magento Commerce](https://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.9EE.html)
127+
and [Magento Open Source](https://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.9CE.html)
128+
version 2.2.9.
129+
versions: 2.2.9
130+
type: New topic
131+
date: June 22, 2019
132+
link: https://github.com/magento/devdocs/pull/4721
133+
- description: Added Google reCAPTCHA installation information for Magento Open Source
134+
and Commerce v[2.3.2](https://devdocs.magento.com/guides/v2.3/security/google-recaptcha.html),
135+
[2.2.9](https://devdocs.magento.com/guides/v2.2/security/google-recaptcha.html),
136+
and [2.1.18](https://devdocs.magento.com/guides/v2.1/security/google-recaptcha.html).
137+
versions: 2.1.18, 2.2.9, 2.3.2
138+
type: Technical changes
139+
date: June 22, 2019
140+
link: https://github.com/magento/devdocs/pull/4698
141+
- description: Added information about the [PoisonPill interface](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/message-queues/refresh-config.html).
142+
versions: 2.3.2
143+
type: New topic
144+
date: June 22, 2019
145+
link: https://github.com/magento/devdocs/pull/4428
146+
- description: Added the `isEmailAvailable` query to the GraphQL [customer endpoint](https://devdocs.magento.com/guides/v2.3/graphql/reference/customer.html).
147+
versions: 2.3.2
148+
type: Major update
149+
date: June 22, 2019
150+
link: https://github.com/magento/devdocs/pull/4556
151+
- description: The [GraphQL quote endpoint](https://devdocs.magento.com/guides/v2.3/graphql/reference/quote.html)
152+
adds numerous mutations for 2.3.2. Each mutation is documented separately. The
153+
[GraphQL release notes](https://devdocs.magento.com/guides/v2.3/graphql/release-notes.html)
154+
lists these new mutations.
155+
versions: 2.3.2
156+
type: New topic
157+
date: June 22, 2019
158+
link: https://github.com/magento/devdocs/pull/4502
159+
- description: Added a feature to configure the lock provider to prevent the launch
160+
of duplicate cron jobs and cron groups. In previous releases, Magento used the
161+
database to save locks. Now you have the option to manage locks using the database,
162+
Zookeeper, or file locks. See [Configure the lock provider](https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-lock.html).
163+
versions: 2.2.9, 2.3.2
164+
type: New topic
165+
date: June 22, 2019
166+
link: https://github.com/magento/devdocs/pull/4409
167+
- description: Added topics about [GraphQL caching](https://devdocs.magento.com/guides/v2.3/graphql/caching.html)
168+
and [identity classes](https://devdocs.magento.com/guides/v2.3/graphql/develop/identity-class.html).
169+
versions: 2.3.2
170+
type: New topic
171+
date: June 22, 2019
172+
link: https://github.com/magento/devdocs/pull/4402
173+
- description: Added the `only_x_left_in_stock` and `stock_status` attributes to the
174+
[Products endpoint](https://devdocs.magento.com/guides/v2.3/graphql/reference/products.html).
175+
These attributes were added to support Inventory Management orders.
176+
versions: 2.3.2
177+
type: Technical changes
178+
date: June 22, 2019
179+
link: https://github.com/magento/devdocs/pull/4340
9180
- description: Completed the reference list and added a 'Code sample' section to the
10181
[Prompt Widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_prompt.html)
11182
topic.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{: .bs-callout .bs-callout-info}
1+
{: .bs-callout-info}
22
For current {{ site.data.var.ece }} release information, see [Release notes for ece-tools]({{ page.baseurl }}/cloud/release-notes/cloud-tools.html).

extensions/google-shopping-ads/release-notes/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ The release notes include:
1515

1616
- {:.new}New features
1717
- {:.fix}Fixes and improvements
18+
- {:.bug}Known issues
19+
20+
21+
### v2.0.1
22+
23+
Google Shopping ads Channel 2.0.1 is generally available for versions 2.2.4+ and 2.3.x of {{site.data.var.ce}}, {{site.data.var.ee}}, and {{site.data.var.ece}}.
24+
25+
- {:.fix} **Resolved Update/Install Issue**: Corrected a problem with the update package that prevented Google Shopping ads Channel v2.0.0 from installing correctly.
26+
27+
### v2.0.0
28+
29+
Google Shopping ads Channel 2.0.0 is generally available for versions 2.2.4+ and 2.3.x of {{site.data.var.ce}}, {{site.data.var.ee}}, and {{site.data.var.ece}}.
30+
31+
- {:.fix} **Resolved Database Issue**: Corrected a database issue that caused some users to experience delayed processing times.
1832

1933
### v1.1.2
2034

guides/v2.1/cloud/bk-cloud.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Amazon Web Services (AWS) powers the underlying Infrastructure as a Service (Iaa
2222

2323
## {{site.data.var.ct}} package
2424

25-
The `{{site.data.var.ct}}` package is a scalable deployment tool that simplifies the Cloud upgrade process. In 2018, we deprecated the `magento-cloud-configuration` and `ece-patches` packages in favor of providing a single package. We encourage all customers to [upgrade to use `{{site.data.var.ct}}`]({{page.baseurl}}/cloud/project/ece-tools-upgrade-project.html) as soon as possible to benefit from the package features, such as commands to create a backup of the database, apply custom patches, and verify environment configuration.
25+
The [`{{site.data.var.ct}}` package][ece] is a scalable deployment tool that simplifies the Cloud upgrade process. In 2018, we deprecated the `magento-cloud-configuration` and `ece-patches` packages in favor of providing a single package. We encourage all customers to [upgrade to use `{{site.data.var.ct}}`]({{page.baseurl}}/cloud/project/ece-tools-upgrade-project.html) as soon as possible to benefit from the package features, such as commands to create a backup of the database, apply custom patches, and verify environment configuration.
2626

2727
<!-- Link definitions -->
2828

@@ -31,3 +31,5 @@ The `{{site.data.var.ct}}` package is a scalable deployment tool that simplifies
3131

3232
[Cloud Stack]: {{site.baseurl}}/common/images/cloud/CloudStack.png
3333
{: width="804px" height="721px"}
34+
35+
[ece]: {{page.baseurl}}/cloud/reference/ece-tools-reference.html

0 commit comments

Comments
 (0)