This repository was archived by the owner on Jan 26, 2024. It is now read-only.
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
6
6
7
7
## [ Unreleased]
8
8
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
9
31
10
32
## [ 1.0.5] - 2018-06-04
11
33
### Fixed
12
34
- Shipping region fix
13
35
- Hotfix for missing config.storeViews.multistore check
14
36
- Minor fixes
15
37
16
-
17
38
## [ 1.0.4] - 2018-06-02
18
39
### Fixed
19
40
- defaultCountry fix for IT
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import themeModules from 'theme/store'
25
25
26
26
if ( ! global . $VS ) global . $VS = { }
27
27
28
- global . $VS . version = '1.0.5 '
28
+ global . $VS . version = '1.1 '
29
29
30
30
const storeModules = Object . assign ( coreModules , themeModules || { } )
31
31
Original file line number Diff line number Diff line change 342
342
"Please select the field which You like to sort by","Please select the field which You like to sort by"
343
343
"This product is out of stock.","This product is out of stock."
344
344
"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