Skip to content

Releases: Coverfox/cfblog

v0.2.16

26 Mar 14:57

Choose a tag to compare

  • Fixes makemigrations generating new migration in python2

v0.2.15

25 Mar 00:11
c3f78d9

Choose a tag to compare

  • Added url field to Category

v0.2.14

19 Mar 21:15
a6f34ce

Choose a tag to compare

  • added support for python3.5 and python3.6 (Fixes #37)
  • Fix messaging in request render if backup template is not defined (#39)
  • using static tag instead of static url building
  • packaging improvements
  • Using CDN url instead of assets packaging
  • Include requirements.txt file in package
  • Universal build

v0.2.13

14 May 17:55

Choose a tag to compare

  • support for django 1.11
  • packaging improvements

v0.2.12

09 Apr 00:16

Choose a tag to compare

  • enabled django templating support for cms context

v0.2.11

17 Mar 14:14

Choose a tag to compare

  • removed hidden attribute from editor tags. this fixes recent amp release making editors invisible.

v0.2.10

12 Jan 23:54

Choose a tag to compare

  • removed redundant html parsing. this will decrease the cms rendering time significantly.
  • removed mutable defaults for JSONField.

v0.2.9

08 Aug 11:28

Choose a tag to compare

  • support for mutiple static page categories

v0.2.8

21 Jun 14:03

Choose a tag to compare

  • Bug fixes
    • fix for migrations failing if cfblog is migrated before sites app
    • publish button now checks for publish permissions using settings rather than user permissions

v0.2.6

09 Jun 10:58

Choose a tag to compare

  • parse_cms_template takes template_context which will be used to render the included snippets
  • renamed the argument dictionary to cms_context in parse_cms_template [Backward Incompatible]
  • added two settings CFBLOG_CAN_EDIT and CFBLOG_CAN_PUBLISH which should take the user and return if the user has permission to edit or publish the content respectively