Skip to content

Releases: VirtoCommerce/vc-platform

v2.13.1

17 Mar 13:57
Compare
Choose a tag to compare
  • Migrated all manager theme styles to sass
  • New setting value type Json
  • New platform setting VirtoCommerce.Platform.UI.Customization which allows to make simple UI customizations, by editing following JSON
{
  "title": "Your company caption",
  "logo": "Your company main logo url",
  "contrast_logo": "Your company contrast main logo url to display in login form"
}
  • New API GET/POST api/platform/profiles for working with user profile

v2.13.0

09 Mar 13:47
Compare
Choose a tag to compare
  • Redesigned main menu. Now it is getting more close to Azure portal main menu.
  • Display current license and some UI for licence activation (licence does not cause any functional limitation and is used only for information).
  • Updated some platform nuget packages.

v2.12.9

01 Feb 12:53
Compare
Choose a tag to compare
  • update ui-grid to v4.0.1
  • minor ui-grid extension improvements (not it is available to change any grid options from custom module)
  • minor modules management UI fixes
  • use authorization token to download modules from private GitHub repositories VirtoCommerce:Modules:GitHubAuthorizationToken - app setting

v2.12.8

18 Jan 13:08
Compare
Choose a tag to compare
  • Represent inherited (overridden by using AbstractTypeFactory.OverrideType method ) instead base types in the resulting Swagger API doc

v2.12.7

13 Jan 09:46
Compare
Choose a tag to compare
  • Fix in security service - does not cache null values for some security methods. (probably reason for failure registration)

v2.12.6

10 Jan 07:26
Compare
Choose a tag to compare
  • Emergency fix for notifications resolving, bug with resolving notifications contains IDictionary property.

v2.12.5

26 Dec 12:11
Compare
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
Compare
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
Compare
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
Compare
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