Skip to content

Commit 75b1a13

Browse files
committed
MAGETWO-33538: M2 GitHub Update (version 0.74.0-beta16)
1 parent aca1f97 commit 75b1a13

File tree

2 files changed

+41
-6
lines changed

2 files changed

+41
-6
lines changed

CHANGELOG.md

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
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+
136
0.74.0-beta15
237
=============
338
* Framework improvements:
@@ -56,10 +91,10 @@
5691
0.74.0-beta14
5792
=============
5893
* 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')
6196
* 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')
6398
* Introduced API notation for the following modules: Backend, Backup, Cron, Log, PageCache
6499
* Added join processors to search services, joined config for services with extension attributes
65100
* Renamed hidden_tax to discount_tax_compensation
@@ -72,14 +107,14 @@
72107
* Fixed an issue where it was impossible to save existent Grouped Product with no child items
73108
* Fixed an issue where message "We don't have as many "conf1" as you requested" appeared
74109
* 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
76111
* Fixed an issue where Table Rates shipping method did not work
77112
* Fixed an issue where admin could not set locale properly on Account page
78113
* Fixed incomplete generated results of single tenant compiler
79114
* Fixed an issue with full page caching where one set of prices was cached for all customers
80115
* Fixed incorrect urls for private content
81116
* 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
83118
* Fixed the Sample Data re-installation
84119
* Fixed random fails on inventory tab for test CreateSimpleProductEntityTest
85120
* Tests:

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)