django-cms v3.5.0 Release Notes

Release Date: 2018-01-31 // over 6 years ago
    • ๐Ÿ›  Fixed a bug which prevented users from seeing the welcome screen when debug is turned off.
    • ๐Ÿ”Œ Introduced improved repr for Page, Title, Placeholder and CMSPlugin models.
    • ๐Ÿ“‡ Rename publish buttons to no longer reference "page"
    • Page rendering will now use the draft page instead of public page for logged in users with change permissions, unless the preview GET parameter is used.
    • ๐Ÿ›  Fixed "Expand all / Collapse all" not reflecting real state of the placeholder tree
    • ๐Ÿ›  Fixed a bug where Aliased plugins would render if their host page was unpublished (and user was not on edit mode).
    • ๐Ÿ›  Fixed a bug where focusing inputs in modal would require 2 clicks in some browsers
    • ๐Ÿ”„ Changed the language chooser to always show all configured languages to staff members and public-only languages to anon users.
    • Introduced logic to copy pages to different sites from the admin.
    • โœ‚ Removed "View on Site" button when adding a page
    • Welcome page no longer uses multilingual URLs when not required.
    • Prevent users from passing a public page as parent in create_page api function