|
| 1 | +2.0.0.0-dev71 |
| 2 | +============= |
| 3 | +* Fixed bugs: |
| 4 | + * Fixed an issue with displaying product on the frontend when the product flat indexer is enabled |
| 5 | + * Fixed an issue with applying catalog price rules on the category level |
| 6 | + * Fixed an issue where the essential cookies like CUSTOMER, CART, and so on were not created in Google Chrome |
| 7 | + * Fixed an issue with placing orders by customers assigned to a VAT group |
| 8 | + * Fixed an issue with incorrect error message during registration, and inability for a shopper to ask for resending a confirmation email |
| 9 | + * Fixed an issue where the Catalog module resource Setup Upgrade logic was broken |
| 10 | +* Modularity improvements: |
| 11 | + * Moved abstract Core models and related logic to the Magento/Model library |
| 12 | + * Moved the abstract DB logic and Core resource helpers to the Magento/DB library |
| 13 | + * Eliminated the Core\Model\App class |
| 14 | + * Moved the Magento Flag functionality to the library |
| 15 | + * Resolved dependency of the Catalog and related modules on the Review module |
| 16 | + * Moved indexers related logic from the Core module to the Indexer module |
| 17 | + * Moved the Inline translation and user intended translate functionality from the Core module to a separate Translation module |
| 18 | +* Framework Improvements: |
| 19 | + * Covered Magento library components with unit tests: |
| 20 | + * Magento\Config |
| 21 | + * Magento\Convert |
| 22 | + * Magento\Controller |
| 23 | + * Magento\Data\Collection\Db |
| 24 | + * Magento\Mview |
| 25 | + * Magento\Url and Magento/Url.php |
| 26 | + * Covered Magento application components with unit tests: |
| 27 | + * Magento\Checkout\Model\Config |
| 28 | + * Magento\Checkout\Model\Observer |
| 29 | + * Magento\Checkout\Model\Type |
| 30 | + * Magento\Sales\Model\Config |
| 31 | + * Renamed LauncherInterface to AppInterface |
| 32 | +* Improvements in code coverage calculation: |
| 33 | + * Updated the whitelist filter with library code for integration tests code coverage calculation |
| 34 | +* GitHub requests: |
| 35 | + * [#512] (https://github.com/magento/magento2/issues/512) -- Theme Thumbnails not showing |
| 36 | + * [#520] (https://github.com/magento/magento2/pull/502) -- Corrected Search Engine Optimization i18n |
| 37 | + * [#519] (https://github.com/magento/magento2/issues/519) -- New Theme Activation |
| 38 | +* Customer Service usage: |
| 39 | + * Refactored the Log module to use Customer Service |
| 40 | + * Refactored the RSS module to use Customer Service |
| 41 | + * Refactored the Review module to use Customer Service |
| 42 | + * Refactored the Catalog module to use Customer service layer |
| 43 | + * Refactored the Downloadable module to use Customer service layer |
| 44 | + |
1 | 45 | 2.0.0.0-dev70
|
2 | 46 | =============
|
3 | 47 | * Fixed bugs:
|
|
0 commit comments