- Assign saved plugin_text correctly for article model following from 1.2.5.
1.2.5
- Fixed bug that was causing recursion error when article card plugin was placed on an article detail page. The read_time attribute is now calculated from rich text plugins only.
1.2.4
- Add optional title field to the related article plugin
1.2.3
- Update to Django 4 for development - Add 0006 migration which adds django 4 related field changes - fix slotname for PlaceholderField on Article model - Avoid hard stop if we don't set REGISTER_NEWS_APP in settings by using getattr, defaults to False