|
1 | 1 | 2.0.1
|
2 | 2 | =============
|
3 | 3 | * 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 |
7 | 5 | * Fixed an issue where possible edit someone else reviews
|
8 | 6 | * Fixed an issue where possible view order details for certain orders
|
9 | 7 | * 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 |
12 | 8 | * Fixed an issue with upload empty file to custom option
|
13 |
| - * Fixed an issue with performance on customer edit form |
14 | 9 | * 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 |
17 | 10 | * Fixed an issue plugin incorrect calls when proxy exists
|
18 | 11 | * Fixed an issue when travis CI builds fail due to authentication
|
19 | 12 | * Fixed an issue when custom options calculated incorrect for configurable products
|
20 | 13 | * Fixed an issue with changing category form on store view level
|
21 |
| - * Updated composer version in braintree package |
22 | 14 | * Fixed an issue where URL rewrites works incorrect for sample data
|
23 | 15 | * Fixed an issue with BaseURL in static files
|
24 | 16 | * Fixed an issue where customer custom attribute of 'file' type isn't supported by UI Form Component
|
25 | 17 | * 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 |
29 | 18 | * 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 |
32 | 19 | * Fixed an issue where information about selected country in address is not presented on checkout flow
|
33 | 20 | * Fixed an issue where customer segments prevent page from caching
|
34 |
| - * Fixed an performance issue related to swatch module |
35 | 21 | * Fixed an issue where import product with replace behaviour causes an error for multistore
|
36 | 22 | * Fixed an issue with validation of url_key during import
|
37 | 23 | * Fixed an issue with "Learn More" link for Payments Pro goes to Payflow Pro
|
38 | 24 | * 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 |
46 | 25 | * GitHub requests:
|
47 | 26 | * [#2519](https://github.com/magento/magento2/issues/2519) -- Fixed an issue where synonyms don't work with Magento 2.0
|
48 | 27 | * [#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
|
49 | 28 | * [#2471](https://github.com/magento/magento2/issues/2471) -- Fixed an issue with incorrect prices on configurable product page when catalog prices include tax
|
50 | 29 | * [#2674](https://github.com/magento/magento2/issues/2674) -- Fixed an issue where plugins/interceptors don't work with early stage single instance objects
|
51 | 30 | * [#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 |
52 | 37 |
|
53 | 38 | 2.0.0
|
54 | 39 | =============
|
|
0 commit comments