Skip to content

Commit c142c53

Browse files
author
Yuri Kovsher
committed
Merge remote-tracking branch 'main-ce/merchant_beta' into MAGETWO-43487
2 parents 675a419 + 474d589 commit c142c53

File tree

107 files changed

+1179
-1048
lines changed

Some content is hidden

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

107 files changed

+1179
-1048
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
1.0.0-beta4
2+
=============
3+
* Fixed bugs:
4+
* Fixed an issue with Paypal WebAPI exception error when placing order within PayPal Payments Pro
5+
* Fixed an issue with wrong links on multi website store
6+
* Fixed an issue where unable to set a date limit on a promotion for 2016 onwards
7+
* Fixed an issue with saving promotions
8+
* Fixed an issue with option to pay with Paypal account for Payments Pro when configured on website level
9+
* Fixed an issue with search results after filtering
10+
* Fixed an issue with catalog product import
11+
* Fixed an issue with configurable product special price
12+
* Fixed an issue where unable to change type for color and size swatches
13+
* Fixed an issue with selected filters on layered navigation
14+
* Fixed an issue with related products block
15+
* Fixed an issue with product alert for out of stock
16+
* Fixed an issue with product selection in Products->Catalog results in no products selected
17+
* Fixed an issue where unable to remove item from Minicart
18+
* Fixed an issue where unable to deploy to production without downtime
19+
* Fixed an issue with minicart inconsistent behavior between http and https
20+
* Fixed an issue with CMS page preview on frontend
21+
* Fixed an issue where discounts is not showing in the order summary at the shipping section in the checkout
22+
* Search improvements:
23+
* Improve Catalog Performance. Quick Search
24+
* GitHub issues and requests:
25+
* [#1705](https://github.com/magento/magento2/issues/1705) -- Remove item from Minicart does not work
26+
* [#1704](https://github.com/magento/magento2/issues/1704) -- Minicart inconsistant behavior between http and https
27+
28+
129
1.0.0-beta3
230
=============
331
* Fixed bugs:

app/code/Magento/AdminNotification/composer.json

Lines changed: 5 additions & 5 deletions
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": "1.0.0-beta3",
7-
"magento/module-backend": "1.0.0-beta3",
8-
"magento/module-media-storage": "1.0.0-beta3",
9-
"magento/framework": "1.0.0-beta3",
6+
"magento/module-store": "1.0.0-beta4",
7+
"magento/module-backend": "1.0.0-beta4",
8+
"magento/module-media-storage": "1.0.0-beta4",
9+
"magento/framework": "1.0.0-beta4",
1010
"lib-libxml": "*",
1111
"magento/magento-composer-installer": "*"
1212
},
1313
"type": "magento2-module",
14-
"version": "1.0.0-beta3",
14+
"version": "1.0.0-beta4",
1515
"license": [
1616
"OSL-3.0",
1717
"AFL-3.0"

app/code/Magento/AdvancedPricingImportExport/composer.json

Lines changed: 9 additions & 9 deletions
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-catalog": "1.0.0-beta3",
7-
"magento/module-catalog-inventory": "1.0.0-beta3",
8-
"magento/module-eav": "1.0.0-beta3",
9-
"magento/module-import-export": "1.0.0-beta3",
10-
"magento/module-catalog-import-export": "1.0.0-beta3",
11-
"magento/module-customer": "1.0.0-beta3",
12-
"magento/module-store": "1.0.0-beta3",
13-
"magento/framework": "1.0.0-beta3",
6+
"magento/module-catalog": "1.0.0-beta4",
7+
"magento/module-catalog-inventory": "1.0.0-beta4",
8+
"magento/module-eav": "1.0.0-beta4",
9+
"magento/module-import-export": "1.0.0-beta4",
10+
"magento/module-catalog-import-export": "1.0.0-beta4",
11+
"magento/module-customer": "1.0.0-beta4",
12+
"magento/module-store": "1.0.0-beta4",
13+
"magento/framework": "1.0.0-beta4",
1414
"magento/magento-composer-installer": "*"
1515
},
1616
"type": "magento2-module",
17-
"version": "1.0.0-beta3",
17+
"version": "1.0.0-beta4",
1818
"license": [
1919
"OSL-3.0",
2020
"AFL-3.0"

app/code/Magento/Authorization/composer.json

Lines changed: 3 additions & 3 deletions
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": "1.0.0-beta3",
7-
"magento/framework": "1.0.0-beta3",
6+
"magento/module-backend": "1.0.0-beta4",
7+
"magento/framework": "1.0.0-beta4",
88
"magento/magento-composer-installer": "*"
99
},
1010
"type": "magento2-module",
11-
"version": "1.0.0-beta3",
11+
"version": "1.0.0-beta4",
1212
"license": [
1313
"OSL-3.0",
1414
"AFL-3.0"

app/code/Magento/Authorizenet/composer.json

Lines changed: 9 additions & 9 deletions
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-sales": "1.0.0-beta3",
7-
"magento/module-store": "1.0.0-beta3",
8-
"magento/module-quote": "1.0.0-beta3",
9-
"magento/module-checkout": "1.0.0-beta3",
10-
"magento/module-backend": "1.0.0-beta3",
11-
"magento/module-payment": "1.0.0-beta3",
12-
"magento/module-catalog": "1.0.0-beta3",
13-
"magento/framework": "1.0.0-beta3",
6+
"magento/module-sales": "1.0.0-beta4",
7+
"magento/module-store": "1.0.0-beta4",
8+
"magento/module-quote": "1.0.0-beta4",
9+
"magento/module-checkout": "1.0.0-beta4",
10+
"magento/module-backend": "1.0.0-beta4",
11+
"magento/module-payment": "1.0.0-beta4",
12+
"magento/module-catalog": "1.0.0-beta4",
13+
"magento/framework": "1.0.0-beta4",
1414
"magento/magento-composer-installer": "*"
1515
},
1616
"type": "magento2-module",
17-
"version": "1.0.0-beta3",
17+
"version": "1.0.0-beta4",
1818
"license": [
1919
"proprietary"
2020
],

app/code/Magento/Backend/composer.json

Lines changed: 18 additions & 18 deletions
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": "1.0.0-beta3",
7-
"magento/module-directory": "1.0.0-beta3",
8-
"magento/module-developer": "1.0.0-beta3",
9-
"magento/module-eav": "1.0.0-beta3",
10-
"magento/module-cron": "1.0.0-beta3",
11-
"magento/module-theme": "1.0.0-beta3",
12-
"magento/module-reports": "1.0.0-beta3",
13-
"magento/module-sales": "1.0.0-beta3",
14-
"magento/module-quote": "1.0.0-beta3",
15-
"magento/module-catalog": "1.0.0-beta3",
16-
"magento/module-user": "1.0.0-beta3",
17-
"magento/module-backup": "1.0.0-beta3",
18-
"magento/module-customer": "1.0.0-beta3",
19-
"magento/module-translation": "1.0.0-beta3",
20-
"magento/module-require-js": "1.0.0-beta3",
21-
"magento/module-config": "1.0.0-beta3",
22-
"magento/framework": "1.0.0-beta3",
6+
"magento/module-store": "1.0.0-beta4",
7+
"magento/module-directory": "1.0.0-beta4",
8+
"magento/module-developer": "1.0.0-beta4",
9+
"magento/module-eav": "1.0.0-beta4",
10+
"magento/module-cron": "1.0.0-beta4",
11+
"magento/module-theme": "1.0.0-beta4",
12+
"magento/module-reports": "1.0.0-beta4",
13+
"magento/module-sales": "1.0.0-beta4",
14+
"magento/module-quote": "1.0.0-beta4",
15+
"magento/module-catalog": "1.0.0-beta4",
16+
"magento/module-user": "1.0.0-beta4",
17+
"magento/module-backup": "1.0.0-beta4",
18+
"magento/module-customer": "1.0.0-beta4",
19+
"magento/module-translation": "1.0.0-beta4",
20+
"magento/module-require-js": "1.0.0-beta4",
21+
"magento/module-config": "1.0.0-beta4",
22+
"magento/framework": "1.0.0-beta4",
2323
"magento/magento-composer-installer": "*"
2424
},
2525
"type": "magento2-module",
26-
"version": "1.0.0-beta3",
26+
"version": "1.0.0-beta4",
2727
"license": [
2828
"OSL-3.0",
2929
"AFL-3.0"

app/code/Magento/Backup/composer.json

Lines changed: 5 additions & 5 deletions
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": "1.0.0-beta3",
7-
"magento/module-backend": "1.0.0-beta3",
8-
"magento/module-cron": "1.0.0-beta3",
9-
"magento/framework": "1.0.0-beta3",
6+
"magento/module-store": "1.0.0-beta4",
7+
"magento/module-backend": "1.0.0-beta4",
8+
"magento/module-cron": "1.0.0-beta4",
9+
"magento/framework": "1.0.0-beta4",
1010
"magento/magento-composer-installer": "*"
1111
},
1212
"type": "magento2-module",
13-
"version": "1.0.0-beta3",
13+
"version": "1.0.0-beta4",
1414
"license": [
1515
"OSL-3.0",
1616
"AFL-3.0"

app/code/Magento/Braintree/composer.json

Lines changed: 15 additions & 15 deletions
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-config": "1.0.0-beta3",
7-
"magento/module-store": "1.0.0-beta3",
8-
"magento/module-checkout": "1.0.0-beta3",
9-
"magento/module-catalog": "1.0.0-beta3",
10-
"magento/module-sales": "1.0.0-beta3",
11-
"magento/module-customer": "1.0.0-beta3",
12-
"magento/module-payment": "1.0.0-beta3",
13-
"magento/module-paypal": "1.0.0-beta3",
14-
"magento/module-quote": "1.0.0-beta3",
15-
"magento/module-backend": "1.0.0-beta3",
16-
"magento/module-directory": "1.0.0-beta3",
17-
"magento/module-theme": "1.0.0-beta3",
18-
"magento/framework": "1.0.0-beta3",
6+
"magento/module-config": "1.0.0-beta4",
7+
"magento/module-store": "1.0.0-beta4",
8+
"magento/module-checkout": "1.0.0-beta4",
9+
"magento/module-catalog": "1.0.0-beta4",
10+
"magento/module-sales": "1.0.0-beta4",
11+
"magento/module-customer": "1.0.0-beta4",
12+
"magento/module-payment": "1.0.0-beta4",
13+
"magento/module-paypal": "1.0.0-beta4",
14+
"magento/module-quote": "1.0.0-beta4",
15+
"magento/module-backend": "1.0.0-beta4",
16+
"magento/module-directory": "1.0.0-beta4",
17+
"magento/module-theme": "1.0.0-beta4",
18+
"magento/framework": "1.0.0-beta4",
1919
"braintree/braintree_php": "2.39.0",
2020
"magento/magento-composer-installer": "*"
2121
},
2222
"suggest": {
23-
"magento/module-checkout-agreements": "1.0.0-beta3"
23+
"magento/module-checkout-agreements": "1.0.0-beta4"
2424
},
2525
"type": "magento2-module",
26-
"version": "1.0.0-beta3",
26+
"version": "1.0.0-beta4",
2727
"license": [
2828
"proprietary"
2929
],

app/code/Magento/Bundle/composer.json

Lines changed: 17 additions & 17 deletions
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": "1.0.0-beta3",
7-
"magento/module-catalog": "1.0.0-beta3",
8-
"magento/module-tax": "1.0.0-beta3",
9-
"magento/module-backend": "1.0.0-beta3",
10-
"magento/module-sales": "1.0.0-beta3",
11-
"magento/module-checkout": "1.0.0-beta3",
12-
"magento/module-catalog-inventory": "1.0.0-beta3",
13-
"magento/module-customer": "1.0.0-beta3",
14-
"magento/module-catalog-rule": "1.0.0-beta3",
15-
"magento/module-eav": "1.0.0-beta3",
16-
"magento/module-config": "1.0.0-beta3",
17-
"magento/module-gift-message": "1.0.0-beta3",
18-
"magento/framework": "1.0.0-beta3",
19-
"magento/module-quote": "1.0.0-beta3",
20-
"magento/module-media-storage": "1.0.0-beta3",
6+
"magento/module-store": "1.0.0-beta4",
7+
"magento/module-catalog": "1.0.0-beta4",
8+
"magento/module-tax": "1.0.0-beta4",
9+
"magento/module-backend": "1.0.0-beta4",
10+
"magento/module-sales": "1.0.0-beta4",
11+
"magento/module-checkout": "1.0.0-beta4",
12+
"magento/module-catalog-inventory": "1.0.0-beta4",
13+
"magento/module-customer": "1.0.0-beta4",
14+
"magento/module-catalog-rule": "1.0.0-beta4",
15+
"magento/module-eav": "1.0.0-beta4",
16+
"magento/module-config": "1.0.0-beta4",
17+
"magento/module-gift-message": "1.0.0-beta4",
18+
"magento/framework": "1.0.0-beta4",
19+
"magento/module-quote": "1.0.0-beta4",
20+
"magento/module-media-storage": "1.0.0-beta4",
2121
"magento/magento-composer-installer": "*"
2222
},
2323
"suggest": {
24-
"magento/module-webapi": "1.0.0-beta3"
24+
"magento/module-webapi": "1.0.0-beta4"
2525
},
2626
"type": "magento2-module",
27-
"version": "1.0.0-beta3",
27+
"version": "1.0.0-beta4",
2828
"license": [
2929
"OSL-3.0",
3030
"AFL-3.0"

app/code/Magento/BundleImportExport/composer.json

Lines changed: 7 additions & 7 deletions
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-catalog": "1.0.0-beta3",
7-
"magento/module-import-export": "1.0.0-beta3",
8-
"magento/module-catalog-import-export": "1.0.0-beta3",
9-
"magento/module-bundle": "1.0.0-beta3",
10-
"magento/module-eav": "1.0.0-beta3",
11-
"magento/framework": "1.0.0-beta3",
6+
"magento/module-catalog": "1.0.0-beta4",
7+
"magento/module-import-export": "1.0.0-beta4",
8+
"magento/module-catalog-import-export": "1.0.0-beta4",
9+
"magento/module-bundle": "1.0.0-beta4",
10+
"magento/module-eav": "1.0.0-beta4",
11+
"magento/framework": "1.0.0-beta4",
1212
"magento/magento-composer-installer": "*"
1313
},
1414
"type": "magento2-module",
15-
"version": "1.0.0-beta3",
15+
"version": "1.0.0-beta4",
1616
"license": [
1717
"OSL-3.0",
1818
"AFL-3.0"

app/code/Magento/CacheInvalidate/composer.json

Lines changed: 3 additions & 3 deletions
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": "1.0.0-beta3",
7-
"magento/framework": "1.0.0-beta3",
6+
"magento/module-page-cache": "1.0.0-beta4",
7+
"magento/framework": "1.0.0-beta4",
88
"magento/magento-composer-installer": "*"
99
},
1010
"type": "magento2-module",
11-
"version": "1.0.0-beta3",
11+
"version": "1.0.0-beta4",
1212
"license": [
1313
"OSL-3.0",
1414
"AFL-3.0"

app/code/Magento/Captcha/composer.json

Lines changed: 6 additions & 6 deletions
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": "1.0.0-beta3",
7-
"magento/module-customer": "1.0.0-beta3",
8-
"magento/module-checkout": "1.0.0-beta3",
9-
"magento/module-backend": "1.0.0-beta3",
10-
"magento/framework": "1.0.0-beta3",
6+
"magento/module-store": "1.0.0-beta4",
7+
"magento/module-customer": "1.0.0-beta4",
8+
"magento/module-checkout": "1.0.0-beta4",
9+
"magento/module-backend": "1.0.0-beta4",
10+
"magento/framework": "1.0.0-beta4",
1111
"magento/magento-composer-installer": "*"
1212
},
1313
"type": "magento2-module",
14-
"version": "1.0.0-beta3",
14+
"version": "1.0.0-beta4",
1515
"license": [
1616
"OSL-3.0",
1717
"AFL-3.0"

0 commit comments

Comments
 (0)