Skip to content

Releases: open-oni/plugin_featured_content

v0.7.0 - Update urls.py; avoid Django warning

29 Mar 22:18
Compare
Choose a tag to compare

Update urls.py

  • Switch to django.urls rather than django.conf.urls which is
    deprecated and will be removed in Django 4.0

Document importing view to avoid Django warning if routing to root URL

v0.6.0 - Simplify "this day" page selection

08 Feb 00:48
Compare
Choose a tag to compare

Select "this day" pages by page, not issue and switch default branch to "main"

v0.3.0: Exposed API

24 Aug 16:21
Compare
Choose a tag to compare
v0.3.0: Exposed API Pre-release
Pre-release

The Featured content can now be pulled via a "helpers" module for sites which need the data but can't override their home page and home route handler.

v0.2.0: Faster queries

07 Aug 22:00
Compare
Choose a tag to compare
Pre-release

This version updates some of the queries to ensure a faster homepage when either random pages are desired, or "this day in history" is set up.

Featured Content v0.1.0

24 Jul 17:10
Compare
Choose a tag to compare
Pre-release

This marks the first release of the featured content plugin