Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

68 lines (44 loc) · 2.17 KB

Wagtail Footnotes Changelog

Unreleased

  • Add support for Wagtail 5.2
  • Add Wagtail 5.2 and Python 3.12 in test matrices @katdom13

0.10.0

  • 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

0.9.0

  • Add support for Wagtail 4.0
  • Add GitHub Action to publish to PyPI on release by @zerolab in (torchbox#45)

0.8.0

  • 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

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