django CMS v3.7.1 Release Notes

Release Date: 2019-11-26 // over 4 years ago
    • โž• Added code of conduct reference file to the root directory
    • ๐Ÿšš Moved contributing file to the root directory
    • โž• Added better templates for new issue requests
    • ๐Ÿ›  Fixed a bug where creating a page via the cms.api.create_page ignores left/right positions.
    • ๐Ÿ›  Fixed documentation example for urls.py when using multiple languages.
    • Mark public static placeholder dirty when published.
    • ๐Ÿ›  Fixed a bug where request.current_page would always be the public page, regardless of the toolbar status (draft / live). This only affected custom urls from an apphook.
    • ๐Ÿ›  Fixed a bug where the menu would render draft pages even if the page on the request was a public page. This happens when a user without change permissions requests edit mode.
    • ๐Ÿ›  Fixed the 'urls.W001' warning with custom apphook urls
    • Prevent non-staff users to login with the django CMS toolbar
    • โž• Added missing {% trans %} to toolbar shortcuts.
    • ๐Ÿ›  Fixed branch and release policy.
    • ๐Ÿ‘Œ Improved and simplified permissions documentation.
    • ๐Ÿ‘Œ Improved apphooks documentation.
    • ๐Ÿ‘Œ Improved CMSPluginBase documentation.
    • ๐Ÿ‘Œ Improved documentation related to nested plugins.
    • โšก๏ธ Updated installation tutorial.
    • ๐Ÿ›  Fixed a simple typo in the docstring for cms.utils.helpers.normalize_name.
    • โšก๏ธ Updated 'How to create Plugins' Tutorial.