pypi wagtail-herald 0.5.0
v0.5.0: ads.txt & security.txt Support

latest releases: 0.12.1, 0.12.0, 0.11.1...
7 months ago

Highlights

  • ads.txt Management — Configure Authorized Digital Sellers declarations per site from the Wagtail admin. Returns 404 when empty.
  • security.txt Management — Serve RFC 9116 security policy at /.well-known/security.txt per site from the Wagtail admin. Returns 404 when empty.

Both follow the same proven pattern as the existing robots.txt management, with per-site support via BaseSiteSetting.

What's Changed

  • feat: add ads.txt and security.txt support to SEOSettings @kkm-horikawa (#96)
  • docs: add PyPI downloads badge @kkm-horikawa (#94)
  • docs: remove comparison table from README

Upgrade Guide

  1. Run migrations:
    python manage.py migrate
  2. URL setup is shared — if you already include wagtail_herald.urls, both /ads.txt and /.well-known/security.txt are automatically available.
  3. Configure content in Settings → SEO Settings in the Wagtail admin.

Full Changelog: v0.4.1...v0.5.0

Don't miss a new wagtail-herald release

NewReleases is sending notifications on new releases.