- Updated translations
- Fixed related_name inconsistency with django CMS 3.3.1
- Dropped support for djangoCMS < 3.2
- Introduced support for djangoCMS 3.4.0
- Changes name and slug fields in admin to full width
- Add support for Django Reversion v1.10+
- Add support and test coverage for Python 3.5
- Add support and test coverage for Django v1.9
- Add support and test coverage for django CMS v3.3
- Updates testing tools and matrices
- Remove unused render_placeholder configs
- Add static_placeholders where necessary
- Simplify templates
- Add Django 1.9 compatibility
- Add stripped default django templates to /aldryn_people/templates
- Improves compatibility with recent versions of django-reversion
- Adds integration tests against CMS 3.2
- Adds support for reversion for wizards
- Cleanup and update test configuration
- Adds missing migrations
- Remove visual from wizard form
- Prevents (benign) JS errors on console.
- Better handle cases where there is no apphook present/published
- Disable the Group wizard (too infrequently used)
- Relax Filer requirement restriction to allow v1.0+
- Reimplements vCard downloads in a Py3 compatible way (Thanks, Adam Brenecki!)
- Solves an issue where "Menus could not be loaded" messages were occurring in certain situations.
- Expands test-coverage to include Python 3.3, 3.4
- Adds a CMS wizard to add a person (available when CMS 3.2.0 is released)
- Bumps CMS requirements to work with CMS 3.2
- Fixes bug with empty value in aldryn config field validation
- Adds missing migration
- Fix South migration in Django 1.6.x
- Correct documentation issues
- Fixes an issue where the CMSToolbar may fail to load
- Adds revisioning
- Names (and slugs) are now translatable
- Groups are now sortable
- Users are presented alphabetically
- New option to show ungrouped people in people plugin
- New groups list view
- Adds CMS Toolbar "people" when on Aldryn People views
- Numerous other UI/UX improvements
- Adds documentation
- Adds Django 1.8.x and django CMS 3.1.x support
- Adds configuration for frontend testing
- Adds static placeholders to group-list and group-detail templates
- Added another missing django >= 1.7 migration
- Fixed integrity error on automatic slug generation
- Added missing django >= 1.7 migration
- Dropped support for django 1.4 & 1.5
- Updated requirements to require aldryn-common>=0.1.3
- Use get_current_language from cms instead get_language from Django because Django bug #9340