8000 Updated frontend bundles to include the fixes (#8106) · django-cms/django-cms@0170a00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0170a00

Browse files
authored
Updated frontend bundles to include the fixes (#8106)
* Updated frontend bundles to include the fixes * Updated changelog
1 parent e972a26 commit 0170a00
Collapse file tree

22 files changed

+317
-315
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
=== 4.0.1 (unreleased) ===
22
* Introduced Django 4.2 support.
33
* Dropped Support for Django<3.1
4-
4+
* Fix: Structure mode toggle button disappearing from toolbar (#7970)
5+
* Fix: CSS bundle versioned path (#7872)
6+
* Fix: update util function add_builtin_arguments (#7858)
57

68
=== 4.0.0 (unreleased) ===
79
* feat: Added live-url querystring parameter option for PageContent edit and preview endpoints

cms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '4.0.1.dev5'
1+
__version__ = '4.0.1.dev6'
22

33
default_app_config = 'cms.apps.CMSConfig'

cms/static/cms/css/4.0.1.dev5/cms.base.css renamed to cms/static/cms/css/4.0.1.dev6/cms.base.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.0.1.dev5/cms.pagetree.css renamed to cms/static/cms/css/4.0.1.dev6/cms.pagetree.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.0.1.dev5/cms.welcome.css renamed to cms/static/cms/css/4.0.1.dev6/cms.welcome.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.

0 commit comments

Comments
 (0)
0