|
| 1 | +0.74.0-beta15 |
| 2 | +============= |
| 3 | +* Framework Improvements: |
| 4 | + * Introduced Drag&Drop Columns functionality in scope of Enhanced Data Grids on CMS |
| 5 | + * Improved Column Actions functionality in scope of Enhanced Data Grids on CMS |
| 6 | + * Adapted Payment\Gateway framework to client requirements |
| 7 | + * Removed 'field_expr' option from filters |
| 8 | + * Added product details renderer list support on Catalog category page |
| 9 | + * Security: Clickjacking solution - introduced X-Frame-Options |
| 10 | + * Gift message was moved to shopping cart |
| 11 | + * Improved simple products export |
| 12 | + * Separated import of advanced prices |
| 13 | + * Changed 'updated_at' filter for products export |
| 14 | + * Added the link with sample product import file |
| 15 | + * Cleared and improved the messages and names in different modules |
| 16 | + * Added mbstring extension as a requirement |
| 17 | +* Tests |
| 18 | + * Increased test coverage for the CatalogInventory, Email and Newsletter modules |
| 19 | + * Added wait to form element before filling a value in functional tests |
| 20 | + * Increased test coverage of Reports module |
| 21 | + * Functional tests were fixed and maintained |
| 22 | +* Fixed Bugs: |
| 23 | + * Fixed loading of images from database media storage with separate connection |
| 24 | + * Eliminated duplication of ComposerInformation class in Magento Framework and Setup Application |
| 25 | + * Fixed an error message format inconsistency in theme uninstall command |
| 26 | + * Fixed an issue where incorrect action name checks led to customer info leak |
| 27 | + * Fixed an issue where /magento_version exposed too detailed version information |
| 28 | + * Fixed an issue where generate data failed when table prefix exceeded length of 5 |
| 29 | + * Fixed an issue where product options were displayed not styled on "Edit Product from Wishlist" Frontend page |
| 30 | + * Fixed an issue where payment information was displayed broken on "Order Management" Backend page forms |
| 31 | + * Fixed an issue where admin panel pop-ups contained lots of empty space |
| 32 | + * Fixed an issue where Customer account form was displayed broken |
| 33 | + * Fixed an issue where all text fields were invisible in Backend "Add New Customer" page |
| 34 | + * Fixed XSS issues in Magento - wishlist sending |
| 35 | + * Fixed an issue where it was unable to specify all values of "Multiple Select" Product Custom Option to purchase |
| 36 | + * Fixed an issue where setting a permission for 'ALL Groups' produced an error if other permissions existed |
| 37 | + * Fixed an issue where stock was not updated when Stock indexer was in Update on Schedule mode |
| 38 | + * Fixed an issue where it was not possible to update stock items of product using API service |
| 39 | + * Fixed an issue where Customer review changes in backend were not reflected in frontend until cache was cleared |
| 40 | + * Fixed an issue where cache was not updated when changing stock status using mass action |
| 41 | + * Fixed an issue where Stock Items API service to return low stock information did not return correct results |
| 42 | + * Fixed an issue where found records in global search in Backend could not be selected via keyboard |
| 43 | + * Fixed an issue where Category menu items went out of screen when page side was reached |
| 44 | + * Fixed an issue where subcategories in menu were shown instantly when user moved mouse quickly |
| 45 | + * Fixed an issue where popup header was our of window range while creating group product |
| 46 | + * Fixed an issue where region field was absent in customer address form on backend for "United Kingdom" country |
| 47 | + * Fixed an ability to edit the Order from Admin panel |
| 48 | + * Fixed an issue where email could not be retrieved from \Magento\Quote\Api\Data\AddressInterface after adding an address on OnePageCheckout |
| 49 | + * Fixed an issue where Products were not displayed correctly across all storeviews of the catalog |
| 50 | +* Github Issues: |
| 51 | + * [#1378](https://github.com/magento/magento2/issues/1319) -- jquery-cookie.js is not published by deploy tool in production mode |
| 52 | + * [#1314](https://github.com/magento/magento2/pull/1314)-- Fixed a bug where type attribute for tag button was missing |
| 53 | + * [#1354](https://github.com/magento/magento2/pull/1354) -- Add gitter.im badge to ReadMe. |
| 54 | + * [#1378](https://github.com/magento/magento2/pull/1378) -- Fix incorrect js filename |
| 55 | + |
| 56 | + |
1 | 57 | 0.74.0-beta14 |
2 | 58 | ============= |
3 | 59 | * Framework improvements: |
|
0 commit comments