Skip to content

Commit 20f95d6

Browse files
author
Alex Bomko
committed
MAGETWO-33533: M2 GitHub Update (version 0.74.0-beta11)
1 parent 6ae22a2 commit 20f95d6

File tree

101 files changed

+1118
-987
lines changed

Some content is hidden

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

101 files changed

+1118
-987
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
0.74.0-beta11
2+
=============
3+
* Framework improvements:
4+
* Improved component Bookmarks component in scope of Enhanced Data Grids on CMS
5+
* Improved component Advanced Filtering component in scope of Enhanced Data Grids on CMS
6+
* Fixed bugs:
7+
* Fixed an issue where incorrect keys in REST request body allowed the request to go through successfully
8+
* Fixed an issue where interceptors were Generated with Invalid __wakeup()
9+
* Fixed an issue where redirect on the current page was not working in certain conditions
10+
* Fixed an issue where first store could not be selected on frontend
11+
* Fixed an issue with performance toolkit category creation
12+
* Fixed an issue when columns 'Interval', 'Price Rule' had incorrect values in Coupon Usage report
13+
* Fixed an issue where fatal error occured on Abandoned Carts report grid
14+
* Fixed an issue where it was not possible to add product to shopping cart if Use Secure URLs in Frontend = Yes
15+
* Fixed an issue where email was not required during Guest Checkout
16+
* Fixed broken ability to skip reindex in `bin/magento setup:performance:generate-fixtures` command
17+
* Fixed an issue where `bin/magento indexer:reindex` command failed after `bin/magento setup:di:compile` was run
18+
* Fixed bug with broken JS i18n
19+
* Fixed an issue with wrong value at created_at updated_at fields after quote* save
20+
* Fixed an issue where customer could not be created in backend after adding Image type attribute
21+
* Fixed Sales InvoiceItem and Order data interfaces implementation
22+
* Fixed an issue with performance toolkit medium profile
23+
* Fixed an issue where Excel Formula Injection via CSV/XML export
24+
* Fixed an issue where it was not possible to open the Customers page in backend
25+
* Fixed an issue with internal server error after clicking Continue on Billing information
26+
* Fixed an issue where it was not possible to place order with Fedex shipping method
27+
* Various changes:
28+
* Magento Centinel Removal
29+
* Removed ability to have multi-statement queries
30+
* Test coverage:
31+
* Unit tests coverage
32+
* Covered php code by unit tests after new checkout implementation
33+
* Github issues:
34+
* [#424](https://github.com/magento/magento2/issues/424) -- Combine tier pricing messages into block sentences
35+
* [#1300](https://github.com/magento/magento2/issues/1300), [#1311](https://github.com/magento/magento2/issues/1311), [#1313](https://github.com/magento/magento2/issues/1313) -- Creating product error with startdate
36+
137
0.74.0-beta10
238
=============
339
* Framework 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-beta10",
7-
"magento/module-backend": "0.74.0-beta10",
8-
"magento/module-media-storage": "0.74.0-beta10",
9-
"magento/framework": "0.74.0-beta10",
6+
"magento/module-store": "0.74.0-beta11",
7+
"magento/module-backend": "0.74.0-beta11",
8+
"magento/module-media-storage": "0.74.0-beta11",
9+
"magento/framework": "0.74.0-beta11",
1010
"lib-libxml": "*",
1111
"magento/magento-composer-installer": "*"
1212
},
1313
"type": "magento2-module",
14-
"version": "0.74.0-beta10",
14+
"version": "0.74.0-beta11",
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-beta10",
7-
"magento/framework": "0.74.0-beta10",
6+
"magento/module-backend": "0.74.0-beta11",
7+
"magento/framework": "0.74.0-beta11",
88
"magento/magento-composer-installer": "*"
99
},
1010
"type": "magento2-module",
11-
"version": "0.74.0-beta10",
11+
"version": "0.74.0-beta11",
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-beta10",
7-
"magento/module-directory": "0.74.0-beta10",
8-
"magento/module-developer": "0.74.0-beta10",
9-
"magento/module-eav": "0.74.0-beta10",
10-
"magento/module-cron": "0.74.0-beta10",
11-
"magento/module-theme": "0.74.0-beta10",
12-
"magento/module-reports": "0.74.0-beta10",
13-
"magento/module-sales": "0.74.0-beta10",
14-
"magento/module-quote": "0.74.0-beta10",
15-
"magento/module-catalog": "0.74.0-beta10",
16-
"magento/module-user": "0.74.0-beta10",
17-
"magento/module-backup": "0.74.0-beta10",
18-
"magento/module-customer": "0.74.0-beta10",
19-
"magento/module-translation": "0.74.0-beta10",
20-
"magento/module-require-js": "0.74.0-beta10",
21-
"magento/module-config": "0.74.0-beta10",
22-
"magento/framework": "0.74.0-beta10",
6+
"magento/module-store": "0.74.0-beta11",
7+
"magento/module-directory": "0.74.0-beta11",
8+
"magento/module-developer": "0.74.0-beta11",
9+
"magento/module-eav": "0.74.0-beta11",
10+
"magento/module-cron": "0.74.0-beta11",
11+
"magento/module-theme": "0.74.0-beta11",
12+
"magento/module-reports": "0.74.0-beta11",
13+
"magento/module-sales": "0.74.0-beta11",
14+
"magento/module-quote": "0.74.0-beta11",
15+
"magento/module-catalog": "0.74.0-beta11",
16+
"magento/module-user": "0.74.0-beta11",
17+
"magento/module-backup": "0.74.0-beta11",
18+
"magento/module-customer": "0.74.0-beta11",
19+
"magento/module-translation": "0.74.0-beta11",
20+
"magento/module-require-js": "0.74.0-beta11",
21+
"magento/module-config": "0.74.0-beta11",
22+
"magento/framework": "0.74.0-beta11",
2323
"magento/magento-composer-installer": "*"
2424
},
2525
"type": "magento2-module",
26-
"version": "0.74.0-beta10",
26+
"version": "0.74.0-beta11",
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-beta10",
7-
"magento/module-backend": "0.74.0-beta10",
8-
"magento/module-cron": "0.74.0-beta10",
9-
"magento/framework": "0.74.0-beta10",
6+
"magento/module-store": "0.74.0-beta11",
7+
"magento/module-backend": "0.74.0-beta11",
8+
"magento/module-cron": "0.74.0-beta11",
9+
"magento/framework": "0.74.0-beta11",
1010
"magento/magento-composer-installer": "*"
1111
},
1212
"type": "magento2-module",
13-
"version": "0.74.0-beta10",
13+
"version": "0.74.0-beta11",
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-beta10",
7-
"magento/module-catalog": "0.74.0-beta10",
8-
"magento/module-tax": "0.74.0-beta10",
9-
"magento/module-backend": "0.74.0-beta10",
10-
"magento/module-sales": "0.74.0-beta10",
11-
"magento/module-checkout": "0.74.0-beta10",
12-
"magento/module-catalog-inventory": "0.74.0-beta10",
13-
"magento/module-customer": "0.74.0-beta10",
14-
"magento/module-catalog-rule": "0.74.0-beta10",
15-
"magento/module-eav": "0.74.0-beta10",
16-
"magento/module-config": "0.74.0-beta10",
17-
"magento/module-gift-message": "0.74.0-beta10",
18-
"magento/framework": "0.74.0-beta10",
19-
"magento/module-quote": "0.74.0-beta10",
20-
"magento/module-media-storage": "0.74.0-beta10",
6+
"magento/module-store": "0.74.0-beta11",
7+
"magento/module-catalog": "0.74.0-beta11",
8+
"magento/module-tax": "0.74.0-beta11",
9+
"magento/module-backend": "0.74.0-beta11",
10+
"magento/module-sales": "0.74.0-beta11",
11+
"magento/module-checkout": "0.74.0-beta11",
12+
"magento/module-catalog-inventory": "0.74.0-beta11",
13+
"magento/module-customer": "0.74.0-beta11",
14+
"magento/module-catalog-rule": "0.74.0-beta11",
15+
"magento/module-eav": "0.74.0-beta11",
16+
"magento/module-config": "0.74.0-beta11",
17+
"magento/module-gift-message": "0.74.0-beta11",
18+
"magento/framework": "0.74.0-beta11",
19+
"magento/module-quote": "0.74.0-beta11",
20+
"magento/module-media-storage": "0.74.0-beta11",
2121
"magento/magento-composer-installer": "*"
2222
},
2323
"suggest": {
24-
"magento/module-webapi": "0.74.0-beta10"
24+
"magento/module-webapi": "0.74.0-beta11"
2525
},
2626
"type": "magento2-module",
27-
"version": "0.74.0-beta10",
27+
"version": "0.74.0-beta11",
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-beta10",
7-
"magento/framework": "0.74.0-beta10",
6+
"magento/module-page-cache": "0.74.0-beta11",
7+
"magento/framework": "0.74.0-beta11",
88
"magento/magento-composer-installer": "*"
99
},
1010
"type": "magento2-module",
11-
"version": "0.74.0-beta10",
11+
"version": "0.74.0-beta11",
1212
"license": [
1313
"OSL-3.0",
1414
"AFL-3.0"

app/code/Magento/Captcha/composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.74.0-beta10",
7-
"magento/module-customer": "0.74.0-beta10",
8-
"magento/module-checkout": "0.74.0-beta10",
9-
"magento/module-quote": "0.74.0-beta10",
10-
"magento/module-backend": "0.74.0-beta10",
11-
"magento/framework": "0.74.0-beta10",
6+
"magento/module-store": "0.74.0-beta11",
7+
"magento/module-customer": "0.74.0-beta11",
8+
"magento/module-checkout": "0.74.0-beta11",
9+
"magento/module-quote": "0.74.0-beta11",
10+
"magento/module-backend": "0.74.0-beta11",
11+
"magento/framework": "0.74.0-beta11",
1212
"magento/magento-composer-installer": "*"
1313
},
1414
"type": "magento2-module",
15-
"version": "0.74.0-beta10",
15+
"version": "0.74.0-beta11",
1616
"license": [
1717
"OSL-3.0",
1818
"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-beta10",
7-
"magento/module-eav": "0.74.0-beta10",
8-
"magento/module-cms": "0.74.0-beta10",
9-
"magento/module-indexer": "0.74.0-beta10",
10-
"magento/module-customer": "0.74.0-beta10",
11-
"magento/module-theme": "0.74.0-beta10",
12-
"magento/module-checkout": "0.74.0-beta10",
13-
"magento/module-log": "0.74.0-beta10",
14-
"magento/module-backend": "0.74.0-beta10",
15-
"magento/module-widget": "0.74.0-beta10",
16-
"magento/module-wishlist": "0.74.0-beta10",
17-
"magento/module-tax": "0.74.0-beta10",
18-
"magento/module-msrp": "0.74.0-beta10",
19-
"magento/module-catalog-inventory": "0.74.0-beta10",
20-
"magento/module-directory": "0.74.0-beta10",
21-
"magento/module-catalog-rule": "0.74.0-beta10",
22-
"magento/module-product-alert": "0.74.0-beta10",
23-
"magento/module-url-rewrite": "0.74.0-beta10",
24-
"magento/module-catalog-url-rewrite": "0.74.0-beta10",
25-
"magento/module-page-cache": "0.74.0-beta10",
26-
"magento/module-quote": "0.74.0-beta10",
27-
"magento/module-config": "0.74.0-beta10",
28-
"magento/module-media-storage": "0.74.0-beta10",
29-
"magento/framework": "0.74.0-beta10",
6+
"magento/module-store": "0.74.0-beta11",
7+
"magento/module-eav": "0.74.0-beta11",
8+
"magento/module-cms": "0.74.0-beta11",
9+
"magento/module-indexer": "0.74.0-beta11",
10+
"magento/module-customer": "0.74.0-beta11",
11+
"magento/module-theme": "0.74.0-beta11",
12+
"magento/module-checkout": "0.74.0-beta11",
13+
"magento/module-log": "0.74.0-beta11",
14+
"magento/module-backend": "0.74.0-beta11",
15+
"magento/module-widget": "0.74.0-beta11",
16+
"magento/module-wishlist": "0.74.0-beta11",
17+
"magento/module-tax": "0.74.0-beta11",
18+
"magento/module-msrp": "0.74.0-beta11",
19+
"magento/module-catalog-inventory": "0.74.0-beta11",
20+
"magento/module-directory": "0.74.0-beta11",
21+
"magento/module-catalog-rule": "0.74.0-beta11",
22+
"magento/module-product-alert": "0.74.0-beta11",
23+
"magento/module-url-rewrite": "0.74.0-beta11",
24+
"magento/module-catalog-url-rewrite": "0.74.0-beta11",
25+
"magento/module-page-cache": "0.74.0-beta11",
26+
"magento/module-quote": "0.74.0-beta11",
27+
"magento/module-config": "0.74.0-beta11",
28+
"magento/module-media-storage": "0.74.0-beta11",
29+
"magento/framework": "0.74.0-beta11",
3030
"magento/magento-composer-installer": "*"
3131
},
3232
"suggest": {
33-
"magento/module-cookie": "0.74.0-beta10"
33+
"magento/module-cookie": "0.74.0-beta11"
3434
},
3535
"type": "magento2-module",
36-
"version": "0.74.0-beta10",
36+
"version": "0.74.0-beta11",
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-beta10",
7-
"magento/module-eav": "0.74.0-beta10",
8-
"magento/module-import-export": "0.74.0-beta10",
9-
"magento/module-indexer": "0.74.0-beta10",
10-
"magento/module-store": "0.74.0-beta10",
11-
"magento/module-catalog-inventory": "0.74.0-beta10",
12-
"magento/module-media-storage": "0.74.0-beta10",
13-
"magento/module-customer": "0.74.0-beta10",
14-
"magento/framework": "0.74.0-beta10",
6+
"magento/module-catalog": "0.74.0-beta11",
7+
"magento/module-eav": "0.74.0-beta11",
8+
"magento/module-import-export": "0.74.0-beta11",
9+
"magento/module-indexer": "0.74.0-beta11",
10+
"magento/module-store": "0.74.0-beta11",
11+
"magento/module-catalog-inventory": "0.74.0-beta11",
12+
"magento/module-media-storage": "0.74.0-beta11",
13+
"magento/module-customer": "0.74.0-beta11",
14+
"magento/framework": "0.74.0-beta11",
1515
"ext-ctype": "*",
1616
"magento/magento-composer-installer": "*"
1717
},
1818
"type": "magento2-module",
19-
"version": "0.74.0-beta10",
19+
"version": "0.74.0-beta11",
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-beta10",
7-
"magento/module-store": "0.74.0-beta10",
8-
"magento/module-catalog": "0.74.0-beta10",
9-
"magento/module-customer": "0.74.0-beta10",
10-
"magento/module-indexer": "0.74.0-beta10",
11-
"magento/module-eav": "0.74.0-beta10",
12-
"magento/module-quote": "0.74.0-beta10",
13-
"magento/framework": "0.74.0-beta10",
6+
"magento/module-config": "0.74.0-beta11",
7+
"magento/module-store": "0.74.0-beta11",
8+
"magento/module-catalog": "0.74.0-beta11",
9+
"magento/module-customer": "0.74.0-beta11",
10+
"magento/module-indexer": "0.74.0-beta11",
11+
"magento/module-eav": "0.74.0-beta11",
12+
"magento/module-quote": "0.74.0-beta11",
13+
"magento/framework": "0.74.0-beta11",
1414
"magento/magento-composer-installer": "*"
1515
},
1616
"type": "magento2-module",
17-
"version": "0.74.0-beta10",
17+
"version": "0.74.0-beta11",
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-beta10",
7-
"magento/module-rule": "0.74.0-beta10",
8-
"magento/module-catalog": "0.74.0-beta10",
9-
"magento/module-customer": "0.74.0-beta10",
10-
"magento/module-backend": "0.74.0-beta10",
11-
"magento/module-eav": "0.74.0-beta10",
12-
"magento/module-indexer": "0.74.0-beta10",
13-
"magento/module-import-export": "0.74.0-beta10",
14-
"magento/framework": "0.74.0-beta10",
6+
"magento/module-store": "0.74.0-beta11",
7+
"magento/module-rule": "0.74.0-beta11",
8+
"magento/module-catalog": "0.74.0-beta11",
9+
"magento/module-customer": "0.74.0-beta11",
10+
"magento/module-backend": "0.74.0-beta11",
11+
"magento/module-eav": "0.74.0-beta11",
12+
"magento/module-indexer": "0.74.0-beta11",
13+
"magento/module-import-export": "0.74.0-beta11",
14+
"magento/framework": "0.74.0-beta11",
1515
"magento/magento-composer-installer": "*"
1616
},
1717
"type": "magento2-module",
18-
"version": "0.74.0-beta10",
18+
"version": "0.74.0-beta11",
1919
"license": [
2020
"OSL-3.0",
2121
"AFL-3.0"

0 commit comments

Comments
 (0)