What is new in kooboo cms 3.01
This version contains the new kooboo CMS module development framework and some bug fixes. Document of module development see:
http://www.kooboo.com/Documents/Detail/CMS/v3/Module-development-guide
- Kooboo Modular development framework, start to develop your Kooboo CMS module today.
- Add kooboo module development VS.NET template.
- Site take offline function.
- Add Textfolder display name.
- Add "copy link" for both media library and site development files.
- Save without closing the page when editing layout or view.
- Add more API methods to layout/view code helper.
- Add multi files and big files upload support.
- Add SMTP FROM address setting for system emails.
- Add reset content type template button.
- bug fixes: User and roles management
- bug fixes: Some UI problem of IE8 or IE9.
How to upgrade
- All the content you created is stored at the folder of Cmsdata, copy all files from 3.01 to overwrite 3.0 except the Cmsdata folder.
- For users using SQL or SQLCE, please add one extra column to the content type dynamic tables, The field should be: ParentFolder nvarchar(256).
- Go to Database -- content type, check all content types and click "Reset templates" to reset all content type templates.