Fixed - Fix a javascript error in toolbar.js where trying to get the toolbar buttons caused an error when no user is logged in since then no buttons are rendered. So the button variables where null.
0.0.7
Changed - Remove jQuery dependency: Change toolbar.js from jquery to plain javascript
Fixed - Remove local logout view and use from django.contrib.auth directly
0.0.3
Fixed - Fix more left-overs from local code 1 - Changed form url from "core:search" to "lite_cms_core:search" - Fix logout url by providing logout view - Remove icon dependency and copy used icons to project