Skip to content

Commit

Permalink
updated changelog for current improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Nov 20, 2016
1 parent 87397cb commit 1c56e21
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
Changelog
=========

Changes in 1.1.9 (in development)
---------------------------------

* Added ``find_contentitem_urls`` management command to index URL usage.
* Added ``remove_stale_contentitems --remove-unreferenced`` option to remove
content items that no longer point to an existing page.
* Make sure the OEmbed plugin generates links with ``https://`` when
``SECURE_SSL_REDIRECT`` is set, or ``FLUENT_OEMBED_FORCE_HTTPS`` is enabled.
* Fixed loosing jQuery event bindings in the admin.


Changes in 1.1.8 (2016-11-09)
-----------------------------

* Add ``remove_stale_contentitems`` command for cleaning unused ``ContentItem`` objects.
* Added ``remove_stale_contentitems`` command for cleaning unused ``ContentItem`` objects.
This also allows the migrations to remove the stale ``ContentType`` models afterwards.
* Fix ``start_content_plugin`` command for Django 1.7
* Use ``MiddlewareMixin`` for Django 1.10 middleware support
* Fix ``is_template_updated()`` check for some Django 1.8 template setups.
* Fixed ``start_content_plugin`` command for Django 1.7
* Fixed ``MiddlewareMixin`` usage for Django 1.10 middleware support
* Fixed ``is_template_updated()`` check for some Django 1.8 template setups.


Changes in 1.1.7 (2016-10-05)
Expand Down

0 comments on commit 1c56e21

Please sign in to comment.