Skip to content

Commit ac02b35

Browse files
committed
MAGETWO-33531: M2 GitHub Update (version 0.74.0-beta9)
- update version with git grep --name-only '0.74.0-beta8' | grep -v 'CHANGELOG.md' | xargs -i@ sed -i 's/0.74.0-beta8/0.74.0-beta9/g' @ - update changelog and composer.lock
1 parent e9378e4 commit ac02b35

File tree

102 files changed

+836
-801
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+836
-801
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
0.74.0-beta9
2+
=============
3+
* Framework improvements
4+
* Magento became compatible with MySQL Cluster
5+
* Zend Framework 2 is upgraded up to version 2.4.0
6+
* Various
7+
* Updated payments infrastructure so it can use transparent redirects
8+
* Defined public API for Tax/Pricing components
9+
* Refactored controller actions in the Product area
10+
* Moved commands cache.php, indexer.php, log.php, test.php, compiler.php, singletenant\_compiler.php, generator.php, pack.php, deploy.php and file\_assembler.php to the new bin/magento CLI framework
11+
* Data Migration Tool
12+
* The Data Migraiton Tool is published in the separate [repository](https://github.com/magento/data-migration-tool-ce, "Data Migration Tool repository")
13+
* Fixed bugs
14+
* Fixed an issue where error appeared during placing order with virtual product
15+
* Fixed an issue where billing and shipping sections didn't contain address information on order print
16+
* Fixed an issue where fatal error appeared on Catalog page on backend for user with custom role scope
17+
* Fixed an issue where product could not be found in search results when the website was assigned after product creation
18+
* Fixed an issue where shopping cart was empty after attempt to update it
19+
* Fixed an issue where there was no redirect to shopping cart after edit/updating cart product with custom options
20+
* Fixed an issue where environment variables were messed up for different entry points
21+
* Fixed an issue where tax class name was corrupted if containing '<' char
22+
* Fixed an issue where there was no ability to place an order with custom option "file"
23+
* Fixed an issue where sensitive cookies were persistent
24+
* Fixed possible XSS in payment methods
25+
* Fixed an issue with integration test failure when run in default mode
26+
* Fixed an issue with integration tests failure when xdebug is enabled
27+
* Fixed an issue where there was impossible to delete any entity which calls confirmation alert
28+
* GitHub issues and pull requests
29+
* [#904](https://github.com/magento/magento2/issues/904) -- Installation Incomplete with XDebug enabled
30+
* [#1083](https://github.com/magento/magento2/pull/1083) -- Move Topmenu CategoryData creation to a public method to enable plugin
31+
* [#1125](https://github.com/magento/magento2/pull/1125) -- Saving category reset its changes in category tree
32+
* [#1144](https://github.com/magento/magento2/pull/1144) -- Refactor bindRemoveButtons for improved performance
33+
* [#1214](https://github.com/magento/magento2/pull/1214) -- Avoid following error
34+
* [#1216](https://github.com/magento/magento2/issues/1216) -- Can't install sample data
35+
136
0.74.0-beta8
237
=============
338
* Performance Toolkit improvements

app/code/Magento/AdminNotification/composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.74.0-beta8",
7-
"magento/module-backend": "0.74.0-beta8",
8-
"magento/module-media-storage": "0.74.0-beta8",
9-
"magento/framework": "0.74.0-beta8",
6+
"magento/module-store": "0.74.0-beta9",
7+
"magento/module-backend": "0.74.0-beta9",
8+
"magento/module-media-storage": "0.74.0-beta9",
9+
"magento/framework": "0.74.0-beta9",
1010
"lib-libxml": "*",
1111
"magento/magento-composer-installer": "*"
1212
},
1313
"type": "magento2-module",
14-
"version": "0.74.0-beta8",
14+
"version": "0.74.0-beta9",
1515
"license": [
1616
"OSL-3.0",
1717
"AFL-3.0"

app/code/Magento/Authorization/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"description": "Authorization module provides access to Magento ACL functionality.",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-backend": "0.74.0-beta8",
7-
"magento/framework": "0.74.0-beta8",
6+
"magento/module-backend": "0.74.0-beta9",
7+
"magento/framework": "0.74.0-beta9",
88
"magento/magento-composer-installer": "*"
99
},
1010
"type": "magento2-module",
11-
"version": "0.74.0-beta8",
11+
"version": "0.74.0-beta9",
1212
"license": [
1313
"OSL-3.0",
1414
"AFL-3.0"

app/code/Magento/Backend/composer.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.74.0-beta8",
7-
"magento/module-directory": "0.74.0-beta8",
8-
"magento/module-developer": "0.74.0-beta8",
9-
"magento/module-eav": "0.74.0-beta8",
10-
"magento/module-cron": "0.74.0-beta8",
11-
"magento/module-theme": "0.74.0-beta8",
12-
"magento/module-reports": "0.74.0-beta8",
13-
"magento/module-sales": "0.74.0-beta8",
14-
"magento/module-quote": "0.74.0-beta8",
15-
"magento/module-catalog": "0.74.0-beta8",
16-
"magento/module-user": "0.74.0-beta8",
17-
"magento/module-backup": "0.74.0-beta8",
18-
"magento/module-customer": "0.74.0-beta8",
19-
"magento/module-translation": "0.74.0-beta8",
20-
"magento/module-require-js": "0.74.0-beta8",
21-
"magento/module-config": "0.74.0-beta8",
22-
"magento/framework": "0.74.0-beta8",
6+
"magento/module-store": "0.74.0-beta9",
7+
"magento/module-directory": "0.74.0-beta9",
8+
"magento/module-developer": "0.74.0-beta9",
9+
"magento/module-eav": "0.74.0-beta9",
10+
"magento/module-cron": "0.74.0-beta9",
11+
"magento/module-theme": "0.74.0-beta9",
12+
"magento/module-reports": "0.74.0-beta9",
13+
"magento/module-sales": "0.74.0-beta9",
14+
"magento/module-quote": "0.74.0-beta9",
15+
"magento/module-catalog": "0.74.0-beta9",
16+
"magento/module-user": "0.74.0-beta9",
17+
"magento/module-backup": "0.74.0-beta9",
18+
"magento/module-customer": "0.74.0-beta9",
19+
"magento/module-translation": "0.74.0-beta9",
20+
"magento/module-require-js": "0.74.0-beta9",
21+
"magento/module-config": "0.74.0-beta9",
22+
"magento/framework": "0.74.0-beta9",
2323
"magento/magento-composer-installer": "*"
2424
},
2525
"type": "magento2-module",
26-
"version": "0.74.0-beta8",
26+
"version": "0.74.0-beta9",
2727
"license": [
2828
"OSL-3.0",
2929
"AFL-3.0"

app/code/Magento/Backup/composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.74.0-beta8",
7-
"magento/module-backend": "0.74.0-beta8",
8-
"magento/module-cron": "0.74.0-beta8",
9-
"magento/framework": "0.74.0-beta8",
6+
"magento/module-store": "0.74.0-beta9",
7+
"magento/module-backend": "0.74.0-beta9",
8+
"magento/module-cron": "0.74.0-beta9",
9+
"magento/framework": "0.74.0-beta9",
1010
"magento/magento-composer-installer": "*"
1111
},
1212
"type": "magento2-module",
13-
"version": "0.74.0-beta8",
13+
"version": "0.74.0-beta9",
1414
"license": [
1515
"OSL-3.0",
1616
"AFL-3.0"

app/code/Magento/Bundle/composer.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.74.0-beta8",
7-
"magento/module-catalog": "0.74.0-beta8",
8-
"magento/module-tax": "0.74.0-beta8",
9-
"magento/module-backend": "0.74.0-beta8",
10-
"magento/module-sales": "0.74.0-beta8",
11-
"magento/module-checkout": "0.74.0-beta8",
12-
"magento/module-catalog-inventory": "0.74.0-beta8",
13-
"magento/module-customer": "0.74.0-beta8",
14-
"magento/module-catalog-rule": "0.74.0-beta8",
15-
"magento/module-eav": "0.74.0-beta8",
16-
"magento/module-config": "0.74.0-beta8",
17-
"magento/module-gift-message": "0.74.0-beta8",
18-
"magento/framework": "0.74.0-beta8",
19-
"magento/module-quote": "0.74.0-beta8",
20-
"magento/module-media-storage": "0.74.0-beta8",
6+
"magento/module-store": "0.74.0-beta9",
7+
"magento/module-catalog": "0.74.0-beta9",
8+
"magento/module-tax": "0.74.0-beta9",
9+
"magento/module-backend": "0.74.0-beta9",
10+
"magento/module-sales": "0.74.0-beta9",
11+
"magento/module-checkout": "0.74.0-beta9",
12+
"magento/module-catalog-inventory": "0.74.0-beta9",
13+
"magento/module-customer": "0.74.0-beta9",
14+
"magento/module-catalog-rule": "0.74.0-beta9",
15+
"magento/module-eav": "0.74.0-beta9",
16+
"magento/module-config": "0.74.0-beta9",
17+
"magento/module-gift-message": "0.74.0-beta9",
18+
"magento/framework": "0.74.0-beta9",
19+
"magento/module-quote": "0.74.0-beta9",
20+
"magento/module-media-storage": "0.74.0-beta9",
2121
"magento/magento-composer-installer": "*"
2222
},
2323
"suggest": {
24-
"magento/module-webapi": "0.74.0-beta8"
24+
"magento/module-webapi": "0.74.0-beta9"
2525
},
2626
"type": "magento2-module",
27-
"version": "0.74.0-beta8",
27+
"version": "0.74.0-beta9",
2828
"license": [
2929
"OSL-3.0",
3030
"AFL-3.0"

app/code/Magento/CacheInvalidate/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-page-cache": "0.74.0-beta8",
7-
"magento/framework": "0.74.0-beta8",
6+
"magento/module-page-cache": "0.74.0-beta9",
7+
"magento/framework": "0.74.0-beta9",
88
"magento/magento-composer-installer": "*"
99
},
1010
"type": "magento2-module",
11-
"version": "0.74.0-beta8",
11+
"version": "0.74.0-beta9",
1212
"license": [
1313
"OSL-3.0",
1414
"AFL-3.0"

app/code/Magento/Captcha/composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.74.0-beta8",
7-
"magento/module-customer": "0.74.0-beta8",
8-
"magento/module-checkout": "0.74.0-beta8",
9-
"magento/module-backend": "0.74.0-beta8",
10-
"magento/framework": "0.74.0-beta8",
6+
"magento/module-store": "0.74.0-beta9",
7+
"magento/module-customer": "0.74.0-beta9",
8+
"magento/module-checkout": "0.74.0-beta9",
9+
"magento/module-backend": "0.74.0-beta9",
10+
"magento/framework": "0.74.0-beta9",
1111
"magento/magento-composer-installer": "*"
1212
},
1313
"type": "magento2-module",
14-
"version": "0.74.0-beta8",
14+
"version": "0.74.0-beta9",
1515
"license": [
1616
"OSL-3.0",
1717
"AFL-3.0"

app/code/Magento/Catalog/composer.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.74.0-beta8",
7-
"magento/module-eav": "0.74.0-beta8",
8-
"magento/module-cms": "0.74.0-beta8",
9-
"magento/module-indexer": "0.74.0-beta8",
10-
"magento/module-customer": "0.74.0-beta8",
11-
"magento/module-theme": "0.74.0-beta8",
12-
"magento/module-checkout": "0.74.0-beta8",
13-
"magento/module-log": "0.74.0-beta8",
14-
"magento/module-backend": "0.74.0-beta8",
15-
"magento/module-widget": "0.74.0-beta8",
16-
"magento/module-wishlist": "0.74.0-beta8",
17-
"magento/module-tax": "0.74.0-beta8",
18-
"magento/module-msrp": "0.74.0-beta8",
19-
"magento/module-catalog-inventory": "0.74.0-beta8",
20-
"magento/module-directory": "0.74.0-beta8",
21-
"magento/module-catalog-rule": "0.74.0-beta8",
22-
"magento/module-product-alert": "0.74.0-beta8",
23-
"magento/module-url-rewrite": "0.74.0-beta8",
24-
"magento/module-catalog-url-rewrite": "0.74.0-beta8",
25-
"magento/module-page-cache": "0.74.0-beta8",
26-
"magento/module-quote": "0.74.0-beta8",
27-
"magento/module-config": "0.74.0-beta8",
28-
"magento/module-media-storage": "0.74.0-beta8",
29-
"magento/framework": "0.74.0-beta8",
6+
"magento/module-store": "0.74.0-beta9",
7+
"magento/module-eav": "0.74.0-beta9",
8+
"magento/module-cms": "0.74.0-beta9",
9+
"magento/module-indexer": "0.74.0-beta9",
10+
"magento/module-customer": "0.74.0-beta9",
11+
"magento/module-theme": "0.74.0-beta9",
12+
"magento/module-checkout": "0.74.0-beta9",
13+
"magento/module-log": "0.74.0-beta9",
14+
"magento/module-backend": "0.74.0-beta9",
15+
"magento/module-widget": "0.74.0-beta9",
16+
"magento/module-wishlist": "0.74.0-beta9",
17+
"magento/module-tax": "0.74.0-beta9",
18+
"magento/module-msrp": "0.74.0-beta9",
19+
"magento/module-catalog-inventory": "0.74.0-beta9",
20+
"magento/module-directory": "0.74.0-beta9",
21+
"magento/module-catalog-rule": "0.74.0-beta9",
22+
"magento/module-product-alert": "0.74.0-beta9",
23+
"magento/module-url-rewrite": "0.74.0-beta9",
24+
"magento/module-catalog-url-rewrite": "0.74.0-beta9",
25+
"magento/module-page-cache": "0.74.0-beta9",
26+
"magento/module-quote": "0.74.0-beta9",
27+
"magento/module-config": "0.74.0-beta9",
28+
"magento/module-media-storage": "0.74.0-beta9",
29+
"magento/framework": "0.74.0-beta9",
3030
"magento/magento-composer-installer": "*"
3131
},
3232
"suggest": {
33-
"magento/module-cookie": "0.74.0-beta8"
33+
"magento/module-cookie": "0.74.0-beta9"
3434
},
3535
"type": "magento2-module",
36-
"version": "0.74.0-beta8",
36+
"version": "0.74.0-beta9",
3737
"license": [
3838
"OSL-3.0",
3939
"AFL-3.0"

app/code/Magento/CatalogImportExport/composer.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-catalog": "0.74.0-beta8",
7-
"magento/module-eav": "0.74.0-beta8",
8-
"magento/module-import-export": "0.74.0-beta8",
9-
"magento/module-indexer": "0.74.0-beta8",
10-
"magento/module-store": "0.74.0-beta8",
11-
"magento/module-catalog-inventory": "0.74.0-beta8",
12-
"magento/module-media-storage": "0.74.0-beta8",
13-
"magento/module-customer": "0.74.0-beta8",
14-
"magento/framework": "0.74.0-beta8",
6+
"magento/module-catalog": "0.74.0-beta9",
7+
"magento/module-eav": "0.74.0-beta9",
8+
"magento/module-import-export": "0.74.0-beta9",
9+
"magento/module-indexer": "0.74.0-beta9",
10+
"magento/module-store": "0.74.0-beta9",
11+
"magento/module-catalog-inventory": "0.74.0-beta9",
12+
"magento/module-media-storage": "0.74.0-beta9",
13+
"magento/module-customer": "0.74.0-beta9",
14+
"magento/framework": "0.74.0-beta9",
1515
"ext-ctype": "*",
1616
"magento/magento-composer-installer": "*"
1717
},
1818
"type": "magento2-module",
19-
"version": "0.74.0-beta8",
19+
"version": "0.74.0-beta9",
2020
"license": [
2121
"OSL-3.0",
2222
"AFL-3.0"

app/code/Magento/CatalogInventory/composer.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-config": "0.74.0-beta8",
7-
"magento/module-store": "0.74.0-beta8",
8-
"magento/module-catalog": "0.74.0-beta8",
9-
"magento/module-customer": "0.74.0-beta8",
10-
"magento/module-indexer": "0.74.0-beta8",
11-
"magento/module-eav": "0.74.0-beta8",
12-
"magento/module-quote": "0.74.0-beta8",
13-
"magento/framework": "0.74.0-beta8",
6+
"magento/module-config": "0.74.0-beta9",
7+
"magento/module-store": "0.74.0-beta9",
8+
"magento/module-catalog": "0.74.0-beta9",
9+
"magento/module-customer": "0.74.0-beta9",
10+
"magento/module-indexer": "0.74.0-beta9",
11+
"magento/module-eav": "0.74.0-beta9",
12+
"magento/module-quote": "0.74.0-beta9",
13+
"magento/framework": "0.74.0-beta9",
1414
"magento/magento-composer-installer": "*"
1515
},
1616
"type": "magento2-module",
17-
"version": "0.74.0-beta8",
17+
"version": "0.74.0-beta9",
1818
"license": [
1919
"OSL-3.0",
2020
"AFL-3.0"

app/code/Magento/CatalogRule/composer.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.74.0-beta8",
7-
"magento/module-rule": "0.74.0-beta8",
8-
"magento/module-catalog": "0.74.0-beta8",
9-
"magento/module-customer": "0.74.0-beta8",
10-
"magento/module-backend": "0.74.0-beta8",
11-
"magento/module-eav": "0.74.0-beta8",
12-
"magento/module-indexer": "0.74.0-beta8",
13-
"magento/module-import-export": "0.74.0-beta8",
14-
"magento/framework": "0.74.0-beta8",
6+
"magento/module-store": "0.74.0-beta9",
7+
"magento/module-rule": "0.74.0-beta9",
8+
"magento/module-catalog": "0.74.0-beta9",
9+
"magento/module-customer": "0.74.0-beta9",
10+
"magento/module-backend": "0.74.0-beta9",
11+
"magento/module-eav": "0.74.0-beta9",
12+
"magento/module-indexer": "0.74.0-beta9",
13+
"magento/module-import-export": "0.74.0-beta9",
14+
"magento/framework": "0.74.0-beta9",
1515
"magento/magento-composer-installer": "*"
1616
},
1717
"type": "magento2-module",
18-
"version": "0.74.0-beta8",
18+
"version": "0.74.0-beta9",
1919
"license": [
2020
"OSL-3.0",
2121
"AFL-3.0"

0 commit comments

Comments
 (0)