vc-platform

Virto Commerce B2B Innovation Platform

OTHER License

Stars
1.2K

Bot releases are visible (Hide)

vc-platform - v2.13.58

Published by vc-ci over 4 years ago

Added possibility to use dynamic properties in notification templates

vc-platform - v2.13.57

Published by vc-ci over 4 years ago

Upgrade DotLiquid to 2.0.314;
Upgrade Microsoft.ApplicationInsights to 2.12.1.

vc-platform - 3.0.0 RC3

Published by akak1977 over 4 years ago

  • Update to ASP.NET Core 3.1 LTS, EF Core 3.1, ASP.NET Core Identity 3.1.
  • Restful interface descriptions converted to OpenAPI 3.
  • Added system info functionality.
  • Improved stability and backward compatibility.
  • Documentation improved.
vc-platform - v2.13.56

Published by vc-ci almost 5 years ago

  • Added support for server localization resources. (#1764)
  • Bug fixes. (#1762, #1765)
vc-platform - v2.13.55

Published by vc-ci almost 5 years ago

  • Fix the error of the opening the content editing blade (#1761)
  • Updated the culture name labels (#1759)
  • Fixed work dynamic properties in Store (#1754)
vc-platform - v2.13.54

Published by vc-ci almost 5 years ago

  • Return back to the current state after the password window closed. (#1588)
  • Add CORS settings. (#1748)
  • Additional HTTP code 400 for incorrect login or password is checking now. (#1621)
  • Platform's version info details downloading ability. (#1739) (#1737)
vc-platform - 3.0.0 RC2

Published by akak1977 almost 5 years ago

  • Edge support (#1740);
  • Added authorization token sharing (#1741);
  • Build project converted to a GlobalTool package (#1742);
  • Improved compatibility with non-Windows operating systems (#1656, #1743);
  • Backward compatibility changes (#1744).
vc-platform - v2.13.53

Published by vc-ci almost 5 years ago

  • Most platform dependencies were updated to the latest minor version. (#1719)
  • Newtonsoft.Json was updated to 12.0.2. (#1719)
  • Fix for runtime settings save. (#1651)
vc-platform - v2.13.52

Published by vc-ci about 5 years ago

  • Replaced flags with culture codes in property blades labels in all places. (#1635)
vc-platform - v2.13.51

Published by vc-ci about 5 years ago

vc-platform - 3.0.0 RC1

Published by tatarincev about 5 years ago

vc-platform - v2.13.50

Published by vc-ci about 5 years ago

  • Fixed problem when platform fails to start if unknown SMS gateway is selected. (#1610)
  • Supported VS 2019 in Compress-Module script. (#1619)
  • Made XmlExpressionSerializer.DeserializeExpression thread safe. (#1623)
  • Checking environment variables and appSettings before getting setting value from database. (#1631)
  • Fixed scroll in operation tree widget. (#1617)
vc-platform - v2.13.49

Published by vc-ci over 5 years ago

  • Fix bug with API Account creation https://github.com/VirtoCommerce/vc-platform/issues/1607
  • Removed redundant NuGet dependency System.Collections.Immutable from solution, it is led to addition of multiple dependencies when adding the VirtoCommerce.Platform.Core to a custom project.
vc-platform - v2.13.48

Published by vc-ci over 5 years ago

  • Fixed authorization error when uploading a theme #1577
  • Fixed library loading exception when Azure Active Directory authentication is used #1600
  • Increased Outbound Network Connection Limit #1594
<system.net>
        <connectionManagement>
            <add address="*" maxconnection="8064" />
        </connectionManagement>
</system.net>
  • Fixed potential issue with notifications sending from background tasks. #1598
  • Fixed bug with BCC and CC properties that weren't persisted for email notifications #1592
  • Fixed bug when all user roles were deleted after changing the password #1590
vc-platform - v2.13.47

Published by vc-ci over 5 years ago

  • Included Nito.AsyncEx.AsyncLock implementation into code of platform solution in order to remove extra NuGet dependencies for VirtoCommerce.Core project
vc-platform - v2.13.46

Published by vc-ci over 5 years ago

  • Performance improvement: fixed probably threads locking due to incorrect AsyncLock implementation. Replaced custom implementation to AsynLock from Nito.AsyncEx project.
vc-platform - v2.13.45

Published by vc-ci over 5 years ago

  • Got rid of memory leak caused by ApplicationInsights version 2.8.0. #1579
  • Different platform instances could use one Redis instance by specifying "VirtoCommerce:Cache:Redis:ChannelName" setting in web.config. #1582
  • Boolean readonly property is shown disabled now. #1572
  • Fixed platform admin tool javascript errors on IE 11. #1574
vc-platform - v2.13.44

Published by vc-ci over 5 years ago

  • Added platform setting which specifies number of decimal digits for money amounts - 2 or 4. #1562
    image
  • Fixed problem with broken urls for assets when using Azure Blob storage. #1551
  • Fixed bug when login error were not shown if user exists, but does not belongs to Manager or Account types. #1534
  • Fixed bug with asset uploading with "spaces" in its file name. #1565
  • Fixed bug with Order permission scopes blade duplication. #1543
  • Paged search ordering revision. #1560
vc-platform - v2.13.43

Published by vc-ci over 5 years ago

  • Dynamic properties save optimization. (#1541)
  • Logout fix. (#1531)
  • Changed OperationLogEntity.Detail field maximum length up to 2048. (#1539)
  • Fixed licence file download. (#1535)
vc-platform - v2.13.42

Published by vc-ci over 5 years ago

  • Added Twilio and ASPSMS SMS providers support for sending notifications. Added notification type for change phone number operation. #1526
    web.config
...
        <!-- Supported sms gateways: Twilio and ASPSMS. "Default" means non-implemented gateway. -->
        <add key="VirtoCommerce:Notifications:SmsGateway" value="ASPSMS" />
        <add key="VirtoCommerce:Notifications:SmsGateway:AccountId" value="AccountId" />
        <add key="VirtoCommerce:Notifications:SmsGateway:AccountPassword" value="AccountPassword"/>
        <add key="VirtoCommerce:Notifications:SmsGateway:Sender" value="SenderPhone" />
        <!-- This setting could change ASPSMS REST Json API endpoint -->
        <add key="VirtoCommerce:Notifications:SmsGateway:ASPSMS:JsonApiUri" value="https://json.aspsms.com/SendSimpleTextSMS" />
...
  • Added ability to search users modified since specified date.
  • Microsoft.AspNet.* libraries updated to the latest 5.2.7 versions. #1520
  • Notification templates were moved to separate html files from project resources for easier management. #1506
  • Now after installing/updating module, modal dialog with Restart button is shown. #1513
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