Skip to content

v3.2.5

Compare
Choose a tag to compare
@vc-ci vc-ci released this 03 Oct 08:23
· 686 commits to master since this release
  • Changed the default HTML encoding options, to not encode non-Latin characters
  • Added IncludeSubDomains property for HSTS policy
  • Added possibility to disable cache #56
    appsettings.json
"VirtoCommerce": {
...
"CacheEnabled": "true",
"CacheAbsoluteExpiration": "10:00:00"
...
}
  • Added to possibility influence to search criteria of lazy loaded data from Liquid templates params {[search criteria json]}
{% paginate collection.products by 5 params {"ResponseGroup":"ItemLarge"} %}
   {% for product in collection.products%}
     ....
   {% endfor %}
{% endpaginate %}
  • Switched Product associations to data lazy loading and work with the new API of the platform associations #62
  • Eliminated the manual ASP.NET routes registration, now it is done via attributes. #47
  • Added support to enter multiple coupons on checkout #155
  • Fixed request too long error when was trying loading product variations #148