Skip to content

Commit 342fd78

Browse files
committed
0.74.0-beta5
* Various * Added the new methods/fields in the Catalog Product Data Object * Improved the Nginx configuration sample file for better web-server responsiveness and security * Implemented the new look & feel for Create New Order page * Removed the redundant DB constraints for cascade operations related to order management * Implemented the mechanism of asynchronous email notifications after creation of Orders, Invoices, Shipments and Credit Memos * Moved the join logic on application level in order to make DB separation possible in Reports component * Implemented the TTL and event approaches of cache invalidation, introduced the full and the partial Varnish Cache flush * Moved all Setup commands to Magento CLI * Exposed CMS API as Web API * Fixed bugs: * Unexpected response for API "/V1/customers/password" service * Cant include a third-party link to frontend section via layout * Specified details for Grouped product are lost after adding to wishlist * Impossible to configure products in customer wishlist in Admin Panel * Adding the product from wishlist to cart if more than one store view exists * Specified product field custom options is not displayed in wishlist in Admin Panel * Checkout doesn't work with JS bundling enabled in production mode * Issue with price excluding tax when selecting downloadable links * Undefined index warning in case the frontend cache information is missing in configuration file * "New Order" email is not sent to customer after placing order via API service * 503 error when placing order with multiple shipping addresses if mail transport doesn't exist * Broken words for fields with long labels all over the Admin Panel * Issue with saving 'is_virtual' flag in quote * "Void" button available after "Deny Payment" operation * Uninstall logic did not clean cache properly * Obsolete code tests did not cover Tests folders * Random fail of Magento\Log\Test\Unit\Model\VisitorTest * GitHub issues: * [#1149] (magento/magento2#1149) -- Checkout Grand Total amount miscalculation * [#1165] (magento/magento2#1165) -- Fix typos * [#1182] (magento/magento2#1182) -- Update system.xml for 'fix' sortOrder in adminhtml * [#1186] (magento/magento2#1186) -- SalesSequence: Fixed composer installer dependency
1 parent fae4779 commit 342fd78

File tree

1 file changed

+5
-128
lines changed

1 file changed

+5
-128
lines changed

composer.json

Lines changed: 5 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -1,139 +1,14 @@
11
{
2-
"name": "magento/product-community-edition",
2+
"name": "magento/project-community-edition",
33
"description": "eCommerce Platform for Growth (Community Edition)",
44
"type": "project",
5-
"version": "0.74.0-beta4",
5+
"version": "0.74.0-beta5",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
99
],
1010
"require": {
11-
"php": "~5.5.0|~5.6.0",
12-
"zendframework/zend-stdlib": "2.3.1",
13-
"zendframework/zend-code": "2.3.1",
14-
"zendframework/zend-server": "2.3.1",
15-
"zendframework/zend-soap": "2.3.1",
16-
"zendframework/zend-uri": "2.3.1",
17-
"zendframework/zend-validator": "2.3.1",
18-
"zendframework/zend-console": "2.3.1",
19-
"zendframework/zend-modulemanager": "2.3.1",
20-
"zendframework/zend-mvc": "2.3.1",
21-
"zendframework/zend-text": "2.3.1",
22-
"zendframework/zend-eventmanager": "2.3.1",
23-
"zendframework/zend-view": "2.3.1",
24-
"zendframework/zend-servicemanager": "2.3.1",
25-
"zendframework/zend-json": "2.3.1",
26-
"zendframework/zend-config": "2.3.1",
27-
"zendframework/zend-form": "2.3.1",
28-
"zendframework/zend-di": "2.3.1",
29-
"zendframework/zend-serializer": "2.3.1",
30-
"zendframework/zend-log": "2.3.1",
31-
"zendframework/zend-http": "2.3.1",
32-
"magento/zendframework1": "1.12.10",
33-
"composer/composer": "1.0.0-alpha8",
34-
"monolog/monolog": "1.11.0",
35-
"oyejorge/less.php": "1.7.0.3",
36-
"tubalmartin/cssmin": "2.4.8-p4",
37-
"magento/magento-composer-installer": "*",
38-
"symfony/console": "~2.3",
39-
"magento/magento2-base": "self.version",
40-
"magento/module-admin-notification": "self.version",
41-
"magento/module-authorization": "self.version",
42-
"magento/module-backend": "self.version",
43-
"magento/module-backup": "self.version",
44-
"magento/module-bundle": "self.version",
45-
"magento/module-captcha": "self.version",
46-
"magento/module-catalog": "self.version",
47-
"magento/module-catalog-import-export": "self.version",
48-
"magento/module-catalog-inventory": "self.version",
49-
"magento/module-catalog-rule": "self.version",
50-
"magento/module-catalog-search": "self.version",
51-
"magento/module-catalog-url-rewrite": "self.version",
52-
"magento/module-catalog-widget": "self.version",
53-
"magento/module-centinel": "self.version",
54-
"magento/module-checkout": "self.version",
55-
"magento/module-checkout-agreements": "self.version",
56-
"magento/module-cms": "self.version",
57-
"magento/module-cms-url-rewrite": "self.version",
58-
"magento/module-config": "self.version",
59-
"magento/module-configurable-import-export": "self.version",
60-
"magento/module-configurable-product": "self.version",
61-
"magento/module-contact": "self.version",
62-
"magento/module-cookie": "self.version",
63-
"magento/module-cron": "self.version",
64-
"magento/module-currency-symbol": "self.version",
65-
"magento/module-customer": "self.version",
66-
"magento/module-customer-import-export": "self.version",
67-
"magento/module-design-editor": "self.version",
68-
"magento/module-developer": "self.version",
69-
"magento/module-dhl": "self.version",
70-
"magento/module-directory": "self.version",
71-
"magento/module-downloadable": "self.version",
72-
"magento/module-eav": "self.version",
73-
"magento/module-email": "self.version",
74-
"magento/module-fedex": "self.version",
75-
"magento/module-gift-message": "self.version",
76-
"magento/module-google-adwords": "self.version",
77-
"magento/module-google-analytics": "self.version",
78-
"magento/module-google-optimizer": "self.version",
79-
"magento/module-google-shopping": "self.version",
80-
"magento/module-grouped-import-export": "self.version",
81-
"magento/module-grouped-product": "self.version",
82-
"magento/module-import-export": "self.version",
83-
"magento/module-indexer": "self.version",
84-
"magento/module-integration": "self.version",
85-
"magento/module-layered-navigation": "self.version",
86-
"magento/module-log": "self.version",
87-
"magento/module-media-storage": "self.version",
88-
"magento/module-msrp": "self.version",
89-
"magento/module-multishipping": "self.version",
90-
"magento/module-newsletter": "self.version",
91-
"magento/module-offline-payments": "self.version",
92-
"magento/module-offline-shipping": "self.version",
93-
"magento/module-page-cache": "self.version",
94-
"magento/module-payment": "self.version",
95-
"magento/module-persistent": "self.version",
96-
"magento/module-product-alert": "self.version",
97-
"magento/module-quote": "self.version",
98-
"magento/module-reports": "self.version",
99-
"magento/module-require-js": "self.version",
100-
"magento/module-review": "self.version",
101-
"magento/module-rss": "self.version",
102-
"magento/module-rule": "self.version",
103-
"magento/module-sales": "self.version",
104-
"magento/module-sales-rule": "self.version",
105-
"magento/module-sales-sequence": "self.version",
106-
"magento/module-search": "self.version",
107-
"magento/module-sendfriend": "self.version",
108-
"magento/module-shipping": "self.version",
109-
"magento/module-sitemap": "self.version",
110-
"magento/module-store": "self.version",
111-
"magento/module-tax": "self.version",
112-
"magento/module-tax-import-export": "self.version",
113-
"magento/module-theme": "self.version",
114-
"magento/module-translation": "self.version",
115-
"magento/module-ui": "self.version",
116-
"magento/module-ups": "self.version",
117-
"magento/module-url-rewrite": "self.version",
118-
"magento/module-user": "self.version",
119-
"magento/module-usps": "self.version",
120-
"magento/module-variable": "self.version",
121-
"magento/module-version": "self.version",
122-
"magento/module-webapi": "self.version",
123-
"magento/module-weee": "self.version",
124-
"magento/module-widget": "self.version",
125-
"magento/module-wishlist": "self.version",
126-
"magento/theme-adminhtml-backend": "self.version",
127-
"magento/theme-frontend-blank": "self.version",
128-
"magento/theme-frontend-luma": "self.version",
129-
"magento/language-de_de": "self.version",
130-
"magento/language-en_us": "self.version",
131-
"magento/language-es_es": "self.version",
132-
"magento/language-fr_fr": "self.version",
133-
"magento/language-nl_nl": "self.version",
134-
"magento/language-pt_br": "self.version",
135-
"magento/language-zh_cn": "self.version",
136-
"magento/framework": "self.version"
11+
"magento/product-community-edition": "0.74.0-beta5"
13712
},
13813
"require-dev": {
13914
"phpunit/phpunit": "4.1.0",
@@ -174,6 +49,8 @@
17449
"Magento\\ToolkitFramework\\": "dev/tools/performance-toolkit/framework/Magento/ToolkitFramework/"
17550
}
17651
},
52+
"minimum-stability": "alpha",
53+
"prefer-stable": true,
17754
"repositories": [
17855
{
17956
"type": "composer",

0 commit comments

Comments
 (0)