Skip to content

Releases: VirtoCommerce/vc-module-file-experience-api

3.803.0

18 Jul 10:18
3800184
Compare
Choose a tag to compare

🎯 Development

  • update to Xapi module (#4)

3.802.0

10 Jul 09:48
ff7af27
Compare
Choose a tag to compare

🎯 Development

  • allow anonymous upload by scope (#5)

Added AllowAnonymousUpload flag to scope to control anonymous file upload

{
  "FileUpload": {
    "RootPath": "attachments",
    "Scopes": [
      {
        "Scope": "<your scope>",
        "MaxFileSize": 123,
        "AllowedExtensions": [ ".jpg", ".pdf", ".png", ".txt" ],
        "AllowAnonymousUpload": true
      }
    ]
  }
}

3.801.0

09 Apr 09:48
fc8221a
Compare
Choose a tag to compare

🐞 Bug fixes

  • (The company User does not have permissions for file upload)

3.800.0

05 Feb 15:09
Compare
Choose a tag to compare

First relese