Feincms compat setting in default project settings
[snf-cloudcms] / Changelog
index 0676cf0..ec1c7b5 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,48 @@
 Changelog
 =========
 
+v0.7.3
+------
+
+* Proper display of user action messages
+
+
+v0.7.2
+------
+
+* Change googleapi fonts to use https protocol
+
+
+v0.7.1
+------
+
+* Updated styles
+
+
+v0.7.0
+-------
+
+* Userguide application
+* FAQ's application
+* Client downloads application
+* New service models
+* New html/css theme
+* Responsive html content
+* Userguide/FAQ's import from rst tool
+* Django auth context processor as snf-webproject hook
+* Major database updates. Use::
+       
+       $ snf-manage syncdb
+       $ snf-image migrate
+
+  to update existing databases. Additionally you can initiate service models and
+  media categories for FAQ/Userguide applications by loading the provided
+  fixtures::
+
+       $ snf-manage loaddata cloudcms_media_categories
+       $ snf-manage loaddata cloudcms_default_services
+
+
 v0.6.1
 ------
 * IE7 fixes