Update link for google fonts to https
[snf-cloudcms] / Changelog
index 7b1d653..4d2a680 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,9 +1,71 @@
 Changelog
 =========
 
-v0.3.0
+v0.11.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
+* Blog feed
+* Fixed migration order
+* Truncate blog posts in archive view
+
+
+v0.5.1
+------
+* Fixed colorbox styles
+
+
+v0.5.0
+------
+* New grnet styles
+* Allow html in latest blog posts block title
+* Dynamic footer blocks
+* 404 template
+* Latest blog posts fixed generated link
+* Back to blog url in blog entry
+* New region for single column pages
+
+
+v0.4.0
+------
+* Styles updates
+
+
+v0.3.0
+------
 * Rename entry points
 * Set default setting for ADMIN_MEDIA_PREFIX
 * Updated documentation