Releases: VirtoCommerce/vc-module-pricing
Releases · VirtoCommerce/vc-module-pricing
3.2.0
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
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
- Hangfire jobs: timeout in DisableConcurrentExecution reduced to several seconds.
3.0.0-rc.5
- Allow to search prices using POST request (#83).
- Compatibility fixes.
v2.18.14
- Search performance improvements (#80)
3.0.0 RC4
Update dependency packages minor versions.
v2.18.13
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
Added another method with endpoint "api/catalog/products/prices/search", but [Post] and [FromBody] parameter (#74).
v2.18.11
- PricingSearchService: search extensibility improvements (#73)