- 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
- Add
WAGTAIL_FOOTNOTES_TEXT_FEATURES
to add custom rich text features to footnote content - Update requrements to
Django>=2.2, <3.3
- Update requirements to
wagtail>=2.5, <3
- Fix Javascript registering
- Replace tags in both
render
andrender_basic
- Cleanup code/readme
- Increase requirements to
Django>=2.2, <3.2
andwagtail>=2.5, <2.11
- Remove old template tag references
- Remove the
FootnotesMixin
- Mark output of
RichTextBlockWithFootnotes
as safe
- Moved templates to
wagtail_footnotes/templates/wagtail_footnotes/*
- Initial release of the Wagtail Footnotes package