Skip to content

Commit 9fc676d

Browse files
committed
MAGETWO-61877: Magento 2.0.11 Publication
(build 2.0.11.036)
1 parent f28127b commit 9fc676d

File tree

19 files changed

+107
-104
lines changed

19 files changed

+107
-104
lines changed

app/code/Magento/Authorizenet/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"magento/framework": "100.0.*"
1414
},
1515
"type": "magento2-module",
16-
"version": "100.0.6",
16+
"version": "100.0.7",
1717
"license": [
1818
"proprietary"
1919
],

app/code/Magento/Braintree/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"magento/module-checkout-agreements": "100.0.*"
2323
},
2424
"type": "magento2-module",
25-
"version": "100.0.7",
25+
"version": "100.0.8",
2626
"license": [
2727
"proprietary"
2828
],

app/code/Magento/BundleImportExport/composer.json

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

app/code/Magento/CacheInvalidate/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"magento/framework": "100.0.*"
88
},
99
"type": "magento2-module",
10-
"version": "100.0.5",
10+
"version": "100.0.6",
1111
"license": [
1212
"OSL-3.0",
1313
"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": "100.0.*"
1414
},
1515
"type": "magento2-module",
16-
"version": "100.0.6",
16+
"version": "100.0.7",
1717
"license": [
1818
"OSL-3.0",
1919
"AFL-3.0"

app/code/Magento/CatalogSearch/composer.json

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

app/code/Magento/CatalogUrlRewrite/composer.json

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

app/code/Magento/Email/composer.json

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

app/code/Magento/ImportExport/composer.json

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

app/code/Magento/Indexer/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"magento/framework": "100.0.*"
99
},
1010
"type": "magento2-module",
11-
"version": "100.0.5",
11+
"version": "100.0.6",
1212
"license": [
1313
"OSL-3.0",
1414
"AFL-3.0"

app/code/Magento/Newsletter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"magento/framework": "100.0.*"
1616
},
1717
"type": "magento2-module",
18-
"version": "100.0.7",
18+
"version": "100.0.8",
1919
"license": [
2020
"OSL-3.0",
2121
"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": "100.0.*"
1010
},
1111
"type": "magento2-module",
12-
"version": "100.0.6",
12+
"version": "100.0.7",
1313
"license": [
1414
"OSL-3.0",
1515
"AFL-3.0"
+26-26
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
{
2-
"name": "magento/module-sales-inventory",
3-
"description": "N/A",
4-
"require": {
5-
"php": "~5.5.0|~5.6.0|~7.0.0",
6-
"magento/module-catalog-inventory": "100.0.*",
7-
"magento/module-sales": "100.0.*",
8-
"magento/module-store": "100.0.*",
9-
"magento/module-catalog": "100.0.*",
10-
"magento/framework": "100.0.*"
11-
},
12-
"type": "magento2-module",
13-
"version": "100.0.0",
14-
"license": [
15-
"OSL-3.0",
16-
"AFL-3.0"
17-
],
18-
"autoload": {
19-
"files": [
20-
"registration.php"
21-
],
22-
"psr-4": {
23-
"Magento\\SalesInventory\\": ""
24-
}
25-
}
26-
}
1+
{
2+
"name": "magento/module-sales-inventory",
3+
"description": "N/A",
4+
"require": {
5+
"php": "~5.5.0|~5.6.0|~7.0.0",
6+
"magento/module-catalog-inventory": "100.0.*",
7+
"magento/module-sales": "100.0.*",
8+
"magento/module-store": "100.0.*",
9+
"magento/module-catalog": "100.0.*",
10+
"magento/framework": "100.0.*"
11+
},
12+
"type": "magento2-module",
13+
"version": "100.0.0",
14+
"license": [
15+
"OSL-3.0",
16+
"AFL-3.0"
17+
],
18+
"autoload": {
19+
"files": [
20+
"registration.php"
21+
],
22+
"psr-4": {
23+
"Magento\\SalesInventory\\": ""
24+
}
25+
}
26+
}

app/code/Magento/Search/composer.json

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

app/code/Magento/Shipping/composer.json

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

app/design/adminhtml/Magento/backend/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"magento/framework": "100.0.*"
77
},
88
"type": "magento2-theme",
9-
"version": "100.0.6",
9+
"version": "100.0.7",
1010
"license": [
1111
"OSL-3.0",
1212
"AFL-3.0"

composer.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento2ce",
33
"description": "Magento 2 (Community Edition)",
44
"type": "project",
5-
"version": "2.0.11-rc",
5+
"version": "2.0.11",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
@@ -82,21 +82,21 @@
8282
"magento/module-admin-notification": "100.0.5",
8383
"magento/module-advanced-pricing-import-export": "100.0.6",
8484
"magento/module-authorization": "100.0.5",
85-
"magento/module-authorizenet": "100.0.6",
85+
"magento/module-authorizenet": "100.0.7",
8686
"magento/module-backend": "100.0.9",
8787
"magento/module-backup": "100.0.6",
88-
"magento/module-braintree": "100.0.7",
88+
"magento/module-braintree": "100.0.8",
8989
"magento/module-bundle": "100.0.6",
90-
"magento/module-bundle-import-export": "100.0.5",
91-
"magento/module-cache-invalidate": "100.0.5",
90+
"magento/module-bundle-import-export": "100.0.6",
91+
"magento/module-cache-invalidate": "100.0.6",
9292
"magento/module-captcha": "100.0.7",
9393
"magento/module-catalog": "100.0.11",
9494
"magento/module-catalog-import-export": "100.0.8",
95-
"magento/module-catalog-inventory": "100.0.6",
95+
"magento/module-catalog-inventory": "100.0.7",
9696
"magento/module-catalog-rule": "100.0.7",
9797
"magento/module-catalog-rule-configurable": "100.0.6",
98-
"magento/module-catalog-search": "100.0.5",
99-
"magento/module-catalog-url-rewrite": "100.0.6",
98+
"magento/module-catalog-search": "100.0.6",
99+
"magento/module-catalog-url-rewrite": "100.0.7",
100100
"magento/module-catalog-widget": "100.0.5",
101101
"magento/module-checkout": "100.0.10",
102102
"magento/module-checkout-agreements": "100.0.5",
@@ -118,7 +118,7 @@
118118
"magento/module-downloadable": "100.0.5",
119119
"magento/module-downloadable-import-export": "100.0.5",
120120
"magento/module-eav": "100.0.8",
121-
"magento/module-email": "100.0.5",
121+
"magento/module-email": "100.0.6",
122122
"magento/module-encryption-key": "100.0.5",
123123
"magento/module-fedex": "100.0.6",
124124
"magento/module-gift-message": "100.0.6",
@@ -127,18 +127,18 @@
127127
"magento/module-google-optimizer": "100.0.6",
128128
"magento/module-grouped-import-export": "100.0.5",
129129
"magento/module-grouped-product": "100.0.6",
130-
"magento/module-import-export": "100.0.5",
131-
"magento/module-indexer": "100.0.5",
130+
"magento/module-import-export": "100.0.6",
131+
"magento/module-indexer": "100.0.6",
132132
"magento/module-integration": "100.0.6",
133133
"magento/module-layered-navigation": "100.0.5",
134134
"magento/module-media-storage": "100.0.5",
135135
"magento/module-msrp": "100.0.5",
136136
"magento/module-multishipping": "100.0.6",
137137
"magento/module-new-relic-reporting": "100.0.5",
138-
"magento/module-newsletter": "100.0.7",
138+
"magento/module-newsletter": "100.0.8",
139139
"magento/module-offline-payments": "100.0.7",
140140
"magento/module-offline-shipping": "100.0.5",
141-
"magento/module-page-cache": "100.0.6",
141+
"magento/module-page-cache": "100.0.7",
142142
"magento/module-payment": "100.0.8",
143143
"magento/module-paypal": "100.0.7",
144144
"magento/module-persistent": "100.0.5",
@@ -155,9 +155,9 @@
155155
"magento/module-sales-rule": "100.0.7",
156156
"magento/module-sales-sequence": "100.0.5",
157157
"magento/module-sample-data": "100.0.5",
158-
"magento/module-search": "100.0.5",
158+
"magento/module-search": "100.0.6",
159159
"magento/module-send-friend": "100.0.5",
160-
"magento/module-shipping": "100.0.6",
160+
"magento/module-shipping": "100.0.7",
161161
"magento/module-sitemap": "100.0.5",
162162
"magento/module-store": "100.0.6",
163163
"magento/module-swagger": "100.0.5",
@@ -178,7 +178,7 @@
178178
"magento/module-weee": "100.0.5",
179179
"magento/module-widget": "100.0.6",
180180
"magento/module-wishlist": "100.0.7",
181-
"magento/theme-adminhtml-backend": "100.0.6",
181+
"magento/theme-adminhtml-backend": "100.0.7",
182182
"magento/theme-frontend-blank": "100.0.5",
183183
"magento/theme-frontend-luma": "100.0.5",
184184
"magento/language-de_de": "100.0.5",

0 commit comments

Comments
 (0)