From 0a970bad58595d081be18ec15b6ddd92b7fdcd66 Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Wed, 2 Oct 2024 10:14:34 +0200 Subject: [PATCH] django-content-editor 7.1 --- CHANGELOG.rst | 3 +++ content_editor/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f97c22ee..cc47c67b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,9 @@ Change log Next version ============ +7.1 (2024-10-02) +================ + - Changed the plugin buttons grid to allow collapsing empty rows. - Disabled dragging plugins when changes are not allowed anyway. - Stopped collapsing plugin initially when they contain errors. diff --git a/content_editor/__init__.py b/content_editor/__init__.py index ad3d184a..54ccb5d2 100644 --- a/content_editor/__init__.py +++ b/content_editor/__init__.py @@ -1 +1 @@ -__version__ = "7.0.12" +__version__ = "7.1.0"