Skip to content

Releases: VirtoCommerce/vc-module-core

3.817.0

06 Feb 12:48
Compare
Choose a tag to compare
Merge branch 'release/3.817.0'

3.815.1

06 Feb 07:39
Compare
Choose a tag to compare

🐞 Bug fixes

  • Refactored the FindSeoAsync method to resolve fallbackResults if we could not find any result before. (#236)

3.808.3

06 Feb 07:52
Compare
Choose a tag to compare

🐞 Bug fixes

  • Refactored the FindSeoAsync method to resolve fallbackResults if we could not find any result before. (#236)

3.816.0

31 Jan 15:00
Compare
Choose a tag to compare

🎯 Development

  • Add LocalizedName to OutlineItem (#235)

3.815.0

19 Dec 10:50
Compare
Choose a tag to compare

🎯 Development

  • Add rounding option to dynamic expression templates (#233)

3.814.0

12 Dec 07:24
Compare
Choose a tag to compare

🎯 Development

  • Introduced a new `UseGlobalTenantId` property in the `SequenceNumberGeneratorOptions` class to support a global counter across all tenants/stores. By default, false. Set VirtoCommerce:SequenceNumberGenerator:UseGlobalTenantId to true, to enable it. (#234)

3.808.2

12 Dec 08:00
Compare
Choose a tag to compare

🎯 Development

  • Introduced a new `UseGlobalTenantId` property in the `SequenceNumberGeneratorOptions` class to support a global counter across all tenants/stores. By default, false. Set VirtoCommerce:SequenceNumberGenerator:UseGlobalTenantId to true, to enable it. (#234)

3.806.1

12 Dec 08:01
Compare
Choose a tag to compare

🎯 Development

  • Introduced a new `UseGlobalTenantId` property in the `SequenceNumberGeneratorOptions` class to support a global counter across all tenants/stores. By default, false. Set VirtoCommerce:SequenceNumberGenerator:UseGlobalTenantId to true, to enable it. (#234)

3.800.5

12 Dec 08:03
Compare
Choose a tag to compare

🎯 Development

  • Introduced a new `UseGlobalTenantId` property in the `SequenceNumberGeneratorOptions` class to support a global counter across all tenants/stores. By default, false. Set VirtoCommerce:SequenceNumberGenerator:UseGlobalTenantId to true, to enable it. (#234)

3.813.0

22 Nov 10:03
Compare
Choose a tag to compare

🐞 Bug fixes

  • Use CurrencyDecimalDigits instead of NumberDecimalDigits when rounding money
  • Make the multiplication of Money by Money obsolete, as it makes no sense
  • Change return type to decimal when dividing Money by Money