Skip to content

Commit 8be666f

Browse files
author
Oleksii Korshenko
committed
MAGETWO-53676: Magento 2.0.9 Publication
1 parent c27192f commit 8be666f

File tree

18 files changed

+76
-76
lines changed

18 files changed

+76
-76
lines changed

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.0.*"
3535
},
3636
"type": "magento2-module",
37-
"version": "100.0.8",
37+
"version": "100.0.9",
3838
"license": [
3939
"OSL-3.0",
4040
"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.5",
16+
"version": "100.0.6",
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
@@ -16,7 +16,7 @@
1616
"magento/module-catalog-rule-sample-data": "Sample Data version:100.0.*"
1717
},
1818
"type": "magento2-module",
19-
"version": "100.0.5",
19+
"version": "100.0.6",
2020
"license": [
2121
"OSL-3.0",
2222
"AFL-3.0"

app/code/Magento/CatalogRuleConfigurable/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"magento/magento-composer-installer": "*"
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/Checkout/composer.json

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

app/code/Magento/ConfigurableProduct/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"magento/module-product-links-sample-data": "Sample Data version:100.0.*"
2424
},
2525
"type": "magento2-module",
26-
"version": "100.0.5",
26+
"version": "100.0.6",
2727
"license": [
2828
"OSL-3.0",
2929
"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.0.*"
3030
},
3131
"type": "magento2-module",
32-
"version": "100.0.7",
32+
"version": "100.0.8",
3333
"license": [
3434
"OSL-3.0",
3535
"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": "100.0.*"
1212
},
1313
"type": "magento2-module",
14-
"version": "100.0.6",
14+
"version": "100.0.7",
1515
"license": [
1616
"OSL-3.0",
1717
"AFL-3.0"

app/code/Magento/GroupedProduct/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"magento/module-grouped-product-sample-data": "Sample Data version:100.0.*"
2121
},
2222
"type": "magento2-module",
23-
"version": "100.0.5",
23+
"version": "100.0.6",
2424
"license": [
2525
"OSL-3.0",
2626
"AFL-3.0"

app/code/Magento/Multishipping/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/ProductVideo/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.0.5",
16+
"version": "100.0.6",
1717
"license": [
1818
"proprietary"
1919
],

app/code/Magento/Reports/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"magento/framework": "100.0.*"
2323
},
2424
"type": "magento2-module",
25-
"version": "100.0.5",
25+
"version": "100.0.6",
2626
"license": [
2727
"OSL-3.0",
2828
"AFL-3.0"

app/code/Magento/Sales/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"magento/module-sales-sample-data": "Sample Data version:100.0.*"
3333
},
3434
"type": "magento2-module",
35-
"version": "100.0.8",
35+
"version": "100.0.9",
3636
"license": [
3737
"OSL-3.0",
3838
"AFL-3.0"

app/code/Magento/SalesRule/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"magento/module-sales-rule-sample-data": "Sample Data version:100.0.*"
2525
},
2626
"type": "magento2-module",
27-
"version": "100.0.5",
27+
"version": "100.0.6",
2828
"license": [
2929
"OSL-3.0",
3030
"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.8",
5+
"version": "2.0.9",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
@@ -90,34 +90,34 @@
9090
"magento/module-bundle-import-export": "100.0.5",
9191
"magento/module-cache-invalidate": "100.0.5",
9292
"magento/module-captcha": "100.0.7",
93-
"magento/module-catalog": "100.0.8",
93+
"magento/module-catalog": "100.0.9",
9494
"magento/module-catalog-import-export": "100.0.7",
95-
"magento/module-catalog-inventory": "100.0.5",
96-
"magento/module-catalog-rule": "100.0.5",
97-
"magento/module-catalog-rule-configurable": "100.0.5",
95+
"magento/module-catalog-inventory": "100.0.6",
96+
"magento/module-catalog-rule": "100.0.6",
97+
"magento/module-catalog-rule-configurable": "100.0.6",
9898
"magento/module-catalog-search": "100.0.5",
9999
"magento/module-catalog-url-rewrite": "100.0.6",
100100
"magento/module-catalog-widget": "100.0.5",
101-
"magento/module-checkout": "100.0.7",
101+
"magento/module-checkout": "100.0.8",
102102
"magento/module-checkout-agreements": "100.0.5",
103103
"magento/module-cms": "100.0.5",
104104
"magento/module-cms-url-rewrite": "100.0.5",
105105
"magento/module-config": "100.0.5",
106106
"magento/module-configurable-import-export": "100.0.5",
107-
"magento/module-configurable-product": "100.0.5",
107+
"magento/module-configurable-product": "100.0.6",
108108
"magento/module-contact": "100.0.5",
109109
"magento/module-cookie": "100.0.5",
110110
"magento/module-cron": "100.0.5",
111111
"magento/module-currency-symbol": "100.0.5",
112-
"magento/module-customer": "100.0.7",
112+
"magento/module-customer": "100.0.8",
113113
"magento/module-customer-import-export": "100.0.5",
114114
"magento/module-deploy": "100.0.6",
115115
"magento/module-developer": "100.0.5",
116116
"magento/module-dhl": "100.0.5",
117117
"magento/module-directory": "100.0.5",
118118
"magento/module-downloadable": "100.0.5",
119119
"magento/module-downloadable-import-export": "100.0.5",
120-
"magento/module-eav": "100.0.6",
120+
"magento/module-eav": "100.0.7",
121121
"magento/module-email": "100.0.5",
122122
"magento/module-encryption-key": "100.0.5",
123123
"magento/module-fedex": "100.0.5",
@@ -126,14 +126,14 @@
126126
"magento/module-google-analytics": "100.0.5",
127127
"magento/module-google-optimizer": "100.0.5",
128128
"magento/module-grouped-import-export": "100.0.5",
129-
"magento/module-grouped-product": "100.0.5",
129+
"magento/module-grouped-product": "100.0.6",
130130
"magento/module-import-export": "100.0.5",
131131
"magento/module-indexer": "100.0.5",
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",
136-
"magento/module-multishipping": "100.0.5",
136+
"magento/module-multishipping": "100.0.6",
137137
"magento/module-new-relic-reporting": "100.0.5",
138138
"magento/module-newsletter": "100.0.7",
139139
"magento/module-offline-payments": "100.0.6",
@@ -143,15 +143,15 @@
143143
"magento/module-paypal": "100.0.6",
144144
"magento/module-persistent": "100.0.5",
145145
"magento/module-product-alert": "100.0.6",
146-
"magento/module-product-video": "100.0.5",
146+
"magento/module-product-video": "100.0.6",
147147
"magento/module-quote": "100.0.6",
148-
"magento/module-reports": "100.0.5",
148+
"magento/module-reports": "100.0.6",
149149
"magento/module-require-js": "100.0.5",
150150
"magento/module-review": "100.0.5",
151151
"magento/module-rss": "100.0.5",
152152
"magento/module-rule": "100.0.5",
153-
"magento/module-sales": "100.0.8",
154-
"magento/module-sales-rule": "100.0.5",
153+
"magento/module-sales": "100.0.9",
154+
"magento/module-sales-rule": "100.0.6",
155155
"magento/module-sales-sequence": "100.0.5",
156156
"magento/module-sample-data": "100.0.5",
157157
"magento/module-search": "100.0.5",
@@ -187,7 +187,7 @@
187187
"magento/language-nl_nl": "100.0.5",
188188
"magento/language-pt_br": "100.0.5",
189189
"magento/language-zh_hans_cn": "100.0.5",
190-
"magento/framework": "100.0.10",
190+
"magento/framework": "100.0.11",
191191
"trentrichardson/jquery-timepicker-addon": "1.4.3",
192192
"colinmollenhour/cache-backend-redis": "1.8",
193193
"components/jquery": "1.11.0",

0 commit comments

Comments
 (0)