Releases: VirtoCommerce/vc-platform
Releases · VirtoCommerce/vc-platform
v2.12.5
- Add support for stream response in swagger API auto-generated document.
- Allow to use properties with custom types in notifications and use them in the Liquid templates.
Example:
Notification.cs
class OrderNotification { public CustomerOrder Order { get; set; } }
Liquid template
{{ customer_order.total }}
v2.12.4
v2.12.3
v2.12.2
v2.12.1
Improvements
- Added integration with Application Insights. Application Insights helps you detect and diagnose performance issues, and understand what users actually do with your app.
- Added modules dependencies compatibility check in platform initialization. All modules with compatibility errors will be not loaded in runtime.
- New blade scrolling animation
v2.12.0
Improvements
- Metaforms http://docs.virtocommerce.com/display/vc2devguide/Metaform
- AbstractTypeFactory class as main Domain model extension point. Usage example
http://docs.virtocommerce.com/display/vc2devguide/Extending+Members+domain+types - Remove unused Client projects
- Method for bulk dynamic property loading
IDynamicPropertyService.LoadDynamicPropertyValues - CacheManager allow to cache null values
- DefaultSmtpEmailNotificationSendingGateway fix bug with sending
- Enable CORS
- Security account now allow to remove from details blade
v2.11.5
v2.11.4
Improvements
- Notification templates - added Sender and Recipient fields for manual editing
- Avability to define notification gateway in web.config possible values Default - default smtp client, SendGrid - sendgrid client
- Add support SSL connection for default SMTP client notification gateway
- New API method api/platform/security/users/{userName}/hasPermissions?permissions='store:read' for check user permission
v2.11.3
- Modules minor UI adjustments
Virto Commerce 2.11.2
Version 2.11.2 release.
Bug fixes
- Modules management "IO access violation error" on Microsoft Azure environment