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

Commit 8be26ed

Browse files
authored
Merge pull request #916 from magento/ReleaseNotes_2.0.15
Release Notes 2.0.15
2 parents 482c3a5 + bb600bf commit 8be26ed

File tree

3 files changed

+91
-0
lines changed

3 files changed

+91
-0
lines changed

_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 CE 2.0 Release Notes %}
44

5+
* [Version 2.0.15]({{page.baseurl}}release-notes/ReleaseNotes2.0.15CE.html){:target="_blank"}
56
* [Version 2.0.14]({{page.baseurl}}release-notes/ReleaseNotes2.0.14CE.html){:target="_blank"}
67
* [Version 2.0.13]({{page.baseurl}}release-notes/ReleaseNotes2.0.13CE.html){:target="_blank"}
78
* [Version 2.0.12]({{page.baseurl}}release-notes/ReleaseNotes2.0.12CE.html){:target="_blank"}
@@ -22,6 +23,7 @@
2223

2324
{% collapsibleh2 Magento EE 2.0 Release Notes %}
2425

26+
* [Version 2.0.15]({{page.baseurl}}release-notes/ReleaseNotes2.0.15EE.html){:target="_blank"}
2527
* [Version 2.0.14]({{page.baseurl}}release-notes/ReleaseNotes2.0.14EE.html){:target="_blank"}
2628
* [Version 2.0.13]({{page.baseurl}}release-notes/ReleaseNotes2.0.13EE.html){:target="_blank"}
2729
* [Version 2.0.12]({{page.baseurl}}release-notes/ReleaseNotes2.0.12EE.html){:target="_blank"}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
layout: default
3+
group: release-notes
4+
subgroup: 02_rel-notes
5+
title: Magento CE 2.0.15 Release Notes
6+
menu_title: Magento CE 2.0.15 Release Notes
7+
menu_order: 164
8+
version: 2.0
9+
level3_menu_node: level3child
10+
level3_subgroup: ce20-relnotes
11+
github_link: release-notes/ReleaseNotes2.0.15CE.md
12+
---
13+
14+
*Patch code and release notes were published on June 21, 2017.*
15+
16+
We are pleased to present Magento Community Edition 2.0.15. This release includes only one enhancement: Support for changes in PayPal's Instant Payment Notification (IPN) service.
17+
18+
For increased security, merchants using PayPal’s Instant Payment Notification (IPN) service will be able to use only HTTPS when posting messages back to PayPal for verification. In the past, PayPal has allowed the use of HTTP for these postbacks. PayPal provides more information at [IPN Verification Postback to HTTPS Microsite](https://www.paypal-knowledge.com/infocenter/index?page=content&widgetview=true&id=FAQ1916&viewlocale=en_US){:target="_blank"}.
19+
20+
21+
<div class="bs-callout bs-callout-warning" markdown="1">
22+
You must upgrade or apply this patch by June 30, 2017 to avoid any disruption to this service.
23+
</div>
24+
25+
26+
Looking for the [Magento Enterprise Cloud Edition Release Notes](http://devdocs.magento.com/guides/v2.0/cloud/release-notes/CloudReleaseNotes.html){:target="_blank"}?
27+
28+
## System requirements
29+
Our technology stack is built on PHP and MySQL. For more information, see
30+
<a href="{{ page.baseurl }}install-gde/system-requirements.html" target="_blank">System Requirements</a>.
31+
32+
{% include install/releasenotes/ce_install_20.md %}
33+
34+
35+
## Migration toolkits
36+
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>.
37+
38+
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.
39+
40+
## Credits
41+
42+
Dear community members, thank you for your suggestions and bug reports.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
layout: default
3+
group: release-notes
4+
subgroup: 02_rel-notes
5+
title: Magento EE 2.0.15 Release Notes
6+
menu_title: Magento EE 2.0.15 Release Notes
7+
menu_order: 264
8+
version: 2.0
9+
level3_menu_node: level3child
10+
level3_subgroup: ee20-relnotes
11+
github_link: release-notes/ReleaseNotes2.0.15EE.md
12+
---
13+
14+
*Patch code and release notes were published on June 21, 2017.*
15+
16+
We are pleased to present Magento Community Edition 2.0.15. This release includes only one enhancement: Support for changes in PayPal's Instant Payment Notification (IPN) service.
17+
18+
For increased security, merchants using PayPal’s Instant Payment Notification (IPN) service will be able to use only HTTPS when posting messages back to PayPal for verification. In the past, PayPal has allowed the use of HTTP for these postbacks. PayPal provides more information at [IPN Verification Postback to HTTPS Microsite](https://www.paypal-knowledge.com/infocenter/index?page=content&widgetview=true&id=FAQ1916&viewlocale=en_US){:target="_blank"}.
19+
20+
21+
<div class="bs-callout bs-callout-warning" markdown="1">
22+
You must upgrade or apply this patch by June 30, 2017 to avoid any disruption to this service.
23+
</div>
24+
25+
26+
Looking for the [Magento Enterprise Cloud Edition Release Notes](http://devdocs.magento.com/guides/v2.0/cloud/release-notes/CloudReleaseNotes.html){:target="_blank"}?
27+
28+
29+
30+
31+
## System requirements
32+
Our technology stack is built on PHP and MySQL. See
33+
<a href="{{ page.baseurl }}install-gde/system-requirements.html" target="_blank">System Requirements</a>.
34+
35+
36+
{% include install/releasenotes/ee_install_20.md %}
37+
38+
39+
40+
## Migration toolkits
41+
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>.
42+
43+
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.
44+
45+
## Credits
46+
47+
Dear community members, thank you for your suggestions and bug reports.

0 commit comments

Comments
 (0)