Skip to content

Commit 362cd0c

Browse files
author
Korshenko, Olexii(okorshenko)
committed
Merge pull request #314 from okorshenko/2.0.1
Magento 2.0.1 Publication
2 parents 5388ad0 + 4b41db4 commit 362cd0c

File tree

113 files changed

+229
-245
lines changed

Some content is hidden

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

113 files changed

+229
-245
lines changed

CHANGELOG.md

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,39 @@
11
2.0.1
22
=============
33
* Fixed bugs:
4-
* Fixed an issue where can't deploy sample data after "composer create-project"
5-
* Fixed a security issue on user account page
6-
* Fixed a security issue on product page
4+
* Fixed an issue where can't deploy sample data after "composer create-project
75
* Fixed an issue where possible edit someone else reviews
86
* Fixed an issue where possible view order details for certain orders
97
* Fixed an issue where catalog price rule isn't applied to product created using Web API
10-
* Fixed a potential vulnerability where possible insert SQL injection
11-
* Fixed a potential vulnerability on checkout page
128
* Fixed an issue with upload empty file to custom option
13-
* Fixed an issue with performance on customer edit form
149
* Fixed an issue where minicart does not clears after completing an order via PayPal
15-
* Fixed an potential XSS vulnerability
16-
* USPS January 17, 2016 API Changes
1710
* Fixed an issue plugin incorrect calls when proxy exists
1811
* Fixed an issue when travis CI builds fail due to authentication
1912
* Fixed an issue when custom options calculated incorrect for configurable products
2013
* Fixed an issue with changing category form on store view level
21-
* Updated composer version in braintree package
2214
* Fixed an issue where URL rewrites works incorrect for sample data
2315
* Fixed an issue with BaseURL in static files
2416
* Fixed an issue where customer custom attribute of 'file' type isn't supported by UI Form Component
2517
* Fixed an issue when bin/magento setup:upgrade does not clear cache properly
26-
* Fixed an issue where MessageBox plugin duplicating logic
27-
* Fixed an issue where unnecessary StoreCookie plugin is executed on each request
28-
* Fixed a potential security issue in input filter
2918
* Fixed an issue where category creation from product page fails if google experiments enabled
30-
* Fixed a potential security issue with frontend captcha
31-
* Fixed a potential security issue with block cache
3219
* Fixed an issue where information about selected country in address is not presented on checkout flow
3320
* Fixed an issue where customer segments prevent page from caching
34-
* Fixed an performance issue related to swatch module
3521
* Fixed an issue where import product with replace behaviour causes an error for multistore
3622
* Fixed an issue with validation of url_key during import
3723
* Fixed an issue with "Learn More" link for Payments Pro goes to Payflow Pro
3824
* Fixed an issue with JS error appears if loading product grid after clean cache and static files
39-
Tests:
40-
* Fixed an issue with test failure in testGetPackagesForUpdate
41-
* Fixed integration tests related to setup/upgrade functionality
42-
* Fixed an issue where PHP7 Integration test failed
43-
* Fixed an issue with autoload functionality for jmx-generator.php file
44-
* Fixed an issue with legacy tests
45-
* Fixed an issues in tests related to PHP7
4625
* GitHub requests:
4726
* [#2519](https://github.com/magento/magento2/issues/2519) -- Fixed an issue where synonyms don't work with Magento 2.0
4827
* [#2675](https://github.com/magento/magento2/issues/2675) -- Fixed an issue with admin order creation when config "Include Tax In Order Total" set to yes
4928
* [#2471](https://github.com/magento/magento2/issues/2471) -- Fixed an issue with incorrect prices on configurable product page when catalog prices include tax
5029
* [#2674](https://github.com/magento/magento2/issues/2674) -- Fixed an issue where plugins/interceptors don't work with early stage single instance objects
5130
* [#2888](https://github.com/magento/magento2/issues/2888) -- Fixed an issue where not all files are pre-compiled
31+
* Various improvements:
32+
* Fixed performance issue on customer edit form
33+
* Fixed performance issue related to swatch module
34+
* Fixed several security-related issues
35+
* Added support of latest USPS API
36+
* Added support of PHP 7.0.2
5237

5338
2.0.0
5439
=============

app/code/Magento/AdminNotification/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lib-libxml": "*"
1111
},
1212
"type": "magento2-module",
13-
"version": "100.0.2",
13+
"version": "100.0.3",
1414
"license": [
1515
"OSL-3.0",
1616
"AFL-3.0"

app/code/Magento/AdvancedPricingImportExport/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"magento/framework": "100.0.*"
1414
},
1515
"type": "magento2-module",
16-
"version": "100.0.2",
16+
"version": "100.0.3",
1717
"license": [
1818
"OSL-3.0",
1919
"AFL-3.0"

app/code/Magento/Authorization/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"magento/framework": "100.0.*"
88
},
99
"type": "magento2-module",
10-
"version": "100.0.2",
10+
"version": "100.0.3",
1111
"license": [
1212
"OSL-3.0",
1313
"AFL-3.0"

app/code/Magento/Authorizenet/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"magento/framework": "100.0.*"
1414
},
1515
"type": "magento2-module",
16-
"version": "100.0.2",
16+
"version": "100.0.3",
1717
"license": [
1818
"proprietary"
1919
],

app/code/Magento/Backend/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"magento/framework": "100.0.*"
2222
},
2323
"type": "magento2-module",
24-
"version": "100.0.2",
24+
"version": "100.0.3",
2525
"license": [
2626
"OSL-3.0",
2727
"AFL-3.0"

app/code/Magento/Backup/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"magento/framework": "100.0.*"
1010
},
1111
"type": "magento2-module",
12-
"version": "100.0.2",
12+
"version": "100.0.3",
1313
"license": [
1414
"OSL-3.0",
1515
"AFL-3.0"

app/code/Magento/Braintree/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"magento/module-checkout-agreements": "100.0.*"
2323
},
2424
"type": "magento2-module",
25-
"version": "100.0.2",
25+
"version": "100.0.3",
2626
"license": [
2727
"proprietary"
2828
],

app/code/Magento/Bundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"magento/module-bundle-sample-data": "Sample Data version:100.0.*"
2525
},
2626
"type": "magento2-module",
27-
"version": "100.0.2",
27+
"version": "100.0.3",
2828
"license": [
2929
"OSL-3.0",
3030
"AFL-3.0"

app/code/Magento/BundleImportExport/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"magento/framework": "100.0.*"
1212
},
1313
"type": "magento2-module",
14-
"version": "100.0.2",
14+
"version": "100.0.3",
1515
"license": [
1616
"OSL-3.0",
1717
"AFL-3.0"

0 commit comments

Comments
 (0)