Skip to content

Updated frontend bundles to include the fixes #8106

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
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
4 changes: 3 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
=== 4.0.1 (unreleased) ===
* Introduced Django 4.2 support.
* Dropped Support for Django<3.1

* Fix: Structure mode toggle button disappearing from toolbar (#7970)
* Fix: CSS bundle versioned path (#7872)
* Fix: update util function add_builtin_arguments (#7858)

=== 4.0.0 (unreleased) ===
* feat: Added live-url querystring parameter option for PageContent edit and preview endpoints
Expand Down
2 changes: 1 addition & 1 deletion cms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '4.0.1.dev5'
__version__ = '4.0.1.dev6'

default_app_config = 'cms.apps.CMSConfig'

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

1 change: 0 additions & 1 deletion cms/static/cms/js/dist/4.0.1.dev5/bundle.toolbar.min.js

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cms/static/cms/js/dist/4.0.1.dev6/bundle.toolbar.min.js

Large diffs are not rendered by default.

Loading
Loading