Skip to content

chore: Prepare release 5.0.2 #8293

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 5 commits into from
Jul 17, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
37 changes: 37 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,45 @@
5.0.2 (2025-07-17)
==================

Bug Fixes:
----------
* The headless template included inline CSS (#8291) (#8292) (14dd89faf) -- Fabian Braun
* GrouperAdmin Search in content model (#8284) (#8290) (46f0e0775) -- Muhammad Hassan Siddiqi
* Allow clicks to propagate to plugins (#8288) (#8289) (2c1ab2d7d) -- Fabian Braun
* show_placeholder did not respect edit/preview mode and failed loudly (#8272) (#8274) (e7be7bc9b) -- Fabian Braun
* Allow lazy wizard initialization (#8265) (365185848) -- Fabian Braun
* Apphook widgets were not always detected correctly (#8263) (ec2f4e815) -- Fabian Braun
* Migrating from django CMS 3.x failed in some rare cases (#8249) (bcf7f895a) -- jmit-modern
* Added default_auto_field to cms/apps.py (#8254) (4a12dd38a) -- Fabian Braun
* 404 not raised in CMS view when no URLs matched (#8240) (3d069cbe5) -- Stefan Wehrmeyer
* Replaced outdated usage of page__node__path with page__path (#8238) (a9105a738) -- Stefan Wehrmeyer



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

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

* Fabian Braun (6 pull request)
* Github Release Action (3 pull requests)
* jmit-modern (1 pull request)
* Muhammad Hassan Siddiqi (1 pull request)
* Stefan Wehrmeyer (2 pull requests)

With the review help of the following contributors:

* Fabian Braun
* Vinit Kumar

Thanks to all contributors for their efforts!

5.0.1 (2025-05-21)
==================

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

* Adjust checks for GrouperAdmin to allow for `prepopulated_fields` (d6be4747e) -- Fabian Braun
* Show all text-enabled plugins inside djangocms-text (0a2ce64c4) -- Fabian Braun
* Structure board update sometimes failed to add all interactive elements (d040cee) -- Fabian Braun
Expand Down
2 changes: 1 addition & 1 deletion cms/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '5.0.1'
__version__ = '5.0.2'
Binary file modified cms/locale/tr_TR/LC_MESSAGES/django.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions cms/locale/tr_TR/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# Translators:
# Bilal Tonga <bilaltonga@gmail.com>, 2022
# Ender <endertopaloglu@gmail.com>, 2023
# Ender Topaloğlu <endertopaloglu@gmail.com>, 2023
# Jonas Obrist <ojiidotch@gmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: django-cms\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-23 12:21+0000\n"
"PO-Revision-Date: 2022-12-12 10:32+0000\n"
"Last-Translator: Ender <endertopaloglu@gmail.com>, 2023\n"
"Last-Translator: Ender Topaloğlu <endertopaloglu@gmail.com>, 2023\n"
"Language-Team: Turkish (Turkey) (https://app.transifex.com/divio/teams/58664/tr_TR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cms/static/cms/css/5.0.2/cms.headless.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file removed cms/static/cms/fonts/5.0.1/django-cms-iconfont.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading