Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Releases: VirtoCommerce/vc-storefront-deprecated

v2.22.0

03 Sep 21:47
Compare
Choose a tag to compare
  • Default theme moved to separate repository
  • ASP.NET bundles support removed (see bundling & minification docs)
  • Theme overlay support removed (now theme must contain full set of files)
  • Theme development process changed to based on folders linking, instead of changing Platform or Storefront web configs. Look at theme development documentation to learn more.
  • append_version liquid filter added. You can use it to add file hash to file url, to correctly invalidate cache when new file version exist
  • Range facets support added
  • Resolved issue VirtoCommerce/vc-platform#1080: you can create promotions based on inventory

v2.21.9

07 Aug 13:57
Compare
Choose a tag to compare
  • Invalidate cache when theme changes in Azure blob storage
  • Improved condition for promotions based on inventory count for instock products
  • Using ConfigurationHelper to get app settings and connection strings from environment variables first and then from the web.config.

v2.21.8

02 Aug 11:48
Compare
Choose a tag to compare

v2.21.8

v2.21.7

01 Aug 12:21
Compare
Choose a tag to compare

v2.21.7

v2.21.6

25 Jul 13:58
Compare
Choose a tag to compare

v2.21.6

v2.21.5

11 Jul 09:28
Compare
Choose a tag to compare
  • Fixed minor vulnerabilities
  • Added predictive search in the default theme
    image
  • Using thumbnail images in different resolutions in default theme
    <img ng-src="{{ product.featured_image.src | img_url: "168x168" }}" fallback-src="{{ product.featured_image.src | img_url }}"/>

v2.21.4

23 Jun 11:35
Compare
Choose a tag to compare
  • Fixed forgot password behavior
  • Added pagination for all lazy loaded collections in liquid context
  • Added Category.Parents in liquid context
  • Fixed evaluation of products accessibility
  • Switched catalog search API to catalog module (instead obsoleted SearchApi module)

v2.21.3

11 May 08:17
Compare
Choose a tag to compare
  • Fixed shopping cart money rounding issue (the totals of the cart could be different from the totals of the resulting order)
  • Fixed the custom theme settings evaluation when overridden

v2.21.2

13 Apr 11:38
Compare
Choose a tag to compare
  • The restriction on using the email as the login has been removed

v2.21.1

12 Apr 13:35
Compare
Choose a tag to compare
  • Fix bug with img_url liquid filter