Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:webshopapps/m2MatrixRate into st…
Browse files Browse the repository at this point in the history
…aging
  • Loading branch information
wsagen committed Aug 1, 2016
2 parents 193c9a2 + 031f368 commit 76c1cbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [20.0.3] - 2016-05-11
### Added
- SHQ16-911 resolved shipping carrier validation in cart and checkout

## [20.0.4] - 2016-08-01
### Added
- M2-19 modified js validation
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ define(
},
'country_id': {
'required': true
},
'region_id' : {
'required': true
},
'city' : {
'required': true
}
};
}
Expand Down

0 comments on commit 76c1cbd

Please sign in to comment.