Releases: Coverfox/cfblog
Releases · Coverfox/cfblog
v0.2.16
v0.2.15
- Added url field to Category
v0.2.14
v0.2.13
- support for django 1.11
- packaging improvements
v0.2.12
- enabled django templating support for cms context
v0.2.11
- removed hidden attribute from editor tags. this fixes recent amp release making editors invisible.
v0.2.10
- removed redundant html parsing. this will decrease the cms rendering time significantly.
- removed mutable defaults for JSONField.
v0.2.9
- support for mutiple static page categories
v0.2.8
- Bug fixes
- fix for migrations failing if
cfblogis migrated beforesitesapp - publish button now checks for publish permissions using settings rather than user permissions
- fix for migrations failing if
v0.2.6
parse_cms_templatetakestemplate_contextwhich will be used to render the included snippets- renamed the argument
dictionarytocms_contextinparse_cms_template[Backward Incompatible] - added two settings
CFBLOG_CAN_EDITandCFBLOG_CAN_PUBLISHwhich should take the user and return if the user has permission to edit or publish the content respectively