Releases: VirtoCommerce/vc-storefront
Releases · VirtoCommerce/vc-storefront
6.2.0
6.1.0
6.0.0
🎯 Development
- Migrate the project to .Net Core 6
- Return default store values for currency and language
- Extend theme context with language and currency data (#598)
- Implement automated deploy to Demo environment (#597)
- Remove account controller with views (#593)
- implement the forgot password api
- (Add DefaultTheme app setting)
📈 Improvements
🐞 Bug fixes
- fix tests
- eliminate code smells
- encode token for url query param
🗿 Chore
- code style fix
5.8.1
• Added new app setting VirtoCommerce:DefaultTheme
. If set it will override the theme name taken from the admin app.
5.8.0
• Use Forwarded Headers Middleware to forward the scheme for Linux and non-IIS reverse proxies (#561) (96ce60b)
• Rework ConfirmEmail method to get passed user instead of the current one (#560) (19cbd55)
• Add additional user headers to every AuthHandler (#559) (0bf1b07)
• Bump ApplicationInsights to 2.16 (edd8632)
• Respect IdentityOptions.SignIn.RequireConfirmedEmail
on registration (#558) (197638a)
5.7.0
5.6.0
5.4.0
- Fix biug when Category URL doesn't change a second time (#542)
- Show correct message when try to ResetPassword (#545)
- Preserve URL parameters while redirecting (#539)
- Add address to payment (#544)
- Fix error when user loging via Google account (#541)
- Fix Login on behalf for non-default stores (#543)
- Give permission to view org users to b2b roles (#540)
- Clone source cart before merge to prevent its damage (#538)
- Add theme replacement for preview purposes (#532)
- Add "Purchase Order" field (#535)
- Revert typeName change, add new field for displaying PM name (#537)
- Return payment method name instead of typeName (#536)
- Add default shipping address to model (#529)
- Fix "when request API for search organization members, it always return unsorted results" (#526)
- Update order payment status and payment method (#534)
5.3.0
- Add additional checking of scheme into places with Uri.TryCreate() (#531)
- Turn back invoice in pdf: turn back manually working with streams in OrdersModuleApi
- Always display a message when the price is changed instead of only when it increases. (#515)
- Update storefront VirtoCommerce.Tools dependency to latest v3.4 (#530)
- Fix 400 error when reset password
- Publish UserLoginEvent before other actions
- Manually set User in the HttpContext to avoid issues such as Antiforgery cookies is generated for anonymous within this request despite a user already signed in
- Add apiWatcher to SlugRouteService (#522)
- Fix delete cart of Anonymous (#521)
- Add permission to Purchasing Agent role
- Suggest changing expired password (#513)
5.2.0
- Force re-login when impersonating (#509)
- Fix expanded passing array query parameters in autorest-generated APIs (#512)
- Fix autorest.core version and apply transformation directive to eliminate the bug with expanded passing array query parameters
- Use Lax same site mode for XSRF-TOKEN cookie (#516)
- Fix: Can not buy product when inventory preorder quantity is null (#514)
- Set product as non-buyable when ListPrice zero or less (#500)
- Fix bug: empty inventory causes ability to buy unlimited items (#503)
- Fix add member (#497)
- Fix update organization (#494)
- Prohibit product to buy when preorder is available, in stock qty = 0 and preorder qty = 0 (#492)
- Add outlines property to product for promotion evaluation (#489)
- Add checking for TFA, set phoneNumber to unconfirmed on update (#488)
- Apply condition only to full price (#487)
- Fix Empty organization creation after registration of personal account.
- Add API for bulk ChangeCartItemQty (#477)
- Fix error if collection of the products is empty
- Add API changes watcher to inventory (#449)