|
| 1 | +0.74.0-beta16 |
| 2 | +============= |
| 3 | +* Framework improvements: |
| 4 | + * Improved declaration of JS widgets with mixins node |
| 5 | + * Optimized Magento\Framework\View\Element\Template for production mode |
| 6 | + * Added color picker JS library |
| 7 | +* Various improvements: |
| 8 | + * Implemented enhanced checkout flow |
| 9 | + * Increased security of search filters |
| 10 | + * Added price variation caching based on WEEE |
| 11 | + * Updated adapter in payment gateway |
| 12 | + * Data version control was implemented on Customer and Quote modules to reduce number of unnecessary model saves |
| 13 | + * Optimized Magento\PageCache\Model\Observer\ProcessLayoutRenderElement::execute |
| 14 | + * Added event to make an ability to add elements on a main tab of attribute editing page |
| 15 | + * Email markup duplication is eliminated and email content management is simplified |
| 16 | +* Tests: |
| 17 | + * Increased timeout for HTTP requests in api-functional test framework to avoid error "HTTP request failed" |
| 18 | + * Increased unit test coverage for Reports, CatalogRule, Config and CurrencySymbol modules |
| 19 | + * Functional tests maintenance for Tax, Sales, Reports modules |
| 20 | + * Created fixture generation scripts for functional tests |
| 21 | + * Fixed CheckoutWithGiftMessagesTest functional test |
| 22 | +* Fixed bugs: |
| 23 | + * Fixed wrong redirect after adding to compare, wish list or cart from private content blocks |
| 24 | + * Fixed an issue where tax information was not saved in orders |
| 25 | + * Fixed an issue where total amount was not set in the correct place |
| 26 | + * Fixed an issue where product options details were missing while adding to wish list |
| 27 | + * Fixed an issue with empty customer first name and last name when new address is added on backend |
| 28 | + * Fixed an issue where it was not possible to create customer from backend if there was custom attribute |
| 29 | + * Fixed an issue where email could not be retrieved from Quote address after adding an address in backend order creation |
| 30 | + * Fixed XSS in order details |
| 31 | +* GitHub issues and requests: |
| 32 | + * [#1389](https://github.com/magento/magento2/pull/1389) -- Replaced string check with simpler logic |
| 33 | + * [#1412](https://github.com/magento/magento2/pull/1412) -- Fix typo - change getChildhtml to getChildHtml |
| 34 | + * [#1415](https://github.com/magento/magento2/pull/1415) -- Add placeholder containers to invoice and shipment creation sections |
| 35 | + |
1 | 36 | 0.74.0-beta15
|
2 | 37 | =============
|
3 | 38 | * Framework improvements:
|
|
56 | 91 | 0.74.0-beta14
|
57 | 92 | =============
|
58 | 93 | * Framework improvements:
|
59 |
| - * Introduced an ability to uninstall modules which were installed via composer (bin/magento module:uninstall <moduleName>) |
60 |
| - * Introduced an ability to uninstall themes (bin/magento theme:uninstall <themeName>) |
| 94 | + * Introduced an ability to uninstall modules which were installed via composer (bin/magento module:uninstall 'moduleName') |
| 95 | + * Introduced an ability to uninstall themes (bin/magento theme:uninstall 'themeName') |
61 | 96 | * Introduced an ability to backup and rollback DB and Media via CLI (bin/magento setup:backup, options are --code, --db or --media)
|
62 |
| - * Introduced an ability to uninstall language packages (bin/magento i18n:uninstall <languagePack>) |
| 97 | + * Introduced an ability to uninstall language packages (bin/magento i18n:uninstall 'languagePack') |
63 | 98 | * Introduced API notation for the following modules: Backend, Backup, Cron, Log, PageCache
|
64 | 99 | * Added join processors to search services, joined config for services with extension attributes
|
65 | 100 | * Renamed hidden_tax to discount_tax_compensation
|
|
72 | 107 | * Fixed an issue where it was impossible to save existent Grouped Product with no child items
|
73 | 108 | * Fixed an issue where message "We don't have as many "conf1" as you requested" appeared
|
74 | 109 | * Fixed an issue where second product from bundle product was ordered as separate item after checkout
|
75 |
| - * Fixed an issue where configs for payments and shippings were not encrypted |
| 110 | + * Fixed an issue where configs for payments and shipping providers were not encrypted |
76 | 111 | * Fixed an issue where Table Rates shipping method did not work
|
77 | 112 | * Fixed an issue where admin could not set locale properly on Account page
|
78 | 113 | * Fixed incomplete generated results of single tenant compiler
|
79 | 114 | * Fixed an issue with full page caching where one set of prices was cached for all customers
|
80 | 115 | * Fixed incorrect urls for private content
|
81 | 116 | * Fixed an issue where it was not possible to assign a product link to another product using API
|
82 |
| - * Fixed an issue where zipcode was not displayed as required field on Create New Order page |
| 117 | + * Fixed an issue where zip code was not displayed as required field on Create New Order page |
83 | 118 | * Fixed the Sample Data re-installation
|
84 | 119 | * Fixed random fails on inventory tab for test CreateSimpleProductEntityTest
|
85 | 120 | * Tests:
|
|
0 commit comments