- Added additional settings
- Cleaned up file structure
- Removed Django < 1.8 support
- Adapted
README.txt
- Adapted fields
- Updated translations
- Added native Aldryn support
- Fixed styling issues with attributes field
- Pinned djangocms_attributes_field to v0.1.1+
- Fixed a regression where unnecessary whitespace was added to rendered html
- Pinned to djangocms-attributes-field v0.1.0
- Let attributes field be optional
- Adds support for arbitrary HTML attributes on link tag
- fix field name clashes with in Django 1.9
- Pin Django Select2 to >=4.3,<5.0 to preserve Django 1.6 compatibility
- Move migrations to standard location
- Move to djangocms-helper for tests
- PEP-8 / isort code style
- Fix tel field
- Change mailto field length
- Use RST for Readme
- Add repo badges for Travis, PyPI, etc.
- Add support for internal/intranet links using NetBios, NetBEUI or other hostnames
- Allow anchor-only links
- Added clarity to the helptext for the anchor field
- Fix a bug in forms Fix a we refer field.widget.queryset instead field.queryset.