8000 build: merge 4.1.0rc2 into `release/4.1.x` by fsbraun · Pull Request #7543 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

build: merge 4.1.0rc2 into release/4.1.x #7543

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 6 commits into from
Apr 25, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Update CHANGELOG.rst
  • Loading branch information
fsbraun authored Apr 25, 2023
commit 457b8dcc11acbccd2a79762a48bcd6521a964d78
44 changes: 40 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,53 @@
4.1.0rc2 (unpublished)
======================

Features:
---------

* Graceful plugin exceptions (#7423)
* Reintroduce indicator menus (#7426)
* Add release scripts for develop-4 branch (#7466)
* Icon update (#7494)
* Add setting to redirect slugs to lowercase et al. (#7510)
* Grouper model admin class
* Change `TitleExtension` to `PageContentExtension` (#7369)
* Optimize populating page content cache for Page model. (#7177)
* Unified icon font with icons for versioning, moderation and version locking
* Django 4.1 and 4.0 support
* Python 3.10 support
* Django 4.2, 4.1 and 4.0 support
* Python 3.11, 3.10 support
* Remove patching of PageContent by djangocms-versioning (#7446)
* Utility function get_placeholder_from_slot for PlaceholderRelationField (#7479)

Bug Fixes:
----------

* Language switching in page settings (#7507)
* Show language menu in toolbar only if at least two languages are configured (#7508)
* Moving plugins between placeholders, plugin api (#7394)
* Apphooks at endpoints (#7496)
* Fix bug that broke page tree if it contained empty page content
* Fix bug that created new page content not in the displayed language but the browser language
* feat: graceful plugin exceptions. Exceptions when rendering a plugin are caught and logged
* Remove outdated Django setting SEND_BROKEN_LINK_EMAILS
* Introduce dropdown menus in the page tree for status indicators
* Fixed redirect issues when i18n_patterns had prefix_default_language = False
* add release scripts for develop-4 branch (#7466) (ddbc99a53) -- Fabian Braun

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

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

* Fabian Braun (55 pull requests)
* Mark Walker (1 pull request)
* Nebojsa Knezevic ( 1 pull request)

With the review help of the following contributors:

* Andrew Aikman
* Fabian Braun
* Mark Walker

Thanks to all contributors for their efforts!

4.0.0 (unreleased)
==================

Expand Down
0