Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 969 Bytes

CHANGELOG.md

File metadata and controls

41 lines (25 loc) · 969 Bytes

Wagtail Footnotes Changelog

0.7.0

  • Clean up old step from README - It is no longer recommended to define footnotes in WAGTAILADMIN_RICH_TEXT_EDITORS
  • Add footnotes rich text feature automatically
  • Clean up RichTextBlockWithFootnotes
  • Make Footnotes unique on page <-> uuid

0.6.0

  • Add WAGTAIL_FOOTNOTES_TEXT_FEATURES to add custom rich text features to footnote content
  • Update requrements to Django>=2.2, <3.3

0.5.0

  • Update requirements to wagtail>=2.5, <3
  • Fix Javascript registering

0.4.0

  • Replace tags in both render and render_basic

0.3.1

  • Cleanup code/readme
  • Increase requirements to Django>=2.2, <3.2 and wagtail>=2.5, <2.11

0.3.0

  • Remove old template tag references
  • Remove the FootnotesMixin
  • Mark output of RichTextBlockWithFootnotes as safe

0.2.0

  • Moved templates to wagtail_footnotes/templates/wagtail_footnotes/*

0.1.0

  • Initial release of the Wagtail Footnotes package