File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.1] - 2018-07-02
10+ ### Fixed
11+ - Zip Code validation [ #1372 ]
12+ - Get inpspired block [ #968 ]
13+ - Favicon [ #836 ]
14+ - Webpack config + refactoring [ #1250 ]
15+ - Account page updates [ #1323 ]
16+ - UI fixes [ #901 ]
17+ - Vuex Store extensions fixes [ #1028 , #1102 ]
18+ - MS Edge + IE10 fixes [ #1266 ]
19+ - IndexedDB locking issue
20+
21+ ### Added
22+ - Added PM2 process manager [ #1162 ]
23+ - Added billing data phone number support [ #1338 ]
24+ - Added validation labels + generic control for CountrySelector [ #1227 ]
25+ - Offline mode Push Notification support [ #1348 , #1122 , #1317 ]
26+ - Added billing data phone number support [ #1338 ]
27+ - PoC of API refactoring for the cart module [ #1316 ]
28+ - Sort feature added [ #671 ]
29+ - Page loader [ #1240 ]
30+ - Production ready Docker config for vue-storefront-api
931
1032## [ 1.0.5] - 2018-06-04
1133### Fixed
1234- Shipping region fix
1335- Hotfix for missing config.storeViews.multistore check
1436- Minor fixes
1537
16-
1738## [ 1.0.4] - 2018-06-02
1839### Fixed
1940- defaultCountry fix for IT
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import themeModules from 'theme/store'
2525
2626if ( ! global . $VS ) global . $VS = { }
2727
28- global . $VS . version = '1.0.5 '
28+ global . $VS . version = '1.1 '
2929
3030const storeModules = Object . assign ( coreModules , themeModules || { } )
3131
Original file line number Diff line number Diff line change 342342"Please select the field which You like to sort by","Please select the field which You like to sort by"
343343"This product is out of stock.","This product is out of stock."
344344"Custom Cms Page","Custom Cms Page"
345- "No available product variants","No available product variants"
345+ "No available product variants","No available product variants"
346+ "Password must have at least 8 letters.","Password must have at least 8 letters."
You can’t perform that action at this time.
0 commit comments