- Added support for Django 1.11, 2.0 and 2.1
- Removed support for Django < 1.11
- Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.5 and 3.6
- Fixed slug uniqueness check in TranslatedAutoSlugifyMixin
- Moved to python-slugify instead of Django slugify for slug generation
- Added I18NSitemap helper class
- Added get_admin_url() and get_object_from_request() utility methods
- Fixed an issue where a None could be returned from get_slug_max_length()
- Fixed an issue relating to language names that include unicode symbols
- Added models.TranslatedAutoSlugMixin