...
Improvements
New option to configure maximum number of files shown in the filemanager. To set the maximum number of files to 5000, add the foloowing following line to the <appSettings> section of web.config:
<add key="FileManagerMaxFileCount" value="5000" />
If the setting is not applied the value defaults to 1000.Improved exception handling when logging in AD users.
Improved exception handling when exporting multiple files to one xml file.
...