Skip to content

Releases: StormCommerce/Storm.Public.Web

v2.3.2

17 Oct 16:21

Choose a tag to compare

Upgraded to Enferno.StormApiClient 2.3.2. Added IsDangerousGoods to Product and ProductItem.

v2.1.0

04 Mar 14:15

Choose a tag to compare

Upgraded to Enferno.StormApiClient 2.1.0.

v2.0.0

30 May 12:59

Choose a tag to compare

Upgraded to AutoMapper 6.2.2 and Enferno.Public 2.0.0.
Breakning changes that requires some changes due to renamed namespace.

Microsoft.Practices.Unity.Configuration is now located in Unity.Configuration.
Change "using Microsoft.Practices.Unity;" to "using Unity;" in code.

Under the conficSections in the config file change:
<section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection, Microsoft.Practices.Unity.Configuration" />
to:
<section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection, Unity.Configuration" />

To initialize AutoMapper use WebProfile.Configure();

Release 1.6.1.0

19 Apr 13:41

Choose a tag to compare

Added Code to ParametricInfo. Changed dependency to StormApiClient to 1.8.4.

Release 1.6.0.9

30 Oct 12:00

Choose a tag to compare

Minor fix. The FilterBuilder now takes total ItemCount into account when excluding items. FilterItems with Count = 0 will be excluded and so will items with Count = ItemCount. Previously List items with Count = 1 would be excluded even if ItemCount was greater than 1.

Release 1.6.0.10

30 Oct 12:39

Choose a tag to compare

Patch of previous release.

Release1.6.0.8

12 Oct 10:16

Choose a tag to compare

Minor fix. Closed ProductItems are not included in the calculation of base product's price. Additional images are now correct with regard to variant specifics.

Release 1.6.0.7

29 Sep 09:49

Choose a tag to compare

What's new?

Minor fix. Missed one defalt parameter value in last release. Affected customerId in ProductRepository.GetProduct.