Releases: VirtoCommerce/vc-platform
Releases · VirtoCommerce/vc-platform
v2.13.26
v2.13.25
v2.13.24
- Updated NuGet dependencies to latest versions #1261
- Added new API for work with assets entries 'api/platform/assetentries` #1308 (#1313 )
- Fixed routing issue #1292
- Added new abstractions for work with domain events (
IEventPublisher
,DomainEvent
,DomainEventHandler
) - Allow unregistering of notification types #1310
- Added possibility to find users by multiple ids. #1315
v2.13.23
v2.13.22
- Fixed bug retrieval of notification template for overridden notification. #1266
- Extended
ApplicationUserExtended
with new properties fromIdentityUser
- Possible fix for error
The request was aborted: Could not create SSL/TLS secure channel.
caused by this GitHub update https://developer.github.com/changes/2018-02-01-weak-crypto-removal-notice/ - Reveal whether an account exists #1296
- Added supports file upload requests with
Content-Type: multipart/form-data
in the API Swagger doc, addedFileUpload
attribute #1297 - Added possibility to see a server errors description on manager UI #1285
v2.13.21
v2.13.20
- Load modules localization resources according to the modules dependency graph
- Added support for login associations #1230
- Added support for neutral cultures #1234
- Changed DateTime picker directive to support enter times #1204
- Added new
whenScrolled
directive to generic support infinite scrolling #1254 - Added moving operations in the Azure blob provider #1245
v2.13.19
v2.13.18
- Added CDN support for the Azure blob storage #1214
- Fixed notifications sorting #1198
- The deleted
DELETE api/users
API method has been restored #1203 - Added new indexes to platform tables
- Added special setting
VirtoCommerce:DbMigration.CommandTimeout
for set EF migrations requests timeout - Excluded
SignalR
requests fromApplicationInsight
telemetry #1222 - Fixed bug with can't dragging widgets #1182
v2.13.17
- Fixed bug with
DateTime
type is not supported in module settings #1178 - Allow to use formatting for settings descriptions #1179
- Added a new Dynamic Property type -
Image
#1183 - Improved displaying the long breadcrumbs in blades #687
- Added official and community badges to modules #1172
- Fixed bug with equality in ValueObject
- Updated Gridster.js to the latest version
- Added support for the priority queues and options for Hangfire jobs #1187 (thanks @WimVergouwe)