- Added support for Wagtail 6.2 (torchbox#72) @willbarton Note: this adds a backwards-compatible locale verbose_name migration
- Added ability to customize the footnote reference rendering (torchbox#70) @willbarton
To change the default template (
wagtail_footnotes/includes/footnote_reference.html
), add theWAGTAIL_FOOTNOTES_REFERENCE_TEMPLATE
setting to your template
- Improve README @benjaoming
- Drop support for Wagtail < 5.2 @katdom13
- Add support for Wagtail 6.0/6.1, Django 5.0 and Python 3.12 @katdom13
- Make footnotes translatable @jhonatan-lopes, and make the package strings translatable @zerolab
- Add tests. (torchbox#49) @nickmoreton Includes tox 4, coverage configuration.
- Drop support for Python 3.7 and Wagtail < 4.1. (torchbox#49) @nickmoreton
- Add the coverage report to the GitHub Actions summary. @zerolab
- Switch to using ruff for linting. (torchbox#52) @zerolab
- Switched to using PyPI trusted publishing (torchbox#53) @zerolab
- Switched to using flit for packaging (torchbox#54) @zerolab
- Add support for Wagtail 4.0
- Add GitHub Action to publish to PyPI on release by @zerolab in (torchbox#45)
- Add support for Wagtail 3.0 and drop support for all Wagtail versions before 2.15
- Dropped support for all Django versions before 3.2
- Removed support for Python 3.6
- Fix previews (torchbox#24) - @jsma
- 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