Skip to content

Releases: VirtoCommerce/vc-platform

v2.12.5

26 Dec 12:11

Choose a tag to compare

  • 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

07 Dec 16:46

Choose a tag to compare

  • Update Common.Logging to latest version 3.3.1 (not compatible with 3.1.0)
  • Change NuGet packages to targetFramework="net461"

v2.12.3

03 Dec 16:04

Choose a tag to compare

  • Fix critical bug with SendGrid notification gateway. (Before sending not working)
  • Fix uploading assets by url
  • Change global JSON serialization policy for enums (before it was CamelCase)

v2.12.2

25 Nov 12:23

Choose a tag to compare

  • Add Descriptions to dynamic properties
  • UI performance optimization
  • Update all dependent Nuget packages to latest versions
  • Change all platform projects to support latest .NET Framework 4.6.1

v2.12.1

18 Oct 10:32

Choose a tag to compare

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

12 Oct 01:56

Choose a tag to compare

Improvements

Read more in blog post

v2.11.5

15 Aug 13:36

Choose a tag to compare

  • Modules initialization isolation and informer
    image
  • Export/Import notification templates
  • Fix ChangeLogInterseptor cumulative change log policy bug when modified date was not updated
  • Add Application insight to platform
  • Long text in blade breadcrumbs limited to fit in blade

v2.11.4

19 Jul 14:54

Choose a tag to compare

Improvements

  • Notification templates - added Sender and Recipient fields for manual editing
    image
  • 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
    image
  • New API method api/platform/security/users/{userName}/hasPermissions?permissions='store:read' for check user permission

v2.11.3

01 Jul 13:57

Choose a tag to compare

  • Modules minor UI adjustments

Virto Commerce 2.11.2

20 Jun 08:52

Choose a tag to compare

Version 2.11.2 release.
Bug fixes

  • Modules management "IO access violation error" on Microsoft Azure environment