- Fixed a bug where overriding
Site.__str__
resulted in invalid urls.
- Fixed a bug which prevented links from working when the page referenced is on a different site from the one that contains the plugin.
- Updated translations
- Added compatibility for django 1.10
- Fixed a bug with newer versions of django-select2 which prevented users from selecting a page.
- Added compatibility for django 1.10
- Added better validation to set a link
- Added support for django-select2 5.x
- Removed unused
UserSearchField
- Updated translations
- Prevent changes to
DJANGOCMS_LINK_XXX
settings from requiring new migrations - Changed naming of
Aldryn
toDivio Cloud
- Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.4 and dropped 3.2
- Removed NetBios Pattern from doccd umentations as its incorrect
- Updated translations
- Fixed an issue with
target
attribute
- Fixed an issues with migrations where Null values caused
IntegrityError
- Backwards incompatible changes
- Added
DJANGOCMS_LINK_TEMPLATES
setting - Added select2 configuration setting
DJANGOCMS_LINK_USE_SELECT2
- Moved template from
templates/cms/plugins/link.html
totemplates/djangocms_link/default/link.html
- Removed
name
andtarget
context in favour ofinstance.name
andinstance.target
- Removed Django < 1.8 support
- Renamed model field
url
toexternal_link
andpage_link
tointernal_link
- Added
- Added adaptions to
README.txt
- Fixed an issue where links appear twice
- 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.