Skip to content

Releases: VirtoCommerce/vc-platform

v2.13.16

21 Sep 14:20
Compare
Choose a tag to compare
  • Added the ability to unlock the locked security account #1129
  • Added the ability to change the user name for the security account #1148
  • Added support for SignarR on multiple instances #878
  • Fixed typo in decimal dynamic property value type #1144
  • Changed routes registration in Startup.cs when IsApplication #1158
  • Changes to the user interface for working with dynamic properties #1058

v2.13.15

23 Aug 11:10
Compare
Choose a tag to compare
  • Fixed deployment scripts errors in VisualStudio 2017 #1024 #1111
  • Fixed bug with new HMAC API key generation #1100
  • Fixed bug with generations of EF migrations
  • Preventing the failure of the entire application during initialization with errors in the dependencies of the modules #674
  • Hangfire now work with Sql as default storage
  • Allow to use ValueObject in liquid notification templates #1123

v2.13.14

04 Aug 14:42
Compare
Choose a tag to compare

Using ConnectionStringHelper when creating any repository derived from EFRepositoryBase

v2.13.13

04 Aug 12:33
Compare
Choose a tag to compare
  • Added logging for entities deleted by batch command
  • Added scrollbar to modules installation popup
  • Fixed icons in modules list #1025
  • HMAC API accounts are no longe deleted when generating new keys #1100
  • Added VirtoCommerce:EnableBundlesOptimizations app setting #1102
  • Check environment variables first when getting connection strings #1105

v2.13.12

27 Jul 13:41
Compare
Choose a tag to compare

Improved progress visualization:

  • new lines are appended to the end of the list
  • the list is scrolled all the way to the bottom automatically

v2.13.11

24 Jul 20:36
Compare
Choose a tag to compare
  • Platform Import - added new commands in toolbar. Select all and Unselect All
  • Removed Settings command in module toolbar if module do not expose any settings
  • UI improvements for assets view

v2.13.10

17 Jul 20:03
Compare
Choose a tag to compare
  • Added display order for dynamic property
  • Log for all security account changes
  • Selective cache invalidation for settings (previously, any changes to setting property remove all settings from cache)
  • Fixed security vulnerability for assets
  • Fixed search and delete operations for azure blob provider
  • Added Forgot password action in manager login form
  • Update Nuget packages to latest versions
  • Make Startup independent of System.Web, so it can be used in integration testing. (thanks @lordstyx )

v2.13.9

23 Jun 12:23
Compare
Choose a tag to compare
  • Fixed bug with reading cache manager configuration from web.config
  • Minor internationalization fixes
  • Added more correct security cache invalidation

v2.13.8

06 Jun 13:00
Compare
Choose a tag to compare
  • Added platform internationalization (date and number formatting)
    image

v2.13.7

29 May 12:07
Compare
Choose a tag to compare
  • Platform export - memory usage optimization
  • Disabling cleaning ~/App_Data/Modules before each platform initialization (This behavior caused scale-out issues on Azure)