|
17 | 17 | * Fixed an issue when custom options calculated incorrect for configurable products
|
18 | 18 | * Fixed an issue with changing category form on store view level
|
19 | 19 | * Updated composer version in braintree package
|
| 20 | + * Fixed an issue where URL rewrites works incorrect for sample data |
| 21 | + * Fixed an issue with BaseURL in static files |
| 22 | + * Fixed an issue where customer custom attribute of 'file' type isn't supported by UI Form Component |
| 23 | + * Fixed an issue when bin/magento setup:upgrade does not clear cache properly |
| 24 | + * Fixed an issue where MessageBox plugin duplicating logic |
| 25 | + * Fixed an issue where unnecessary StoreCookie plugin is executed on each request |
| 26 | + * Fixed a potential security issue in input filter |
| 27 | + * Fixed an issue where category creation from product page fails if google experiments enabled |
| 28 | + * Fixed a potential security issue with frontend captcha |
| 29 | + * Fixed a potential security issue with block cache |
| 30 | + * Fixed an issue where information about selected country in address is not presented on checkout flow |
| 31 | + * Fixed an issue where customer segments prevent page from caching |
| 32 | + * Fixed an performance issue related to swatch module |
| 33 | + * Fixed an issue where import product with replace behaviour causes an error for multistore |
| 34 | + * Fixed an issue with validation of url_key during import |
| 35 | + * Fixed an issue with "Learn More" link for Payments Pro goes to Payflow Pro |
| 36 | +Tests: |
| 37 | + * Fixed an issue with test failure in testGetPackagesForUpdate |
| 38 | + * Fixed integration tests related to setup/upgrade functionality |
| 39 | + * Fixed an issue where PHP7 Integration test failed |
| 40 | + * Fixed an issue with autoload functionality for jmx-generator.php file |
| 41 | + * Fixed an issue with legacy tests |
20 | 42 | * GitHub requests:
|
21 | 43 | * [#2519](https://github.com/magento/magento2/issues/2519) -- Fixed an issue where synonyms don't work with Magento 2.0
|
22 | 44 | * [#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
|
| 45 | + * [#2471](https://github.com/magento/magento2/issues/2471) -- Fixed an issue with incorrect prices on configurable product page when catalog prices include tax |
| 46 | + * [#2674](https://github.com/magento/magento2/issues/2674) -- Fixed an issue where plugins/interceptors don't work with early stage single instance objects |
| 47 | + * [#2888](https://github.com/magento/magento2/issues/2888) -- Fixed an issue where not all files are pre-compiled |
23 | 48 |
|
24 | 49 | 2.0.0
|
25 | 50 | =============
|
|
0 commit comments