|
| 1 | +0.74.0-beta6 |
| 2 | +============= |
| 3 | +* Framework improvements |
| 4 | + * Implemented a default exception handler for blocks |
| 5 | + * Updated the root composer.json file |
| 6 | + * Updated the setup tool to support different editions |
| 7 | + * Added an ability to operate with Sales & Checkout APIs as guests and registered users |
| 8 | + * Implemented the additional Sales & Checkout APIs for registered customers and guests |
| 9 | + * Added unit tests to cover Sales & Checkout services code |
| 10 | +* Various |
| 11 | + * Standardized the hierarchy of exceptions |
| 12 | + * Added bundle product API integration to Catalog |
| 13 | +* Fixed bugs |
| 14 | + * Fixed an issue where it was impossible to place an order using multiple address checkout |
| 15 | + * Fixed an issue where DB timestamp columns with current_timestamp on update were not handled correctly |
| 16 | + * Fixed an issue with FPT in partial invoices |
| 17 | + * Fixed a performance issue in benchmark test |
| 18 | + * Fixed the incorrect Exception class in the Magento_CurrencySymbol module |
| 19 | + * Fixed an issue by letting MySQL determine a database table type instead of MyISAM |
| 20 | + * Fixed an issue where test failures occurred when the database and the application were in different time zones |
| 21 | + * Fixed an issue where \Magento\Framework\Phrase omitted placeholder values if no renderer was set |
| 22 | + |
| 23 | +0.74.0-beta5 |
| 24 | +============= |
| 25 | +* Various |
| 26 | + * Added the new methods/fields in the Catalog Product Data Object |
| 27 | + * Improved the Nginx configuration sample file for better web-server responsiveness and security |
| 28 | + * Implemented the new look & feel for Create New Order page |
| 29 | + * Removed the redundant DB constraints for cascade operations related to order management |
| 30 | + * Implemented the mechanism of asynchronous email notifications after creation of Orders, Invoices, Shipments and Credit Memos |
| 31 | + * Moved the join logic on application level in order to make DB separation possible in Reports component |
| 32 | + * Implemented the TTL and event approaches of cache invalidation, introduced the full and the partial Varnish Cache flush |
| 33 | + * Moved all Setup commands to Magento CLI |
| 34 | + * Exposed CMS API as Web API |
| 35 | +* Fixed bugs: |
| 36 | + * Unexpected response for API "/V1/customers/password" service |
| 37 | + * Can’t include a third-party link to frontend section via layout |
| 38 | + * Specified details for Grouped product are lost after adding to wishlist |
| 39 | + * Impossible to configure products in customer wishlist in Admin Panel |
| 40 | + * Adding the product from wishlist to cart if more than one store view exists |
| 41 | + * Specified product field custom options is not displayed in wishlist in Admin Panel |
| 42 | + * Checkout doesn't work with JS bundling enabled in production mode |
| 43 | + * Issue with price excluding tax when selecting downloadable links |
| 44 | + * Undefined index warning in case the frontend cache information is missing in configuration file |
| 45 | + * "New Order" email is not sent to customer after placing order via API service |
| 46 | + * 503 error when placing order with multiple shipping addresses if mail transport doesn't exist |
| 47 | + * Broken words for fields with long labels all over the Admin Panel |
| 48 | + * Issue with saving 'is_virtual' flag in quote |
| 49 | + * "Void" button available after "Deny Payment" operation |
| 50 | + * Uninstall logic did not clean cache properly |
| 51 | + * Obsolete code tests did not cover Tests folders |
| 52 | + * Random fail of Magento\Log\Test\Unit\Model\VisitorTest |
| 53 | +* GitHub issues: |
| 54 | + * [#1149] (https://github.com/magento/magento2/issues/1149) -- Checkout Grand Total amount miscalculation |
| 55 | + * [#1165] (https://github.com/magento/magento2/pull/1165) -- Fix typos |
| 56 | + * [#1182] (https://github.com/magento/magento2/pull/1182) -- Update system.xml for 'fix' sortOrder in adminhtml |
| 57 | + * [#1186] (https://github.com/magento/magento2/pull/1186) -- SalesSequence: Fixed composer installer dependency |
| 58 | + |
1 | 59 | 0.74.0-beta4 |
2 | 60 | ============= |
3 | 61 | * 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 |
| 62 | + * Implemented the getDefaultResult method, to be able to catch exceptions in FrontController and redirect user to the correct page |
| 63 | + * 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 |
| 64 | + * Eliminated the unused exceptions. Exceptions that weren't linked to any logic were also eliminated and replaced with LocalizedException or its child classes |
| 65 | + * 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 | 66 | * 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 |
| 67 | + * Created Magento Console to perform CLI actions |
| 68 | + * Introduced a new SalesSequence module that is responsible for documents numeration management across the Order Management System |
| 69 | + * Implemented the mechanism of asynchronous indexing of sales entities grids |
12 | 70 | * 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 |
| 71 | + * Added the ConfigOption and ConfigOptionsList classes to be used by modules to manage deployment configuration |
| 72 | + * Moved all existing segments logic to new classes |
| 73 | + * Added the config:set command, which enables deployment configuration management |
| 74 | + * Removed the old 'install-configuration' tool |
17 | 75 | * 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 |
| 76 | + * Fixed functional test for order placement from backend |
| 77 | + * Replaced the end-to-end test for a product with MAP with an injectable test |
20 | 78 | * 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 |
| 79 | + * 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 | 80 | * 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 |
| 81 | + * Fixed an issue where composite products could not be added to the order from the Recently Viewed Products section |
| 82 | + * Fixed an issue where not all .js files were added to a bundle |
| 83 | + * Fixed an issue where it was possible to save an incorrect IP value in the Developer Client Restriction field |
| 84 | + * Fixed an issue where a raw DB error was thrown when trying to enter a custom variable with duplicated variable code |
27 | 85 |
|
28 | 86 | 0.74.0-beta3 |
29 | 87 | ============= |
30 | 88 | * 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 |
| 89 | + * The orders were extended with the gift messages |
| 90 | + * The page and block data and repository interfaces |
| 91 | + * Updated the public API list |
34 | 92 | * Framework improvements |
35 | 93 | * Improved the profile generator |
36 | 94 | * Introduced the new environment for Jasmine tests |
|
54 | 112 | * Fixed the Navigation Menu items on Admin Area |
55 | 113 | * Various unit and integration tests bugs |
56 | 114 | * GitHub issues and requests |
57 | | - [#675] (https://github.com/magento/magento2/issues/675) -- Fix for Textarea element cols and rows #675 |
| 115 | + * [#675] (https://github.com/magento/magento2/issues/675) -- Fix for Textarea element cols and rows #675 |
58 | 116 |
|
59 | 117 | 0.74.0-beta2 |
60 | 118 | ============= |
|
0 commit comments