Recent Releases of peregrine

peregrine - 0.5.1

What's Changed

  • We do not yet support Wagtail 3, so require 2.x (thanks @tdxdave!).

Full Changelog: https://github.com/flipperpa/peregrine/compare/0.5.0...0.5.1

- Python
Published by FlipperPA about 4 years ago

peregrine - 0.5.0

  • support and require Wagtail 2.15 LTS or greater
  • support Django 3.x
  • remove suport for Django 2.2 or less

- Python
Published by FlipperPA over 4 years ago

peregrine - 0.4.0

  • Support and require Wagtail version 2.9 or greater
  • Require django-bootstrap4 version 2 or greater (for six deprecation)
  • Only allow text in OpenGraph descriptions

- Python
Published by FlipperPA about 5 years ago

peregrine - 0.3.0

This release adds OpenGraph support for social media sites to have a preview. It allows for the following Django settings to be used:

python WAGTAIL_SITE_NAME = "PyPhilly: Home of Tim Allen, aka FlipperPA" WAGTAIL_SITE_DESCRIPTION = "PyPhilly is the website of Tim Allen, a web developer living in Philadelphia. Tim has a wide range of interests, but mostly writes about Python, Django, and virtual reality." WAGTAIL_SITE_URL = "https://PyPhilly.org/"

On pages and posts, it will override those settings to use the contents of the specific page or post.

- Python
Published by FlipperPA over 5 years ago