django-cms v3.4.7 Release Notes

Release Date: 2020-07-21 // almost 4 years ago
    • โœ‚ Removed extra quotation mark from the sideframe button template
    • ๐Ÿ›  Fixed a bug where xframe options were processed by clickjacking middleware when page was served from cache, rather then get this value from cache
    • ๐Ÿ›  Fixed a bug where cached page permissions overrides global permissions
    • ๐Ÿ›  Fixed a bug where editing pages with primary keys greater than 9999 would throw an exception.
    • ๐Ÿ›  Fixed broken wizard page creation when no language is set within the template context (see #5828).
    • ๐Ÿ›  Fixed a security vulnerability in the plugin_type url parameter to insert JavaScript code.