--- . Django 1.11 compatibility. . Recreated `Banner` model with headline, body, and button components. . Removed `django-dfp` dependency.
0.6
--- . Django 1.6 compatibility.
0.5
--- . Remove dependency on `jmbo-foundry`. . Add tests.
0.4
--- . Rename `get_absolute_url` method to `get_target_url` since it was breaking Jmbo convention. If you have customized `imagebanner_*.html` then you need to update them.
0.3
--- . Remove redundant tests. . Use newer version of `django-dfp`. If you have customized `dfpbanner_detail.html` or `dfpbanner_list_item.html` then you need to update them.
0.2.6
----- . If there is no actual banner and the banner proxy has no image set then don't render anything. . Cache templates.