Skip to content

Commit 4b41db4

Browse files
author
Oleksii Korshenko
committed
MAGETWO-47956: Magento 2.0.1 Publication
- update CHANGELOG.md
1 parent 2fbe446 commit 4b41db4

File tree

1 file changed

+7
-22
lines changed

1 file changed

+7
-22
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
=============

0 commit comments

Comments
 (0)