8000 build: Release 3.11.0rc1 by creyD · Pull Request #7326 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

build: Release 3.11.0rc1 #7326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 24, 2022
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 59 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,67 @@
Changelog
=========

unreleased
==========
3.11.0 (2022-05-23)
===================

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


Features:
---------
* Add pre commit functionality (#7204) (d1ecb6359) -- Mark Walker
* Run workflows in concurrency groups (#7211) (04e843337) -- Mark Walker
* Added concurrency option to github workflows (#7205) (546b36827) -- Mark Walker
* Add support for django 4 (#7268) (9e8eb17) -- Vinit Kumar
* Make Plugin Confirm Template configurable (#7267) (bab1e6e) -- Jacob Rief
* Add support for dark mode for toolbar, page tree, structure tree, modals (#7245) (b2d9a08) -- Fabian Braun

Bug Fixes:
----------
* release script version number (#7322) (8ffc6488d) -- Mark Walker
* add support for custom user model in cms permission signals (#7281) (c10b8ffc3) -- Vinit Kumar
* publishing static placeholders outside of CMS (#7253) (bdb50b650) -- Adrien Delhorme
* Toolbar bug in 3.10 (#7232) (b12d07989) -- Mark Walker
* Disable workflow concurrency to bring stability back to the CI (#7209) (fdad05756) -- Mark Walker

Statistics:
-----------

This release includes 38 pull requests, and was created with the help of the following contributors (in alphabetical order):

* Adrien Delhorme (1 pull request)
* Anatoliy (1 pull request)
* Cam Cecil (1 pull request)
* Christian Clauss (4 pull requests)
* Conrad (3 pull requests)
* crydotsnake (1 pull request)
* dependabot[bot] (0 pull request)
* Devyn Keeney (1 pull request)
* Dmytro Litvinov (1 pull request)
* Florian Delizy (1 pull request)
* fsbraun (1 pull request)
* Jacob Rief (1 pull request)
* Mark Walker (13 pull requests)
* Vinit Kumar (3 pull requests)

With the review help of the following contributors:

* Adrien Delhorme
* Anatoliy
* crydotsnake
* dependabot[bot]
* fsbraun
* Jacob Rief
* Mark Walker
* Simon Krull
* Vinit Kumar
* Youri Roggeveen

Thanks to all contributors for their efforts!

3.10.0 (2022-03-26)
===================

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.0'
__version__ = '3.11.0rc1'

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.
Loading
0