* Pin parler to version 1.4, which is required by the latest migration. * Reimplements a means of allowing users to use plugins and Articles before creating and publishing the corresponding apphook'ed page. This new method gives more flexibility to developers and template authors.
0.9.1
-----
Unreleased.
0.9.0
==================
* Adds breadcrump support by adding a CMSAttachMenu. NOTE: django CMS v3.0.14 or v3.1 or later must be used to have working breadcrumbs. * Adds support for swappable User models. * Adds sitemaps support. * Improves support of language fallbacks as defined in CMS_LANGUAGES * Adds new app configuration option for setting a template prefix. * Fix an error in search indexer that breaks indexing if an article has no search data * Search indexer is using switch_language from parler * Now requires aldryn-apphooks-config v0.2.4 or later
0.8.8
==================
0.8.7
==================
0.8.6
==================
* Use get_current_language from cms instead get_language from Django because Django bug 9340