Version history
###############


Version 0.3.1
=============
* Shipping with documentation


Version 0.3.0
=============
* History of content, possibility to move back to a previous version of the placeholder
* Massive rework of front-end side, modularization of editor plugins

Version 0.2.6
=============
* Added an "ace-local" plugin, for when Ace is served locally

Version 0.2.4
=============
* Add an extra class to the container, when the placeholder will be rendered empty
* Add a min-height on empty placeholders

Version 0.2.3
=============
* Make sure the urlconf entry was added properly
* Set a min-height on Redactor
* New DJANGO_FRONT_EDITOR_OPTIONS settings allows for options to be passed on to the editors (works with WYMeditor, Redactor, EpicEditor)

Version 0.2.2
=============
* Added support for the EpicEditor (thanks @daikeren - Issue #2)

Version 0.2.1
=============
* Clarfied the installation section of the README (mentionned that django.core.context_processors.request needs to be enabled in TEMPLATE_CONTEXT_PROCESSORS)
* Added the test project to the settings, so that it's easier to run tests

Version 0.2.0
=============
* Test against Django 1.6b1

Version 0.1.9
=============
* Python 3.3 support on Django 1.5+

Version 0.1.8
=============
* Namespaced the layer and dialog CSS classes

Version 0.1.7
=============
* Editing mode (lightbox or inline)

Version 0.1.6
=============
* Support for Redactor 9 beta

Version 0.1.5
=============
* Support for the Redactor editor

Version 0.1.4
=============
* Include the Django Wymeditor theme, because django-wymeditor doesnt by default
* Push the STATIC_URL to the JavaScript context so that we don't have to assume it's /static/

Version 0.1.3
=============
* Basic test cases

Version 0.1.2
=============
* Support for WYMeditor (see note in README about installing django-wymeditor)

Version 0.1.1
=============
* Settings (permissions)
* Cleanups

Version 0.1.0
=============
* First release
