Releases: VirtoCommerce/vc-platform
Releases · VirtoCommerce/vc-platform
v2.13.16
- 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
- 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
v2.13.13
- 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
v2.13.11
v2.13.10
- 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
v2.13.8
v2.13.7
- Platform export - memory usage optimization
- Disabling cleaning ~/App_Data/Modules before each platform initialization (This behavior caused scale-out issues on Azure)