Skip to content

Releases: VirtoCommerce/vc-module-pricing

3.2.0

02 Jun 16:59
Compare
Choose a tag to compare

Changes from 3.1.0:

  • Switch to use Clone method from Json convert (#91) (f88cb18)
  • Added new sale field to the product index (#90) (7a13671)

3.1.0

26 May 04:59
Compare
Choose a tag to compare

3.1.0 (1b47461)
store prices in the index (e88b356)
Fix price blade error when in platform registered more than 20 catalogs (#85) (840c157)

3.0.2

22 Apr 13:39
Compare
Choose a tag to compare
3.0.2 Pre-release
Pre-release
  • Hangfire jobs: timeout in DisableConcurrentExecution reduced to several seconds.

3.0.1

20 Apr 13:45
Compare
Choose a tag to compare
3.0.1 Pre-release
Pre-release

3.0.1

3.0.0-rc.5

16 Apr 15:57
Compare
Choose a tag to compare
3.0.0-rc.5 Pre-release
Pre-release
  • Allow to search prices using POST request (#83).
  • Compatibility fixes.

v2.18.14

27 Mar 10:36
Compare
Choose a tag to compare
  • Search performance improvements (#80)

3.0.0 RC4

05 Mar 18:38
Compare
Choose a tag to compare
3.0.0 RC4 Pre-release
Pre-release

Update dependency packages minor versions.

v2.18.13

20 Feb 15:38
Compare
Choose a tag to compare

Filter prices by applicable pricelists to optimize evaluation (#77).
EvaluateProductPrices() now fetches prices from applicable pricelists only (instead of fetching all product prices for applicable products). This might reduce the evaluation time when there are lots of pricelists.

v2.18.12

06 Feb 15:27
Compare
Choose a tag to compare

Added another method with endpoint "api/catalog/products/prices/search", but [Post] and [FromBody] parameter (#74).

v2.18.11

29 Jan 12:57
Compare
Choose a tag to compare
  • PricingSearchService: search extensibility improvements (#73)