vc-platform

Virto Commerce B2B Innovation Platform

OTHER License

Stars
1.2K

Bot releases are hidden (Show)

vc-platform - 3.98.0

Published by vc-ci almost 3 years ago

vc-platform - 3.97.0

Published by vc-ci almost 3 years ago

vc-platform - 3.96.0

Published by vc-ci almost 3 years ago

vc-platform - 3.95.0

Published by vc-ci almost 3 years ago

vc-platform - 3.94.0

Published by vc-ci almost 3 years ago

Incompatibility notice. Pay attention, please!

Assets are decoupled

Starting from this version, the Platform does not contain assets-related functionality anymore. It was decoupled into three modules separately out of the platform:

Module Description
vc-module-assets (VirtoCommerce.Assets) Common abstractions to implement assets-related functions.
vc-module-filesystem-assets (VirtoCommerce.FileSystemAssets) File system assets module. Implements assets storage in the ordinal file system.
vc-module-azureblob-assets (VirtoCommerce.AzureBlobAssets) Azure blob assets module. Implements assets storage in the Azure blob storage system.

All three modules are included in the "commerce" bundle and installing with every new platform installation.
If you are upgrading the platform in your assets supporting system, please install all three modules, otherwise assets functionality becomes unavailable.

"Commerce" bundle modules compatibility

All the modules versions lower than enlisted below are not compatible with this and future versions of the Platform.

Module Version
VirtoCommerce.Catalog 3.79.0
VirtoCommerce.CatalogCsvImport 3.29.0
VirtoCommerce.Content 3.15.0
VirtoCommerce.Marketing 3.30.0
VirtoCommerce.Notification 3.19.0
VirtoCommerce.Quote 3.18.0
VirtoCommerce.ImageTools 3.16.0
VirtoCommerce.Pricing 3.28.0
VirtoCommerce.Sitemaps 3.8.0
VirtoCommerce.Store 3.26.0
VirtoCommerce.Export 3.17.0

Converting your custom module to use newly created VirtoCommerce.Assets module

If your custom module uses assets functionality from the Platform you need to make several changes to your module.

  1. Add a dependency into the module.manifest to the latest available VirtoCommerce.Assets module;
  2. Add nuget package reference in related projects to the latest available VirtoCommerce.AssetsModule.Core package;
  3. Remove using of VirtoCommerce.Platform.Core.Assets namespace from your code and add VirtoCommerce.AssetsModule.Core.Assets instead;
  4. If your module extends Admin UI, change assets related endpoint uris URIs: 'api/platform/assets?XXXXXXX' -> ''api/assets?XXXXXXX';
  5. If your module extends Admin UI and uses angular templates from the assets modules, change templates URIs similar way: '$(Platform)/Scripts/app/assets/blades/XXXXXXX' -> 'Modules/$(VirtoCommerce.Assets)/Scripts/blades/XXXXXXX'
vc-platform - 3.93.0

Published by vc-ci almost 3 years ago

vc-platform - 3.92.0

Published by vc-ci almost 3 years ago

vc-platform - 3.91.0

Published by vc-ci almost 3 years ago

vc-platform - 3.90.0

Published by vc-ci almost 3 years ago

vc-platform - 3.89.0

Published by vc-ci almost 3 years ago

vc-platform - 3.88.0

Published by vc-ci almost 3 years ago

vc-platform - 3.87.0

Published by vc-ci about 3 years ago

vc-platform - 3.84.0

Published by vc-ci about 3 years ago

vc-platform - 3.83.0

Published by vc-ci about 3 years ago

  • Azure assets: repair search by keyword for folders in the root (e21a8d9)
  • Fix an error in URI checker (#2386) (3a69433)
  • Improve a type incompatibility exception message for the changes detector (4cb2db8)
  • Provide option to show user-friendly errors (#2378) (4666aaa)
vc-platform - 3.82.0

Published by vc-ci about 3 years ago

Development

• Clear blade history every time when the same blade is reopened (#2385) (1fec981)
• Add selection buttons to import blade (#2384) (9e4654a)
• Add border to import label (#2383) (0666bd8)
• Localize blade title for dictionary setting values (#2382) (b74012f)
• Allow issuing Tokens for Customer (#2375) (36f2328)

Documentation

• Setup to edit_uri to dev branch (872e36c)
• Fix misspelling (24073d0)
• Added 20 September news digest (95bd26a)

vc-platform - 3.81.0

Published by vc-ci about 3 years ago

  • Add drop-less feature to stop popping up the calendar. Add tooltip with format. (#2380) (9506735)
vc-platform - 3.80.0

Published by vc-ci about 3 years ago

• Setup login background (#2371) (107e23e)
• Fix type casting while deserealization (#2374) (bb2acfd)
• CrudService GetById exception fix (#2372) (402615b)
• Restore back 10645 port for launchSettings.json (08b9a59)

vc-platform - 3.79.0

Published by vc-ci about 3 years ago

• Add swagger description for OAuth token request endpoint (#2370) (ed1dc89)
• Bump AspNetCore and EF to 3.1.13 (6f22f58)

vc-platform - 3.78.0

Published by vc-ci about 3 years ago

  • Rework scope picker to universal ui-scroll-drop-down (#2369) (c90610c)
  • Setting Reset button fix (#2368) (37168b2)
  • Update FileSystemBlobOptions.cs (01e8e00)
vc-platform - 3.77.0

Published by vc-ci about 3 years ago

  • Missed commit changes call for soft delete (#2345) (32a7ba0)
Badges
Extracted from project README
Share on Facebook Tweet Latest release Total downloads License CI status Quality gate Reliability rating Security rating Sqale rating Lines of code Documentation Commnunity Contributors Deploy to Azure