Skip to content

Commit 8f9fba4

Browse files
committed
MAGETWO-83632: Magento 2.2.2 Publication
(build 2.2.2.026)
1 parent 6fc8031 commit 8f9fba4

File tree

67 files changed

+466
-452
lines changed

Some content is hidden

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

67 files changed

+466
-452
lines changed

app/code/Magento/AdminNotification/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lib-libxml": "*"
1212
},
1313
"type": "magento2-module",
14-
"version": "100.2.0",
14+
"version": "100.2.1",
1515
"license": [
1616
"OSL-3.0",
1717
"AFL-3.0"

app/code/Magento/Backend/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"magento/module-theme": "100.2.*"
2525
},
2626
"type": "magento2-module",
27-
"version": "100.2.1",
27+
"version": "100.2.2",
2828
"license": [
2929
"OSL-3.0",
3030
"AFL-3.0"

app/code/Magento/Backup/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"magento/framework": "101.0.*"
1010
},
1111
"type": "magento2-module",
12-
"version": "100.2.0",
12+
"version": "100.2.1",
1313
"license": [
1414
"OSL-3.0",
1515
"AFL-3.0"

app/code/Magento/Braintree/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"magento/module-theme": "100.2.*"
2626
},
2727
"type": "magento2-module",
28-
"version": "100.2.1",
28+
"version": "100.2.2",
2929
"license": [
3030
"proprietary"
3131
],

app/code/Magento/Bundle/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"magento/module-bundle-sample-data": "Sample Data version:100.2.*"
2626
},
2727
"type": "magento2-module",
28-
"version": "100.2.1",
28+
"version": "100.2.2",
2929
"license": [
3030
"OSL-3.0",
3131
"AFL-3.0"

app/code/Magento/Catalog/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"magento/module-catalog-sample-data": "Sample Data version:100.2.*"
3535
},
3636
"type": "magento2-module",
37-
"version": "102.0.1",
37+
"version": "102.0.2",
3838
"license": [
3939
"OSL-3.0",
4040
"AFL-3.0"

app/code/Magento/CatalogImportExport/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ext-ctype": "*"
1717
},
1818
"type": "magento2-module",
19-
"version": "100.2.1",
19+
"version": "100.2.2",
2020
"license": [
2121
"OSL-3.0",
2222
"AFL-3.0"

app/code/Magento/CatalogInventory/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"magento/module-ui": "101.0.*"
1414
},
1515
"type": "magento2-module",
16-
"version": "100.2.1",
16+
"version": "100.2.2",
1717
"license": [
1818
"OSL-3.0",
1919
"AFL-3.0"

app/code/Magento/CatalogRule/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"magento/module-catalog-rule-sample-data": "Sample Data version:100.2.*"
1818
},
1919
"type": "magento2-module",
20-
"version": "101.0.1",
20+
"version": "101.0.2",
2121
"license": [
2222
"OSL-3.0",
2323
"AFL-3.0"

app/code/Magento/CatalogSearch/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"magento/framework": "101.0.*"
1616
},
1717
"type": "magento2-module",
18-
"version": "100.2.1",
18+
"version": "100.2.2",
1919
"license": [
2020
"OSL-3.0",
2121
"AFL-3.0"

app/code/Magento/CatalogUrlRewrite/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"magento/module-ui": "101.0.*"
1515
},
1616
"type": "magento2-module",
17-
"version": "100.2.1",
17+
"version": "100.2.2",
1818
"license": [
1919
"OSL-3.0",
2020
"AFL-3.0"

app/code/Magento/Checkout/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"magento/module-cookie": "100.2.*"
2828
},
2929
"type": "magento2-module",
30-
"version": "100.2.1",
30+
"version": "100.2.2",
3131
"license": [
3232
"OSL-3.0",
3333
"AFL-3.0"

app/code/Magento/Cms/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"magento/module-cms-sample-data": "Sample Data version:100.2.*"
1919
},
2020
"type": "magento2-module",
21-
"version": "102.0.1",
21+
"version": "102.0.2",
2222
"license": [
2323
"OSL-3.0",
2424
"AFL-3.0"

app/code/Magento/Config/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"magento/module-deploy": "100.2.*"
1414
},
1515
"type": "magento2-module",
16-
"version": "101.0.1",
16+
"version": "101.0.2",
1717
"license": [
1818
"OSL-3.0",
1919
"AFL-3.0"

app/code/Magento/ConfigurableProduct/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"magento/module-product-links-sample-data": "Sample Data version:100.2.*"
2525
},
2626
"type": "magento2-module",
27-
"version": "100.2.1",
27+
"version": "100.2.2",
2828
"license": [
2929
"OSL-3.0",
3030
"AFL-3.0"

app/code/Magento/Contact/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"magento/framework": "101.0.*"
1111
},
1212
"type": "magento2-module",
13-
"version": "100.2.0",
13+
"version": "100.2.1",
1414
"license": [
1515
"OSL-3.0",
1616
"AFL-3.0"

app/code/Magento/Cron/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"magento/module-config": "101.0.*"
1111
},
1212
"type": "magento2-module",
13-
"version": "100.2.0",
13+
"version": "100.2.1",
1414
"license": [
1515
"OSL-3.0",
1616
"AFL-3.0"

app/code/Magento/Customer/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"magento/module-customer-sample-data": "Sample Data version:100.2.*"
3030
},
3131
"type": "magento2-module",
32-
"version": "101.0.1",
32+
"version": "101.0.2",
3333
"license": [
3434
"OSL-3.0",
3535
"AFL-3.0"

app/code/Magento/CustomerImportExport/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"magento/framework": "101.0.*"
1313
},
1414
"type": "magento2-module",
15-
"version": "100.2.0",
15+
"version": "100.2.1",
1616
"license": [
1717
"OSL-3.0",
1818
"AFL-3.0"

app/code/Magento/Deploy/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"magento/module-config": "101.0.*"
1111
},
1212
"type": "magento2-module",
13-
"version": "100.2.1",
13+
"version": "100.2.2",
1414
"license": [
1515
"OSL-3.0",
1616
"AFL-3.0"

app/code/Magento/Directory/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lib-libxml": "*"
1111
},
1212
"type": "magento2-module",
13-
"version": "100.2.0",
13+
"version": "100.2.1",
1414
"license": [
1515
"OSL-3.0",
1616
"AFL-3.0"

app/code/Magento/Downloadable/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"magento/module-downloadable-sample-data": "Sample Data version:100.2.*"
2626
},
2727
"type": "magento2-module",
28-
"version": "100.2.0",
28+
"version": "100.2.1",
2929
"license": [
3030
"OSL-3.0",
3131
"AFL-3.0"

app/code/Magento/Eav/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"magento/framework": "101.0.*"
1212
},
1313
"type": "magento2-module",
14-
"version": "101.0.0",
14+
"version": "101.0.1",
1515
"license": [
1616
"OSL-3.0",
1717
"AFL-3.0"

app/code/Magento/Email/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"magento/module-theme": "100.2.*"
1616
},
1717
"type": "magento2-module",
18-
"version": "100.2.0",
18+
"version": "100.2.1",
1919
"license": [
2020
"OSL-3.0",
2121
"AFL-3.0"

app/code/Magento/GoogleOptimizer/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"magento/module-ui": "101.0.*"
1313
},
1414
"type": "magento2-module",
15-
"version": "100.2.0",
15+
"version": "100.2.1",
1616
"license": [
1717
"OSL-3.0",
1818
"AFL-3.0"

app/code/Magento/GroupedProduct/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"magento/module-grouped-product-sample-data": "Sample Data version:100.2.*"
2222
},
2323
"type": "magento2-module",
24-
"version": "100.2.0",
24+
"version": "100.2.1",
2525
"license": [
2626
"OSL-3.0",
2727
"AFL-3.0"

app/code/Magento/ImportExport/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"ext-ctype": "*"
1313
},
1414
"type": "magento2-module",
15-
"version": "100.2.1",
15+
"version": "100.2.2",
1616
"license": [
1717
"OSL-3.0",
1818
"AFL-3.0"

app/code/Magento/Indexer/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"magento/framework": "101.0.*"
88
},
99
"type": "magento2-module",
10-
"version": "100.2.0",
10+
"version": "100.2.1",
1111
"license": [
1212
"OSL-3.0",
1313
"AFL-3.0"
+26-26
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"name": "magento/module-instant-purchase",
3-
"description": "N/A",
4-
"type": "magento2-module",
5-
"version": "100.2.0",
6-
"license": [
7-
"OSL-3.0",
8-
"AFL-3.0"
9-
],
10-
"require": {
11-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
12-
"magento/module-store": "100.2.*",
13-
"magento/module-catalog": "102.0.*",
14-
"magento/module-customer": "101.0.*",
15-
"magento/module-sales": "101.0.*",
16-
"magento/module-shipping": "100.2.*",
17-
"magento/module-quote": "101.0.*",
18-
"magento/module-vault": "101.0.*",
19-
"magento/framework": "101.0.*"
20-
},
21-
"autoload": {
22-
"files": [
23-
"registration.php"
2+
"name": "magento/module-instant-purchase",
3+
"description": "N/A",
4+
"type": "magento2-module",
5+
"version": "100.2.0",
6+
"license": [
7+
"OSL-3.0",
8+
"AFL-3.0"
249
],
25-
"psr-4": {
26-
"Magento\\InstantPurchase\\": ""
10+
"require": {
11+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
12+
"magento/module-store": "100.2.*",
13+
"magento/module-catalog": "102.0.*",
14+
"magento/module-customer": "101.0.*",
15+
"magento/module-sales": "101.0.*",
16+
"magento/module-shipping": "100.2.*",
17+
"magento/module-quote": "101.0.*",
18+
"magento/module-vault": "101.0.*",
19+
"magento/framework": "101.0.*"
20+
},
21+
"autoload": {
22+
"files": [
23+
"registration.php"
24+
],
25+
"psr-4": {
26+
"Magento\\InstantPurchase\\": ""
27+
}
2728
}
28-
}
29-
}
29+
}

app/code/Magento/Integration/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"magento/module-authorization": "100.2.*"
1313
},
1414
"type": "magento2-module",
15-
"version": "100.2.0",
15+
"version": "100.2.1",
1616
"license": [
1717
"OSL-3.0",
1818
"AFL-3.0"

app/code/Magento/NewRelicReporting/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"magento/magento-composer-installer": "*"
1414
},
1515
"type": "magento2-module",
16-
"version": "100.2.0",
16+
"version": "100.2.1",
1717
"license": [
1818
"OSL-3.0",
1919
"AFL-3.0"

app/code/Magento/Newsletter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"magento/framework": "101.0.*"
1515
},
1616
"type": "magento2-module",
17-
"version": "100.2.0",
17+
"version": "100.2.1",
1818
"license": [
1919
"OSL-3.0",
2020
"AFL-3.0"

app/code/Magento/OfflineShipping/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"magento/module-offline-shipping-sample-data": "Sample Data version:100.2.*"
2020
},
2121
"type": "magento2-module",
22-
"version": "100.2.0",
22+
"version": "100.2.1",
2323
"license": [
2424
"OSL-3.0",
2525
"AFL-3.0"

app/code/Magento/PageCache/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"magento/framework": "101.0.*"
1010
},
1111
"type": "magento2-module",
12-
"version": "100.2.0",
12+
"version": "100.2.1",
1313
"license": [
1414
"OSL-3.0",
1515
"AFL-3.0"

app/code/Magento/Payment/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"magento/framework": "101.0.*"
1313
},
1414
"type": "magento2-module",
15-
"version": "100.2.0",
15+
"version": "100.2.1",
1616
"license": [
1717
"OSL-3.0",
1818
"AFL-3.0"

app/code/Magento/Paypal/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"magento/module-checkout-agreements": "100.2.*"
2727
},
2828
"type": "magento2-module",
29-
"version": "100.2.0",
29+
"version": "100.2.1",
3030
"license": [
3131
"proprietary"
3232
],

app/code/Magento/ProductVideo/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"magento/module-config": "101.0.*"
1717
},
1818
"type": "magento2-module",
19-
"version": "100.2.0",
19+
"version": "100.2.1",
2020
"license": [
2121
"proprietary"
2222
],

app/code/Magento/Quote/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"magento/module-webapi": "100.2.*"
2424
},
2525
"type": "magento2-module",
26-
"version": "101.0.1",
26+
"version": "101.0.2",
2727
"license": [
2828
"OSL-3.0",
2929
"AFL-3.0"

0 commit comments

Comments
 (0)