Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/regionalization behaviour #96

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Only apply one regionalization behaviour at a time.

### Added

- Setting to control what regionalization type the store has.

## [1.31.3] - 2023-03-01

### Fixed
Expand All @@ -16,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [1.31.2] - 2023-02-27

### Fixed

- `setProfile` adding sku 1 to the cart to set sales channel when the cart is empty
- `setProfile` losing item attachments after login

Expand All @@ -31,7 +40,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Added a feature when the user logs in or changes the current organization.


## [1.30.0] - 2023-02-09

### Added
Expand Down Expand Up @@ -95,7 +103,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- getOrganizationsByEmail is returning all users instead of only first 50 records


## [1.29.2] - 2022-11-28

### Fixed
Expand All @@ -114,7 +121,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [1.29.0] - 2022-11-08


### Added

- Added the functionality to the storefront permissions to change the sales channel according to the Organization
Expand All @@ -131,7 +137,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Force the business document and state registration on setProfile method


## [1.27.0] - 2022-10-19

### Changed
Expand Down Expand Up @@ -168,7 +173,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed

- Changed the validation of the add user
- Changed the validation of the add user

### Added

Expand Down
Loading