Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

32 lines (26 loc) · 1.14 KB

0.2.0 - 2016-11-30

Fixed

  • Verbose name of themes instead of Theme settings
  • Exception ImproperlyConfigured in ThemeMiddleware

Added

  • Optional settings WAGTAIL_THEME_PATH for storing themes into one directory (issue #5)
  • Unit and integration tests and CI with Travis

0.1.3 - 2016-09-12

Fixed

  • Backwards compatibility with Django 1.10 new middleware classes (issue #1)

0.1.2 - 2016-09-12

Fixed

  • Missing README.md when installing from pypi

0.1.1 - 2016-09-12

Fixed

  • Prevent making migrations when changing WAGTAIL_THEMES (issue #2)

0.1.0 - 2016-09-09

Added

  • Initial prototype