Youtube api fix
[snf-cloudcms] / Changelog
index dc3373b..ec1c7b5 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,9 +1,58 @@
 Changelog
 =========
 
-v0.6
-----
+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
+* Right column style fixes
+* Fix fallback content in blog post detail view 
+* Other minor styling improvements
+
+
+v0.6.0
+------
 * Resources app
 * Intro page content type
 * Application favicon
@@ -14,13 +63,11 @@ v0.6
 
 v0.5.1
 ------
-
 * Fixed colorbox styles
 
 
 v0.5.0
 ------
-
 * New grnet styles
 * Allow html in latest blog posts block title
 * Dynamic footer blocks
@@ -32,13 +79,11 @@ v0.5.0
 
 v0.4.0
 ------
-
 * Styles updates
 
 
 v0.3.0
 ------
-
 * Rename entry points
 * Set default setting for ADMIN_MEDIA_PREFIX
 * Updated documentation