- Fixed a misleading link to MDN inside code documentation
- Abstract the link model so it can be extended by other addons
- Fixed an issue in
DJANGOCMS_PICTURE_ALIGN
where "Align center" pointed to the wrong value - Updated translations
- Prevent changes to
DJANGOCMS_PICTURE_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
- Fixed an issue when no image is set after deletion in django-filer (on_delete=SET_NULL)
- Updated translations
- Fixed an issue with
picture_link
not working as expected in the template - Fixed an issue where the alt text was not displayed appropriately
- Fixed an issue where placeholder params can be strings (#32)
- Fixed an issues with migrations where Null values caused
IntegrityError
- Fixes an issue where images throw an
AttributeError
- Backwards incompatible changes
- Added
DJANGOCMS_PICTURE_TEMPLATES
setting - Added
DJANGOCMS_PICTURE_NESTING
setting - Added
DJANGOCMS_PICTURE_ALIGN
setting - Added
DJANGOCMS_PICTURE_RATIO
setting - Moved template from
templates/cms/plugins/picture.html
totemplates/djangocms_picture/default/picture.html
- Renamed model field
url
tolink_url
andpage_link
tolink_page
- Migrate model field
image
toFilerImageField
and renamed topicture
- Migrated
alt
andlongdesc
data toFilerImageField
- Renamed model field
float
toalignment
- Removed Django < 1.8 support
- Added
- Added adaptions to
README.txt
- Updated translations
- Use this version for Django < 1.8 support