Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81f4630

Browse files
authored
Merge pull request magento#1590 from magento/2.0.18-release-notes
Release Notes 2.0.18 CE and EE
2 parents 25059d9 + 62e8380 commit 81f4630

File tree

5 files changed

+124
-0
lines changed

5 files changed

+124
-0
lines changed

_data/toc/release-notes.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ pages:
162162
- label: Magento Open Source 2.0.x Release Notes
163163
children:
164164

165+
- label: Magento Open Source 2.0.18 Release Notes
166+
url: release-notes/ReleaseNotes2.0.18CE.html
167+
165168
- label: Magento Open Source 2.0.17 Release Notes
166169
url: release-notes/ReleaseNotes2.0.17CE.html
167170

@@ -210,6 +213,9 @@ pages:
210213
- label: Magento Commerce 2.0.x Release Notes
211214
children:
212215

216+
- label: Magento Commerce 2.0.18 Release Notes
217+
url: release-notes/ReleaseNotes2.0.18EE.html
218+
213219
- label: Magento Commerce 2.0.17 Release Notes
214220
url: release-notes/ReleaseNotes2.0.17EE.html
215221

_includes/install/releasenotes/20_release-notes-links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
{% collapsibleh2 Magento Open Source 2.0 Release Notes %}
44

5+
* [Version 2.0.18]({{page.baseurl}}release-notes/ReleaseNotes2.0.18CE.html){:target="_blank"}
56
* [Version 2.0.17]({{page.baseurl}}release-notes/ReleaseNotes2.0.17CE.html){:target="_blank"}
67
* [Version 2.0.16]({{page.baseurl}}release-notes/ReleaseNotes2.0.16CE.html){:target="_blank"}
78
* [Version 2.0.15]({{page.baseurl}}release-notes/ReleaseNotes2.0.15CE.html){:target="_blank"}
@@ -25,6 +26,7 @@
2526

2627
{% collapsibleh2 Magento Commerce 2.0 Release Notes %}
2728

29+
* [Version 2.0.18]({{page.baseurl}}release-notes/ReleaseNotes2.0.18EE.html){:target="_blank"}
2830
* [Version 2.0.17]({{page.baseurl}}release-notes/ReleaseNotes2.0.17EE.html){:target="_blank"}
2931
* [Version 2.0.16]({{page.baseurl}}release-notes/ReleaseNotes2.0.16EE.html){:target="_blank"}
3032
* [Version 2.0.15]({{page.baseurl}}release-notes/ReleaseNotes2.0.15EE.html){:target="_blank"}
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
layout: default
3+
group: release-notes
4+
subgroup: 02_rel-notes
5+
title: Magento Open Source 2.0.18 Release Notes
6+
menu_title: Magento Open Source 2.0.18 Release Notes
7+
menu_order: 158
8+
version: 2.0
9+
level3_menu_node: level3child
10+
level3_subgroup: ce20-relnotes
11+
github_link: release-notes/ReleaseNotes2.0.18CE.md
12+
---
13+
14+
*Patch code and release notes were published on February 27, 2018.*
15+
16+
We are pleased to present Magento Open Source 2.0.18. This release includes 35 enhancements to product security, a change to the Magento Admin to recent upcoming USPS shipping changes, and a copyright update. See [Magento Security Center](https://magento.com/security/patches/magento-223-2112-and-2018-security-update) for more information.
17+
18+
Although this release includes these enhancements, no confirmed attacks related to these issues have occurred to date. However, certain vulnerabilities can potentially be exploited to access customer information or take over administrator sessions, so we recommend that you upgrade your Magento software to the latest version as soon as possible.
19+
20+
21+
<div class="bs-callout bs-callout-warning" markdown="1">
22+
The Magento Open Source 2.0.18 software release marks the final supported software release for Magento Open Source version 2.0.X. Magento Open Source 2.0.X will no longer receive security updates or product quality fixes now that its support window has expired.
23+
24+
To maintain the performance and security of your site, we advise you to upgrade to the latest version of Magento Open Source. We encourage you to reach out to your partners, developers, or Magento Customer Success contact for more information on upgrading your site.
25+
</div>
26+
27+
## Highlights
28+
29+
Look for the following highlights in this release:
30+
31+
* **Enhancements that help close authenticated Admin user remote code execution, unauthorized data leaks, and cross-site request forgery (CSRF) vulnerabilities**. See [Magento Security Center](https://magento.com/security/patches/magento-223-2112-and-2018-security-update) for more information.
32+
33+
* **Change to Magento Admin to support upcoming USPS shipping changes**. On February 23, 2018, USPS removed APIs that support the creation of shipping labels without postage. In response, we’ve removed this functionality from the Magento Admin. Consequently, you cannot create and print shipping labels that do not have postage applied. If you require USPS postage printing capabilities, please visit [Magento Shipping](https://magento.com/products/shipping) to learn more, and explore various shipping extensions on Magento Marketplace.
34+
35+
* **Updated copyright for 2018**.
36+
37+
38+
## System requirements
39+
Our technology stack is built on PHP and MySQL. For more information, see
40+
<a href="{{ page.baseurl }}install-gde/system-requirements.html" target="_blank">System Requirements</a>.
41+
42+
{% include install/releasenotes/ce_install_20.md %}
43+
44+
45+
## Migration toolkits
46+
The <a href="{{ page.baseurl }}migration/migration-migrate.html" target="_blank">Data Migration Tool</a> helps transfer existing Magento 1.x store data to Magento 2.x. This command-line interface includes verification, progress tracking, logging, and testing functions. For installation instructions, see <a href="{{ page.baseurl }}migration/migration-tool-install.html" target="_blank">Install the Data Migration Tool</a>. Consider exploring or contributing to the <a href="https://github.com/magento/data-migration-tool" target="_blank"> Magento Data Migration repository</a>.
47+
48+
An updated version of this toolkit is typically available several days after the patch release.
49+
50+
51+
The <a href="https://github.com/magento/code-migration" target="_blank">Code Migration Toolkit</a> helps transfer existing Magento 1.x store extensions and customizations to Magento 2.0.x. The command-line interface includes scripts for converting Magento 1.x modules and layouts.
52+
53+
## Credits
54+
55+
Dear community members, thank you for your suggestions and bug reports.
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
layout: default
3+
group: release-notes
4+
subgroup: 02_rel-notes
5+
title: Magento Commerce 2.0.18 Release Notes
6+
menu_title: Magento Commerce 2.0.18 Release Notes
7+
menu_order: 260
8+
version: 2.0
9+
level3_menu_node: level3child
10+
level3_subgroup: ee20-relnotes
11+
github_link: release-notes/ReleaseNotes2.0.18EE.md
12+
---
13+
14+
*Patch code and release notes were published on February 27, 2018.*
15+
16+
We are pleased to present Magento Commerce 2.0.18. This release includes 35 enhancements to product security, a change to the Magento Admin to support recent USPS shipping changes, and a copyright update. See [Magento Security Center](https://magento.com/security/patches/magento-223-2112-and-2018-security-update) for more information.
17+
18+
Although this release includes these enhancements, no confirmed attacks related to these issues have occurred to date. However, certain vulnerabilities can potentially be exploited to access customer information or take over administrator sessions, so we recommend that you upgrade your Magento software to the latest version as soon as possible.
19+
20+
21+
<div class="bs-callout bs-callout-warning" markdown="1">
22+
The Magento Commerce 2.0.18 software release marks the final supported software release for Magento Commerce version 2.0.X. Magento Commerce 2.0.X will no longer receive security updates or product quality fixes now that its support window has expired, as defined by our <a href="https://magento.com/legal/terms/enterprise-agreement" target="_blank">Magento Commerce Support Service Terms</a>.
23+
24+
To maintain the performance and security of your site, we advise you to upgrade to the latest version of Magento Commerce. We encourage you to reach out to your partners, developers, or Magento Customer Success contact for more information on upgrading your site.
25+
</div>
26+
27+
28+
## Highlights
29+
30+
Look for the following highlights in this release:
31+
32+
* **Enhancements that help close authenticated Admin user remote code execution, unauthorized data leaks, and cross-site request forgery (CSRF) vulnerabilities**. See [Magento Security Center](https://magento.com/security/patches/magento-223-2112-and-2018-security-update) for more information.
33+
34+
* **Change to Magento Admin to support upcoming USPS shipping changes**. On February 23, 2018, USPS removed APIs that support the creation of shipping labels without postage. In response, we’ve removed this functionality from the Magento Admin. Consequently, you cannot create and print shipping labels that do not have postage applied. If you require USPS postage printing capabilities, please visit [Magento Shipping](https://magento.com/products/shipping) to learn more, and explore various shipping extensions on Magento Marketplace.
35+
36+
* **Updated copyright for 2018**.
37+
38+
39+
## System requirements
40+
Our technology stack is built on PHP and MySQL. See
41+
<a href="{{ page.baseurl }}install-gde/system-requirements.html" target="_blank">System Requirements</a>.
42+
43+
44+
{% include install/releasenotes/ee_install_20.md %}
45+
46+
47+
48+
## Migration toolkits
49+
The <a href="{{ page.baseurl }}migration/migration-migrate.html" target="_blank">Data Migration Tool</a> helps transfer existing Magento 1.x store data to Magento 2.x. This command-line interface includes verification, progress tracking, logging, and testing functions. For installation instructions, see <a href="{{ page.baseurl }}migration/migration-tool-install.html" target="_blank">Install the Data Migration Tool</a>. Consider exploring or contributing to the <a href="https://github.com/magento/data-migration-tool" target="_blank"> Magento Data Migration repository</a>.
50+
51+
An updated version of this toolkit is typically available several days after the patch release.
52+
53+
The <a href="https://github.com/magento/code-migration" target="_blank">Code Migration Toolkit</a> helps transfer existing Magento 1.x store extensions and customizations to Magento 2.0.x. The command-line interface includes scripts for converting Magento 1.x modules and layouts.
54+
55+
## Credits
56+
57+
Dear community members, thank you for your suggestions and bug reports.

guides/v2.0/release-notes/bk-release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ redirect_from: /guides/v1.0/release-notes/bk-release-notes.html
1414

1515
## Magento 2.0 Release Notes
1616

17+
* [{{site.data.var.ce}} 2.0.18 Release Notes]({{page.baseurl}}release-notes/ReleaseNotes2.0.18CE.html)
18+
* [{{site.data.var.ee}} 2.0.18 Release Notes]({{page.baseurl}}release-notes/ReleaseNotes2.0.18EE.html)
19+
20+
1721
* [{{site.data.var.ce}} 2.0.17 Release Notes]({{page.baseurl}}release-notes/ReleaseNotes2.0.17CE.html)
1822
* [{{site.data.var.ee}} 2.0.17 Release Notes]({{page.baseurl}}release-notes/ReleaseNotes2.0.17EE.html)
1923

0 commit comments

Comments
 (0)