You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff 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
+
1
7
## Purpose of this pull request
2
8
3
9
<!-- REQUIRED Describe the goal and the type of changes this pull request covers. -->
@@ -8,14 +14,12 @@ This pull request (PR) ...
8
14
9
15
<!-- REQUIRED List the affected pages on devdocs.magento.com (URLs). Not needed for large numbers of files. -->
10
16
11
-
- ...
12
17
- ...
13
18
14
19
## Links to Magento source code
15
20
16
21
<!-- OPTIONAL - REMOVE THIS SECTION IF NOT USED. If this pull request references a file in a Magento codebase repository, add it here. -->
- 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
- description: Added 'Code Sample' section to the [Confirm Widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_confirm.html)
- description: Added information about the [PoisonPill interface](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/message-queues/refresh-config.html).
- description: Added the `isEmailAvailable` query to the GraphQL [customer endpoint](https://devdocs.magento.com/guides/v2.3/graphql/reference/customer.html).
- 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).
Copy file name to clipboardExpand all lines: extensions/google-shopping-ads/release-notes/index.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,20 @@ The release notes include:
15
15
16
16
- {:.new}New features
17
17
- {:.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.
Copy file name to clipboardExpand all lines: guides/v2.1/cloud/bk-cloud.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Amazon Web Services (AWS) powers the underlying Infrastructure as a Service (Iaa
22
22
23
23
## {{site.data.var.ct}} package
24
24
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.
26
26
27
27
<!-- Link definitions -->
28
28
@@ -31,3 +31,5 @@ The `{{site.data.var.ct}}` package is a scalable deployment tool that simplifies
0 commit comments