Skip to content

Releases: VirtoCommerce/vc-platform

v2.13.26

16 Apr 20:32
Compare
Choose a tag to compare
  • Fixed minor bug with security account updating (the update of the AccountEntity.Member field was skipped)

v2.13.25

16 Apr 08:56
Compare
Choose a tag to compare
  • Fixed a possible bug with the platform repository deadlock, in the process of security accounts searching
  • Extended platform security API with new methods were used by VC storefront identity user manager.

v2.13.24

30 Mar 11:22
Compare
Choose a tag to compare
  • 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

07 Mar 18:55
9eec689
Compare
Choose a tag to compare
  • UploadFile Swagger attribute made not required
  • Fixed uploading to assets root from admin
  • Added new EnumerableExtensions.GetOrderIndependentHashCode method

v2.13.22

05 Mar 14:01
Compare
Choose a tag to compare
  • Fixed bug retrieval of notification template for overridden notification. #1266
  • Extended ApplicationUserExtended with new properties from IdentityUser
  • 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, added FileUpload attribute #1297
  • Added possibility to see a server errors description on manager UI #1285
    image

v2.13.21

23 Jan 15:53
Compare
Choose a tag to compare
  • Fixed some minor bugs with the installation wizard
  • Extend platform repository with additional ctor #1263

v2.13.20

18 Jan 13:20
Compare
Choose a tag to compare
  • 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

24 Nov 09:37
Compare
Choose a tag to compare

Fixed an error when opening an Azure blob by a CDN link #1224

v2.13.18

21 Nov 14:26
Compare
Choose a tag to compare
  • 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 from ApplicationInsight telemetry #1222
  • Fixed bug with can't dragging widgets #1182

v2.13.17

25 Oct 12:48
Compare
Choose a tag to compare
  • 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)