|
| 1 | +0.74.0-beta5 |
| 2 | +============= |
| 3 | +* Various |
| 4 | + * Added the new methods/fields in the Catalog Product Data Object |
| 5 | + * Improved the Nginx configuration sample file for better web-server responsiveness and security |
| 6 | + * Implemented the new look & feel for Create New Order page |
| 7 | + * Removed the redundant DB constraints for cascade operations related to order management |
| 8 | + * Implemented the mechanism of asynchronous email notifications after creation of Orders, Invoices, Shipments and Credit Memos |
| 9 | + * Moved the join logic on application level in order to make DB separation possible in Reports component |
| 10 | + * Implemented the TTL and event approaches of cache invalidation, introduced the full and the partial Varnish Cache flush |
| 11 | + * Moved all Setup commands to Magento CLI |
| 12 | + * Exposed CMS API as Web API |
| 13 | +* Fixed bugs: |
| 14 | + * Unexpected response for API "/V1/customers/password" service |
| 15 | + * Can’t include a third-party link to frontend section via layout |
| 16 | + * Specified details for Grouped product are lost after adding to wishlist |
| 17 | + * Impossible to configure products in customer wishlist in Admin Panel |
| 18 | + * Adding the product from wishlist to cart if more than one store view exists |
| 19 | + * Specified product field custom options is not displayed in wishlist in Admin Panel |
| 20 | + * Checkout doesn't work with JS bundling enabled in production mode |
| 21 | + * Issue with price excluding tax when selecting downloadable links |
| 22 | + * Undefined index warning in case the frontend cache information is missing in configuration file |
| 23 | + * "New Order" email is not sent to customer after placing order via API service |
| 24 | + * 503 error when placing order with multiple shipping addresses if mail transport doesn't exist |
| 25 | + * Broken words for fields with long labels all over the Admin Panel |
| 26 | + * Issue with saving 'is_virtual' flag in quote |
| 27 | + * "Void" button available after "Deny Payment" operation |
| 28 | + * Uninstall logic did not clean cache properly |
| 29 | + * Obsolete code tests did not cover Tests folders |
| 30 | + * Random fail of Magento\Log\Test\Unit\Model\VisitorTest |
| 31 | +* GitHub issues: |
| 32 | + * [#1149] (https://github.com/magento/magento2/issues/1149) -- Checkout Grand Total amount miscalculation |
| 33 | + * [#1165] (https://github.com/magento/magento2/pull/1165) -- Fix typos |
| 34 | + * [#1182] (https://github.com/magento/magento2/pull/1182) -- Update system.xml for 'fix' sortOrder in adminhtml |
| 35 | + * [#1186] (https://github.com/magento/magento2/pull/1186) -- SalesSequence: Fixed composer installer dependency |
| 36 | + |
1 | 37 | 0.74.0-beta4
|
2 | 38 | =============
|
3 | 39 | * Various
|
4 |
| - * Implemented the getDefaultResult method, to be able to catch exceptions in FrontController and redirect user to the correct page |
5 |
| - * The getDefaultResult method is invoked to return default result of action execution within controllers. It can be used to generate the ‘execute’ method result in action controllers |
6 |
| - * Eliminated the unused exceptions. Exceptions that weren't linked to any logic were also eliminated and replaced with LocalizedException or its child classes |
7 |
| - * Refactored all controllers where possible: the default exception handling logic moved to FrontController. Controllers that cannot be refactored do not conflict with the new logic |
| 40 | + * Implemented the getDefaultResult method, to be able to catch exceptions in FrontController and redirect user to the correct page |
| 41 | + * The getDefaultResult method is invoked to return default result of action execution within controllers. It can be used to generate the ‘execute’ method result in action controllers |
| 42 | + * Eliminated the unused exceptions. Exceptions that weren't linked to any logic were also eliminated and replaced with LocalizedException or its child classes |
| 43 | + * Refactored all controllers where possible: the default exception handling logic moved to FrontController. Controllers that cannot be refactored do not conflict with the new logic |
8 | 44 | * Framework:
|
9 |
| - * Created Magento Console to perform CLI actions |
10 |
| - * Introduced a new SalesSequence module that is responsible for documents numeration management across the Order Management System |
11 |
| - * Implemented the mechanism of asynchronous indexing of sales entities grids |
| 45 | + * Created Magento Console to perform CLI actions |
| 46 | + * Introduced a new SalesSequence module that is responsible for documents numeration management across the Order Management System |
| 47 | + * Implemented the mechanism of asynchronous indexing of sales entities grids |
12 | 48 | * Setup
|
13 |
| - * Added the ConfigOption and ConfigOptionsList classes to be used by modules to manage deployment configuration |
14 |
| - * Moved all existing segments logic to new classes |
15 |
| - * Added the config:set command, which enables deployment configuration management |
16 |
| - * Removed the old 'install-configuration' tool |
| 49 | + * Added the ConfigOption and ConfigOptionsList classes to be used by modules to manage deployment configuration |
| 50 | + * Moved all existing segments logic to new classes |
| 51 | + * Added the config:set command, which enables deployment configuration management |
| 52 | + * Removed the old 'install-configuration' tool |
17 | 53 | * Functional tests:
|
18 |
| - * Fixed functional test for order placement from backend |
19 |
| - * Replaced the end-to-end test for a product with MAP with an injectable test |
| 54 | + * Fixed functional test for order placement from backend |
| 55 | + * Replaced the end-to-end test for a product with MAP with an injectable test |
20 | 56 | * Design
|
21 |
| - * Updated the Blank and Luma themes to enable theme (not only library) variables overriding in the _theme.less file of any inherited theme. Included LESS code standards to the UI Library documentation |
| 57 | + * Updated the Blank and Luma themes to enable theme (not only library) variables overriding in the _theme.less file of any inherited theme. Included LESS code standards to the UI Library documentation |
22 | 58 | * Fixed bugs:
|
23 |
| - * Fixed an issue where composite products could not be added to the order from the Recently Viewed Products section |
24 |
| - * Fixed an issue where not all .js files were added to a bundle |
25 |
| - * Fixed an issue where it was possible to save an incorrect IP value in the Developer Client Restriction field |
26 |
| - * Fixed an issue where a raw DB error was thrown when trying to enter a custom variable with duplicated variable code |
| 59 | + * Fixed an issue where composite products could not be added to the order from the Recently Viewed Products section |
| 60 | + * Fixed an issue where not all .js files were added to a bundle |
| 61 | + * Fixed an issue where it was possible to save an incorrect IP value in the Developer Client Restriction field |
| 62 | + * Fixed an issue where a raw DB error was thrown when trying to enter a custom variable with duplicated variable code |
27 | 63 |
|
28 | 64 | 0.74.0-beta3
|
29 | 65 | =============
|
30 | 66 | * API
|
31 |
| - * The orders were extended with the gift messages |
32 |
| - * The page and block data and repository interfaces |
33 |
| - * Updated the public API list |
| 67 | + * The orders were extended with the gift messages |
| 68 | + * The page and block data and repository interfaces |
| 69 | + * Updated the public API list |
34 | 70 | * Framework improvements
|
35 | 71 | * Improved the profile generator
|
36 | 72 | * Introduced the new environment for Jasmine tests
|
|
54 | 90 | * Fixed the Navigation Menu items on Admin Area
|
55 | 91 | * Various unit and integration tests bugs
|
56 | 92 | * GitHub issues and requests
|
57 |
| - [#675] (https://github.com/magento/magento2/issues/675) -- Fix for Textarea element cols and rows #675 |
| 93 | + * [#675] (https://github.com/magento/magento2/issues/675) -- Fix for Textarea element cols and rows #675 |
58 | 94 |
|
59 | 95 | 0.74.0-beta2
|
60 | 96 | =============
|
|
0 commit comments