* Fixes older South migration (0028) for CMS 3.1 * Add "magic" migrations to move from old-style CMS plugin table naming to new for users using older versions of CMS. * Post a deprecation notice about supporting only CMS 3.0+ from version 1.0.0 of Aldryn News & Blog.
0.9.2
==================
* 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