Skip to content

Commit

Permalink
ci: Merging release/3.11.0 (#7377)
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Aug 19, 2022
1 parent abc6e6c commit fef9158
Show file tree
Hide file tree
Showing 36 changed files with 1,779 additions and 54 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,22 @@ Changelog
unreleased
==========

3.11.0 (2022-08-02)
===================

Highlights:
-----------
* Support for django 4
* Dark mode support

* Added dark mode support to css, dark mode settings and toggle button
* Fix publishing of static placeholders outside of CMS pages
* Allow to override the template rendered after a plugin has been saved.
* Revert change to the toolbar sites menu to use ``http`` protocol.
* Fix edit plugin popup width (remove 850px width constraint).
* Fix except block using list instead of tuple. (#7334)
* Added cache ttl extension point.
* Added spell checking to pre-commit and github workflows
* Added cache ttl extension point.
* Added current language to the page cache key (#6607)

3.10.1 (2022-06-28)
Expand Down
2 changes: 1 addition & 1 deletion cms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import django

__version__ = '3.10.1'
__version__ = '3.11.0'

if django.VERSION < (3, 2):
default_app_config = 'cms.apps.CMSConfig'
Binary file added cms/locale/en/LC_MESSAGES/django.mo
Binary file not shown.

0 comments on commit fef9158

Please sign in to comment.