Skip to content

Releases: VirtoCommerce/vc-module-pricing

3.202.0

18 Feb 06:42
Compare
Choose a tag to compare

🎯 Development

  • Partial search index update support (#164)
  • Fix empty sonar codecoverage report (#160)

3.201.0

31 Jan 16:29
Compare
Choose a tag to compare

The index now stores the highest price instead of an array of prices.

🐞 Bug fixes

  • Fix price sorting (#161)

3.200.0

19 Jan 13:43
Compare
Choose a tag to compare

⚠️ Breaking change note

.NET 6 migration with incompatibilities. See details.

🎯 Development

  • Fix script error when adding new price to product (#159)

📝 Documentation

3.30.0

22 Dec 14:46
Compare
Choose a tag to compare

🎯 Development

  • Assign price list to selected Store (#156)
  • ⚠️Breaking change: added a parameter to VirtoCommerce.PricingModule.Data.Services.PricelistAssignmentService constructor of type AbstractValidator<IEnumerable<PricelistAssignment>>

📝 Documentation

  • Update PriceList Assignment documentation

3.29.0

03 Dec 08:39
Compare
Choose a tag to compare

🎯 Development

  • Price lists with dynamicExpression are not indexed (#155)

3.28.0

16 Nov 11:42
Compare
Choose a tag to compare

🎯 Development

  • Use assets from newly created module instead of the platform (#152)

Notice. Pay attention, please!

The module starting from this version requires to install:

Module Description
vc-module-assets (VirtoCommerce.Assets) Common abstractions to implement assets-related functions.
vc-module-filesystem-assets (VirtoCommerce.FileSystemAssets) File system assets module. Implements assets storage in the ordinal file system.
vc-module-azureblob-assets (VirtoCommerce.AzureBlobAssets) Azure blob assets module. Implements assets storage in the Azure blob storage system.

3.27.0

03 Nov 13:07
Compare
Choose a tag to compare

🎯 Development

  • Extend setting with System attribute/flag (#153)

3.26.0

06 Oct 02:25
Compare
Choose a tag to compare
  • Turn the CRUD to generic with preserved compatibility (#151) (e8ff7fe)

3.25.0

22 Sep 10:34
Compare
Choose a tag to compare
  • Use culture-specific datetime format. Disable the calendar popup (#150) (02db9ed)

3.24.0

09 Jul 06:59
Compare
Choose a tag to compare
  • Fix price lists assignments enumeration on delete (#146) (1d2facc)