New features:
- CKFinder integration. This is mainly for file management of CKeditor. Due to limitation of CKfinder, you need to implement it yourself. Download from http://ckfinder.com/download (ASP.NET Version), unzip and copy the ckfinder foder
to Kooboo /Javascript folder, copy the CKFinder.dll to Kooboo bin folder, and then change two values in the CKfinder config.ascx.
1. CheckAuthentication method, change the "return false" to "return true"
2. BaseUrl, change the value to "~/ContentFiles/ckfinder/", default is "/ckfinder/userfiles/"
- Upgrade tool. A Windows application to upgrade Kooboo CMS
- Check updates. An additional menu inside Kooboo CMS to check and install update by a few clicks.
- Add AddBinaryContent in ContentService to add binary content.
- Url.PageUrl("news/detail");
- Add Url.ResolveUrl("~/dir1/image1.jpg") in additional to MVC Url.Content().
Bug fixed:
- Visit by host name failed when VirtualPath is null.
- WebForm folder did not get deleted in the SQLite version..
- Site package download link error.
- Improve the installation wizard. Only copy the required files to bin folder after user select the SQLite provider.
- Change the type of Value to INT in cmisPropertyInteger.(CMIS)
- Sitepackage integrity check with detail erorr message during import.