Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit f3f8975

Browse files
committed
MAGETWO-85040: Magento 2.2.3 Publication
(build 2.2.3.024)
1 parent cb3cb4a commit f3f8975

File tree

25 files changed

+195
-190
lines changed

25 files changed

+195
-190
lines changed

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.2",
27+
"version": "100.2.3",
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.1",
12+
"version": "100.2.2",
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.2",
28+
"version": "100.2.3",
2929
"license": [
3030
"proprietary"
3131
],

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.2",
37+
"version": "102.0.3",
3838
"license": [
3939
"OSL-3.0",
4040
"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.2",
30+
"version": "100.2.3",
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.2",
21+
"version": "102.0.3",
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.2",
16+
"version": "101.0.3",
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.2",
27+
"version": "100.2.3",
2828
"license": [
2929
"OSL-3.0",
3030
"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.2",
32+
"version": "101.0.3",
3333
"license": [
3434
"OSL-3.0",
3535
"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.1",
13+
"version": "100.2.2",
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.1",
28+
"version": "100.2.2",
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.1",
14+
"version": "101.0.2",
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
@@ -12,7 +12,7 @@
1212
"ext-ctype": "*"
1313
},
1414
"type": "magento2-module",
15-
"version": "100.2.2",
15+
"version": "100.2.3",
1616
"license": [
1717
"OSL-3.0",
1818
"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.1",
17+
"version": "100.2.2",
1818
"license": [
1919
"OSL-3.0",
2020
"AFL-3.0"

app/code/Magento/Reports/composer.json

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

app/code/Magento/Review/composer.json

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

app/code/Magento/Shipping/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"magento/module-config": "101.0.*"
2626
},
2727
"type": "magento2-module",
28-
"version": "100.2.2",
28+
"version": "100.2.3",
2929
"license": [
3030
"OSL-3.0",
3131
"AFL-3.0"

app/code/Magento/Tax/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"magento/module-tax-sample-data": "Sample Data version:100.2.*"
2323
},
2424
"type": "magento2-module",
25-
"version": "100.2.2",
25+
"version": "100.2.3",
2626
"license": [
2727
"OSL-3.0",
2828
"AFL-3.0"

app/code/Magento/Theme/composer.json

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

app/code/Magento/Ui/composer.json

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

app/code/Magento/Usps/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lib-libxml": "*"
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/Variable/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.1",
12+
"version": "100.2.2",
1313
"license": [
1414
"OSL-3.0",
1515
"AFL-3.0"

composer.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento2ce",
33
"description": "Magento 2 (Open Source)",
44
"type": "project",
5-
"version": "2.2.3-dev",
5+
"version": "2.2.3",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
@@ -88,14 +88,14 @@
8888
"magento/module-analytics": "100.2.0",
8989
"magento/module-authorization": "100.2.0",
9090
"magento/module-authorizenet": "100.2.0",
91-
"magento/module-backend": "100.2.2",
92-
"magento/module-backup": "100.2.1",
93-
"magento/module-braintree": "100.2.2",
91+
"magento/module-backend": "100.2.3",
92+
"magento/module-backup": "100.2.2",
93+
"magento/module-braintree": "100.2.3",
9494
"magento/module-bundle": "100.2.2",
9595
"magento/module-bundle-import-export": "100.2.0",
9696
"magento/module-cache-invalidate": "100.2.0",
9797
"magento/module-captcha": "100.2.0",
98-
"magento/module-catalog": "102.0.2",
98+
"magento/module-catalog": "102.0.3",
9999
"magento/module-catalog-analytics": "100.2.0",
100100
"magento/module-catalog-import-export": "100.2.2",
101101
"magento/module-catalog-inventory": "100.2.2",
@@ -104,28 +104,28 @@
104104
"magento/module-catalog-search": "100.2.2",
105105
"magento/module-catalog-url-rewrite": "100.2.2",
106106
"magento/module-catalog-widget": "100.2.0",
107-
"magento/module-checkout": "100.2.2",
107+
"magento/module-checkout": "100.2.3",
108108
"magento/module-checkout-agreements": "100.2.0",
109-
"magento/module-cms": "102.0.2",
109+
"magento/module-cms": "102.0.3",
110110
"magento/module-cms-url-rewrite": "100.2.0",
111-
"magento/module-config": "101.0.2",
111+
"magento/module-config": "101.0.3",
112112
"magento/module-configurable-import-export": "100.2.0",
113-
"magento/module-configurable-product": "100.2.2",
113+
"magento/module-configurable-product": "100.2.3",
114114
"magento/module-configurable-product-sales": "100.2.0",
115115
"magento/module-contact": "100.2.1",
116116
"magento/module-cookie": "100.2.0",
117117
"magento/module-cron": "100.2.1",
118118
"magento/module-currency-symbol": "100.2.0",
119-
"magento/module-customer": "101.0.2",
119+
"magento/module-customer": "101.0.3",
120120
"magento/module-customer-analytics": "100.2.0",
121121
"magento/module-customer-import-export": "100.2.1",
122122
"magento/module-deploy": "100.2.2",
123123
"magento/module-developer": "100.2.1",
124124
"magento/module-dhl": "100.2.0",
125-
"magento/module-directory": "100.2.1",
126-
"magento/module-downloadable": "100.2.1",
125+
"magento/module-directory": "100.2.2",
126+
"magento/module-downloadable": "100.2.2",
127127
"magento/module-downloadable-import-export": "100.2.0",
128-
"magento/module-eav": "101.0.1",
128+
"magento/module-eav": "101.0.2",
129129
"magento/module-email": "100.2.1",
130130
"magento/module-encryption-key": "100.2.0",
131131
"magento/module-fedex": "100.2.0",
@@ -135,7 +135,7 @@
135135
"magento/module-google-optimizer": "100.2.1",
136136
"magento/module-grouped-import-export": "100.2.0",
137137
"magento/module-grouped-product": "100.2.1",
138-
"magento/module-import-export": "100.2.2",
138+
"magento/module-import-export": "100.2.3",
139139
"magento/module-indexer": "100.2.1",
140140
"magento/module-instant-purchase": "100.2.0",
141141
"magento/module-integration": "100.2.1",
@@ -144,7 +144,7 @@
144144
"magento/module-msrp": "100.2.0",
145145
"magento/module-multishipping": "100.2.0",
146146
"magento/module-new-relic-reporting": "100.2.1",
147-
"magento/module-newsletter": "100.2.1",
147+
"magento/module-newsletter": "100.2.2",
148148
"magento/module-offline-payments": "100.2.0",
149149
"magento/module-offline-shipping": "100.2.1",
150150
"magento/module-page-cache": "100.2.1",
@@ -156,9 +156,9 @@
156156
"magento/module-quote": "101.0.2",
157157
"magento/module-quote-analytics": "100.2.0",
158158
"magento/module-release-notification": "100.2.0",
159-
"magento/module-reports": "100.2.2",
159+
"magento/module-reports": "100.2.3",
160160
"magento/module-require-js": "100.2.0",
161-
"magento/module-review": "100.2.2",
161+
"magento/module-review": "100.2.3",
162162
"magento/module-review-analytics": "100.2.0",
163163
"magento/module-robots": "100.2.0",
164164
"magento/module-rss": "100.2.0",
@@ -172,23 +172,23 @@
172172
"magento/module-search": "100.2.2",
173173
"magento/module-security": "100.2.0",
174174
"magento/module-send-friend": "100.2.0",
175-
"magento/module-shipping": "100.2.2",
175+
"magento/module-shipping": "100.2.3",
176176
"magento/module-signifyd": "100.2.1",
177177
"magento/module-sitemap": "100.2.2",
178178
"magento/module-store": "100.2.2",
179179
"magento/module-swagger": "100.2.1",
180180
"magento/module-swatches": "100.2.1",
181181
"magento/module-swatches-layered-navigation": "100.2.0",
182-
"magento/module-tax": "100.2.2",
182+
"magento/module-tax": "100.2.3",
183183
"magento/module-tax-import-export": "100.2.0",
184-
"magento/module-theme": "100.2.2",
184+
"magento/module-theme": "100.2.3",
185185
"magento/module-translation": "100.2.2",
186-
"magento/module-ui": "101.0.2",
186+
"magento/module-ui": "101.0.3",
187187
"magento/module-ups": "100.2.1",
188188
"magento/module-url-rewrite": "101.0.2",
189189
"magento/module-user": "101.0.1",
190-
"magento/module-usps": "100.2.0",
191-
"magento/module-variable": "100.2.1",
190+
"magento/module-usps": "100.2.1",
191+
"magento/module-variable": "100.2.2",
192192
"magento/module-vault": "101.0.1",
193193
"magento/module-version": "100.2.0",
194194
"magento/module-webapi": "100.2.1",
@@ -207,7 +207,7 @@
207207
"magento/language-nl_nl": "100.2.0",
208208
"magento/language-pt_br": "100.2.0",
209209
"magento/language-zh_hans_cn": "100.2.0",
210-
"magento/framework": "101.0.2",
210+
"magento/framework": "101.0.3",
211211
"trentrichardson/jquery-timepicker-addon": "1.4.3",
212212
"components/jquery": "1.11.0",
213213
"blueimp/jquery-file-upload": "5.6.14",

0 commit comments

Comments
 (0)