|
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 an issue where possible edit someone else reviews |
6 |
| - * Fixed an issue where possible view order details for certain orders |
7 |
| - * Fixed an issue where catalog price rule isn't applied to product created using Web API |
8 |
| - * Fixed an issue with upload empty file to custom option |
| 4 | + * Fixed an issue to allow deployment of sample data after running "composer create-project" |
| 5 | + * Fixed an issue that made it possible for someone to edit someone else's reviews |
| 6 | + * Fixed an issue that made it possible to view order details for certain orders that were created by someone else |
| 7 | + * Fixed an issue where catalog price rule isn't applied to a product that is created when using Web API |
| 8 | + * Fixed an issue where an empty file was uploaded to custom option |
9 | 9 | * Fixed an issue where minicart does not clears after completing an order via PayPal
|
10 | 10 | * Fixed an issue plugin incorrect calls when proxy exists
|
11 | 11 | * Fixed an issue when travis CI builds fail due to authentication
|
12 |
| - * Fixed an issue when custom options calculated incorrect for configurable products |
13 |
| - * Fixed an issue with changing category form on store view level |
14 |
| - * Fixed an issue where URL rewrites works incorrect for sample data |
| 12 | + * Fixed an issue when custom options for configurable products were calculated incorrectly |
| 13 | + * Fixed an issue with modifying a category form on store view level |
| 14 | + * Fixed an issue where URL rewrites worked incorrectly for sample data |
15 | 15 | * Fixed an issue with BaseURL in static files
|
16 |
| - * Fixed an issue where customer custom attribute of 'file' type isn't supported by UI Form Component |
| 16 | + * Fixed an issue where a customer's custom attribute of 'file' type isn't supported by UI Form Component |
17 | 17 | * Fixed an issue when bin/magento setup:upgrade does not clear cache properly
|
18 |
| - * Fixed an issue where category creation from product page fails if google experiments enabled |
19 |
| - * Fixed an issue where information about selected country in address is not presented on checkout flow |
| 18 | + * Fixed an issue where category creation from product page fails if Google Chrome Experiments are enabled |
| 19 | + * Fixed an issue where information about the country selected in address is not presented in checkout flow |
20 | 20 | * Fixed an issue where customer segments prevent page from caching
|
21 |
| - * Fixed an issue where import product with replace behaviour causes an error for multistore |
| 21 | + * Fixed an issue where an imported product with replace behaviour causes an error for multi-store implementations. |
22 | 22 | * Fixed an issue with validation of url_key during import
|
23 | 23 | * Fixed an issue with "Learn More" link for Payments Pro goes to Payflow Pro
|
24 |
| - * Fixed an issue with JS error appears if loading product grid after clean cache and static files |
| 24 | + * Fixed an issue in which a JS error appears if loading a product grid after clearing cache and static files |
25 | 25 | * GitHub requests:
|
26 | 26 | * [#2519](https://github.com/magento/magento2/issues/2519) -- Fixed an issue where synonyms don't work with Magento 2.0
|
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 |
| 27 | + * [#2675](https://github.com/magento/magento2/issues/2675) -- Fixed an issue with admin order creation when config "Include Tax In Order Total is set to yes |
28 | 28 | * [#2471](https://github.com/magento/magento2/issues/2471) -- Fixed an issue with incorrect prices on configurable product page when catalog prices include tax
|
29 | 29 | * [#2674](https://github.com/magento/magento2/issues/2674) -- Fixed an issue where plugins/interceptors don't work with early stage single instance objects
|
30 | 30 | * [#2888](https://github.com/magento/magento2/issues/2888) -- Fixed an issue where not all files are pre-compiled
|
|
145 | 145 | * Added the ability of inline and bulk inline editing in data grids
|
146 | 146 | * WebApi Framework improvements:
|
147 | 147 | * Added the support for store codes in API calls
|
148 |
| - * Added the ability to update the Magento system to a particular version of Magento |
| 148 | + * Added the ability to update the Magento system to a particular version of Magento |
149 | 149 | * Added the ability to enable/disable modules for Magento application
|
150 | 150 | * Added the ability to use maintenance mode
|
151 | 151 | * Introduced the common interface for Webapi payload processors
|
|
183 | 183 | * Updated the extensions styles in the Web Installation Wizard
|
184 | 184 | * Added the ability to control access to the setup tool
|
185 | 185 | * Added the Install Components functionality for Web Installation Wizard
|
186 |
| - * Updated styles |
| 186 | + * Updated styles |
187 | 187 | * Sample Data:
|
188 | 188 | * Improved sample data installation UX
|
189 | 189 | * Updated sample data with Product Heros, color swatches, MAP and rule based product relations
|
|
269 | 269 | * [#1418](https://github.com/magento/magento2/issue/1418) -- Items in minicart are not cleared after successful placing an order
|
270 | 270 | * [#1408](https://github.com/magento/magento2/issue/1408) -- Error command cli setup:static-content:deploy
|
271 | 271 | * [#1396](https://github.com/magento/magento2/issue/1396) -- Products are not shown in category right after import
|
272 |
| - |
| 272 | + |
273 | 273 | 1.0.0-beta
|
274 | 274 | =============
|
275 | 275 | * Framework improvements:
|
|
0 commit comments