Skip to content

Commit

Permalink
Bump to version 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Nov 11, 2018
1 parent ebf727a commit a2622d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmsplugin_cascade/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
15. git commit -m 'Start with <version>'
16. git push
"""
__version__ = "0.17"
__version__ = "0.17.1"

default_app_config = 'cmsplugin_cascade.apps.CascadeConfig'
11 changes: 11 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Release History
===============

0.17.1
======
* User margin classes for HeadingPlugin as provided by Bootstrap-4.
* In SectionMixin, fix problem if no cascadepage is associated with CMS page.
* Fix: Can add BootstrapColumn with interface +.
* Fix: Add missing file carsousel template file.
* Render a nicer warning box if plugin template not found.
* Fix problem with missing placeholderreference.
* Adopted examples to support Bootstrap-3 as well as Bootstrap-4.
* Add filter function to find font-icon by name.

0.17
====
* Add support for django-CMS 3.5.
Expand Down

0 comments on commit a2622d1

Please sign in to comment.