* Adds a switch: ALDRYN_NEWSBLOG_UPDATE_SEARCH_DATA_ON_SAVE that when set to False, prevents article data from being saved into search_data. This is useful in environments which prefers to do all indexing in batches. * Adds a management command: rebuild_article_search_data which can be used to update search_data for all articles.
1.0.1
==================
* Fixes an issue where unintended, empty translations are created
1.0.0
==================
* First production release * i18n improvements * Spaces support fixes * Improve user documentation * Increase test coverage
0.9.6
==================
* Fixes search index bug * Fixes testsuite issue with django-filer>=0.9.10 * Fixes bug with toolbar
0.9.5
==================
* Improves migration-ability * improves support for some version of MySQL * Improves auto-slugification process
0.9.4
==================
* Now requires v0.1.3+ of aldryn-common * Now requires v0.5.2+ of aldryn-people * Fixes a bad migration * Tested to work in django CMS 3.0.x and 3.1.x * Other minor refactoring