Releases: VirtoCommerce/vc-module-core
Releases · VirtoCommerce/vc-module-core
3.817.0
Merge branch 'release/3.817.0'
3.815.1
🐞 Bug fixes
- Refactored the FindSeoAsync method to resolve fallbackResults if we could not find any result before. (#236)
3.808.3
🐞 Bug fixes
- Refactored the FindSeoAsync method to resolve fallbackResults if we could not find any result before. (#236)
3.816.0
🎯 Development
- Add LocalizedName to OutlineItem (#235)
3.815.0
🎯 Development
- Add rounding option to dynamic expression templates (#233)
3.814.0
🎯 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
🎯 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
🎯 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
🎯 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
🐞 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