|
| 1 | +0.74.0-beta8 |
| 2 | +============= |
| 3 | +* Performance Toolkit improvements |
| 4 | + * Added order generator |
| 5 | + * Added indexer mode switcher via profile config |
| 6 | +* UI Improvements |
| 7 | + * Added hide/show columns for CMS pages/blocks grid on backend |
| 8 | + * Updated the multi-select functionality & UI for CMS pages/blocks grid on backend |
| 9 | + * Added the new look & feel for Edit Order Page (view/edit order) |
| 10 | +* Framework Improvements |
| 11 | + * Updated API framework to support different integration object ACLs |
| 12 | + * Updated unit and integration tests config files to include tests from the Updater Application |
| 13 | + * Exceptions caught and logged before reaching Phrase::__toString() method |
| 14 | +* MTF Improvements |
| 15 | + * Replaced end-to-end One-page Checkout test with online shipment methods with scenario test |
| 16 | + * Replaced end-to-end Layered Navigation test with injectable test |
| 17 | + * Replaced end-to-end Shopping Cart price rule test with injectable test |
| 18 | + * Replaced end-to-end Switch Currency test with injectable test |
| 19 | + * Fixed the filling condition element |
| 20 | + * Updated a set of functional tests |
| 21 | +* Various |
| 22 | + * Eliminated functional logic in constructors |
| 23 | + * Updated public API definitions |
| 24 | + * Added information for Downloadable Products to Catalog Product Data Object |
| 25 | + * Added information for Catalog Inventory data to Catalog Product Data Object |
| 26 | + * Added information for Grouped Products to Catalog Product Data Object |
| 27 | + * Added information for Configurable Products to Catalog Product Data Object |
| 28 | + * Cleaned Tax API data interfaces |
| 29 | + * Removed OptionTypesListInterface and type field in OptionInterface |
| 30 | +* Fixed bugs |
| 31 | + * Fixed an issue with focus state appearing on click event in Admin Menu logo. |
| 32 | + * Fixed an issue where order was placed via Payflow link without providing credit card data |
| 33 | + * Fixed an issue where titles were displayed for backend navigation menu group when it only contained a single section |
| 34 | + * Fixed an issue where REST URL paths were not case-sensitive |
| 35 | + * Implement transparent redirect API |
| 36 | + * Fixed an issue in cron.php with checking for functions which are disabled in php.ini |
| 37 | + * Front-end development workflow settings scope changed to Global |
| 38 | + * Fixed an issue with widget title escape |
| 39 | + * Fixed the filename filtering |
| 40 | + * Fixed an issue with universal fatal error in the profiler option #2 |
| 41 | + * Fixed an issue when shipping address in backend could not be changed when creating order |
| 42 | + * Fixed the performance issue with tax rules creation |
| 43 | + * The extended attributes became optional |
| 44 | + * Fixed an issue where final price did not recalculate when option was selected |
| 45 | + * Fixed an issue with price currency symbols |
| 46 | + * Fixed an issue when low_stock_date showed incorrect data |
| 47 | + * Fixed an issue with random integration test failure |
| 48 | +* GitHub issues |
| 49 | + * [#526] (https://github.com/magento/magento2/issues/526) -- Area Sessions: Magento 2 Should not Allow "area-less" Sessions During an Area Aware Request |
| 50 | + * [#1212] (https://github.com/magento/magento2/issues/1212) -- Magento 2 0.74.0-beta5 unable to open home page after successful installation |
| 51 | + * [#1213] (https://github.com/magento/magento2/issues/1213) -- Magento 2 0.74.0-beta6 unable to open home page right after successful installation |
| 52 | + * [#1157] (https://github.com/magento/magento2/issues/1157) -- Something went wrong with the subscription |
| 53 | + * [#1228] (https://github.com/magento/magento2/issues/1228) -- PDOException during attempt to export products: Unknown column 'entity_value.entity_type_id' in 'on clause’ |
| 54 | + |
1 | 55 | 0.74.0-beta7
|
2 | 56 | =============
|
3 | 57 | * Framework improvements
|
|
0 commit comments