Skip to content

Releases: VirtoCommerce/vc-platform

v2.13.6

18 May 12:35
Compare
Choose a tag to compare
  • Fixed notification templates preview (template did not taking from store level)
  • Fixed error with simultaneous multiple platform instances initialization, manifested by the use of azure scale out.
  • Fixed error cache manager section not found when platform and storefront running on same application
  • Added German localization

v2.13.5

27 Apr 12:41
Compare
Choose a tag to compare
  • Add support of using Redis as a cache synchronization (invalidation) server for multiple platform instances. This will allow to run multiple platform instances and make scale out on azure.

v2.13.4

21 Apr 14:49
Compare
Choose a tag to compare
  • Allow to manage cache settings through web.config

v2.13.3

18 Apr 10:14
Compare
Choose a tag to compare
v2.13.3 Pre-release
Pre-release
  • Fixed issue with ASP.NET dll locking when platform restarted after module update
  • Added startsWidth polyfill & fixed endsWith polyfill (IE compatibility)

v2.13.2

11 Apr 13:59
Compare
Choose a tag to compare
  • Fixed a lot of UI bugs (navigation, push notifications etc)
  • Add support new Azure like navigation behavior (when some blades opened maximized initial)

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)