=== ongoing ===

=== 1.1 ===

- Added image field

=== 1.0 ===

- updated to django-hvad

=== 0.6.11 ===

- added get_absolute_url to Event model

=== 0.6.10 ===

- exchanged the ugly encode call for a unicode_literals import from future

=== 0.6.9 ===

- fixed unicode bug

=== 0.6.8 ===

- only appending dots to meta description if it needs shortening.

=== 0.6.7 ===

- added meta_description field to Event model.

=== 0.6.6 ===

- added "detailed_description" placeholder to event model

=== 0.6.5 ===

- fixed missing migration

=== 0.6.4 ===

- Added display type choices for event plugin

=== 0.6.3 ===

- Added cms plugin for events

=== 0.6.2 ===

- Using the MultilingualPublishMixin from django-libs

=== 0.6.1 ===

- changed the way we filter for published items. We MUST have the LANGUAGE_CODE
  in the request.

=== 0.6 ===

- added is_published to EventTitle to be able to publish several languages on
  their own

=== 0.5 ===

- Renamed placeholder form content to conference. This allows to reduce
  possible plugins via the cms setting.

=== 0.4 ===

- removed maps embed code field

=== 0.3.1 ===

- added help text to lat / lng fields

=== 0.3 ===

- Added EventManager with `get_visible` method. Shows published, upcoming and
  still running events.
- Refactored factories, so that tests are easier to write and read.

=== 0.2 ===

- Added lat lng fields to event.

=== 0.1.2 ===

- Fixed more wrong names :(

=== 0.1.1 ===

- Fixed wrong path to urls.py in cms_app.py
- Fixed wrong import in views.py
- Renamed view names.

=== 0.1 ===

Initial commit
