Skip to content

v14.3.3

Compare
Choose a tag to compare
@EdiWang EdiWang released this 24 Feb 09:41
· 766 commits to master since this release
e13c4da

New Features

  • Add zh-Hant language support
  • New email notification API, decouple with Azure to let user have the ability to create their own API besides Azure

Update and Fixes

  • Remove "Sort By" dropdown selector
  • Remove IP rate limiting feature, it should be managed by WAF
  • Upgrade to TinyMCE 7.0
  • Patch .NET to 8.0.3

Upgrade from Previous Version

If you are using Email notification, please migrate to the new email API and add configuration in appsettings.json

"Email": {
    "ApiEndpoint": "",
    "ApiKey": ""
}