django-wm: 4.0.1
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=valuequeryset filters, or--allto reprocess all of them.
Added management command
mentions_pendingto replacepending_mentionsfor naming consistency with other commands.pending_mentionsstill works though.
Now compatible with
Wagtail>=3.0.3(previously>=4.0).mentions_wagtail_pathstill requires>=4.0: usementions_wagtail_routeormentions_wagtail_re_path.