Skip to content

Commit f07f878

Browse files
fsbraunGithub Release Action
andauthored
chore: Prepare release 4.1.7 (#8275)
* [4.1.7 release process] Bumped version to 4.1.7 * [4.1.7 release process] compilemessages * [4.1.7 release process] compiling new static files * [4.1.7 release process] updating latest docs * Update changelog --------- Co-authored-by: Github Release Action <info@django-cms.org>
1 parent c062968 commit f07f878

32 files changed

+105
-23
lines changed

CHANGELOG.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
4.1.7 (2025-06-30)
2+
==================
3+
4+
Bug Fixes:
5+
----------
6+
* show_placeholder did not respect edit/preview mode and failed loudly (#8273) (c062968b7) -- Fabian Braun
7+
* Updated deprecation warning to current version scheme (#8269) (ce2dba0) -- Fabian Braun
8+
* Allow lazy wizard initialization (#8268) (04003bb) -- Fabian Braun
9+
* Migration failed in rare cases (#8249) (b5b7f30) -- Fabian Braun
10+
* Added default_auto_field to cms/apps.py (#8254) (14425d) -- Fabian Braun
11+
* Adjusted checks for GrouperAdmin to allow for `prepopulated_fields` (#8255) (7f08375) -- Fabian Braun
12+
* Remove text decorations in page tree introduced by django 5.2 (#8214) (56b75e1) -- Fabian Braun
13+
14+
15+
Statistics:
16+
-----------
17+
18+
This release includes 10 pull requests, and was created with the help of the following contributors (in alphabetical order):
19+
20+
* Fabian Braun (7 pull request)
21+
* Github Release Action (3 pull requests)
22+
23+
With the review help of the following contributors:
24+
25+
* Vinit Kumar
26+
27+
Thanks to all contributors for their efforts!
28+
129
4.1.6 (2025-04-22)
230
==================
331

cms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '4.1.6'
1+
__version__ = '4.1.7'
22

33
default_app_config = 'cms.apps.CMSConfig'

cms/locale/de/LC_MESSAGES/django.mo

0 Bytes
Binary file not shown.

cms/locale/de/LC_MESSAGES/django.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
# Angelo Dini <angelo.dini@divio.ch>, 2023
99
# Jannik Vieten <me@exploide.net>, 2023
1010
# Peter Wischer <peter.wischer@lwl.org>, 2023
11-
# Fabian Braun <fsbraun@gmx.de>, 2024
11+
# Fabian Braun <fsbraun@gmx.de>, 2025
1212
# Jonas Obrist <ojiidotch@gmail.com>, 2011
1313
msgid ""
1414
msgstr ""
1515
"Project-Id-Version: django-cms\n"
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2023-08-23 12:21+0000\n"
1818
"PO-Revision-Date: 2022-12-12 10:32+0000\n"
19-
"Last-Translator: Fabian Braun <fsbraun@gmx.de>, 2024\n"
19+
"Last-Translator: Fabian Braun <fsbraun@gmx.de>, 2025\n"
2020
"Language-Team: German (https://app.transifex.com/divio/teams/58664/de/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -513,7 +513,7 @@ msgid "Duplicate this Page"
513513
msgstr "Diese Seite duplizieren"
514514

515515
msgid "Edit this Page"
516-
msgstr "Diese Seite berabeiten"
516+
msgstr "Diese Seite bearbeiten"
517517

518518
msgid "Page settings"
519519
msgstr "Seiten-Einstellungen"
11 Bytes
Binary file not shown.

cms/locale/tr_TR/LC_MESSAGES/django.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#
55
# Translators:
66
# Bilal Tonga <bilaltonga@gmail.com>, 2022
7-
# Ender <endertopaloglu@gmail.com>, 2023
7+
# Ender Topaloğlu <endertopaloglu@gmail.com>, 2023
88
# Jonas Obrist <ojiidotch@gmail.com>, 2011
99
msgid ""
1010
msgstr ""
1111
"Project-Id-Version: django-cms\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-08-23 12:21+0000\n"
1414
"PO-Revision-Date: 2022-12-12 10:32+0000\n"
15-
"Last-Translator: Ender <endertopaloglu@gmail.com>, 2023\n"
15+
"Last-Translator: Ender Topaloğlu <endertopaloglu@gmail.com>, 2023\n"
1616
"Language-Team: Turkish (Turkey) (https://app.transifex.com/divio/teams/58664/tr_TR/)\n"
1717
"MIME-Version: 1.0\n"
1818
"Content-Type: text/plain; charset=UTF-8\n"

cms/static/cms/css/4.1.6/cms.base.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

cms/static/cms/css/4.1.6/cms.pagetree.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

cms/static/cms/css/4.1.6/cms.admin.css renamed to cms/static/cms/css/4.1.7/cms.admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cms/static/cms/css/4.1.7/cms.base.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)