Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 271a33f

Browse files
authored
Merge pull request #1399 from pkarw/develop
Minor fixes
2 parents 1c89ac8 + 47bae52 commit 271a33f

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff 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

core/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import themeModules from 'theme/store'
2525

2626
if (!global.$VS) global.$VS = {}
2727

28-
global.$VS.version = '1.0.5'
28+
global.$VS.version = '1.1'
2929

3030
const storeModules = Object.assign(coreModules, themeModules || {})
3131

core/resource/i18n/en-US.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,4 +342,5 @@
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."

0 commit comments

Comments
 (0)