Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 737 Bytes

CHANGELOG.rst

File metadata and controls

40 lines (27 loc) · 737 Bytes

Changelog

1.0.0

  • BREAKING CHANGE: This version supports Python 3.6+ and Django 2.0+

0.3.0

  • Add legaltext_url templatetag for getting url from slug or name
  • Add admin action for legaltext version export
  • Enlarge legaltext slug and name fields to 128 characters
  • Bugfixes

0.2.2

  • Improved markdown rendering inside custom html elements

0.2.1

  • Allow nested anchor blocks and newlines in checkbox texts.

0.2.0

  • Add optional url name for legal texts as an alternative to the default slug
  • Auto-created legal text versions now always have a checkbox added
  • Add setting to pass extra attributes to checkbox html elements
  • Bugfixes and typos

0.1.0

  • Initial release