Skip to content

Release 4.0.1

Michael Beaton edited this page Feb 8, 2024 · 2 revisions

Wagtail

  • Now compatible with Wagtail>=3.0.3 (previously >=4.0).

    • mentions_wagtail_path still requires >=4.0: use mentions_wagtail_route or mentions_wagtail_re_path otherwise.
  • Added management command mentions_reverify [filters ...] [--all]

    • Allows you to reprocess received Webmentions to see if they are still 'live'.
    • Accepts a space-separated list of field=value queryset filters, or --all to reprocess all of them.
  • Added management command mentions_pending to replace pending_mentions for naming consistency with other commands.

    • pending_mentions still works though.