Releases: arteria/cmsplugin-contact-plus
1.3.23
1.3.11
- Add input placeholders
v1.3.10
v1.3.9
v1.3.8
v1.3.7
v1.3.6
-
Remove undocumented template auto-discovery functionality
Upgrading: If you have relied on Contact Plus to automagically discover multiple form template choices, make sure the choices are now listed explicitly in your settings as described here: https://github.com/arteria/cmsplugin-contact-plus#cmsplugin_contact_plus_templates
v1.3.5
-
Drop Django 1.4 support
-
Replace https://github.com/centralniak/django-inline-ordering dependency with https://github.com/iambrandontaylor/django-admin-sortable.
Upgrading: Remove
'inline_ordering'
fromINSTALLED_APPS
and add'adminsortable'
instead. To ensure the compatibility of the new dependency with your project's Django version, have a look at the "Supported Django Versions", "Installation", and "Configuration" sections of the README.