From 90c896e1b09c880aa09213d2b493609dc637f119 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Tue, 3 Oct 2023 16:54:08 +0200 Subject: [PATCH] feat: Bump to 5.1.4 (#653) --- djangocms_text_ckeditor/__init__.py | 2 +- .../templates/cms/plugins/widgets/ckeditor.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/djangocms_text_ckeditor/__init__.py b/djangocms_text_ckeditor/__init__.py index eaf00d69b..a082aad7a 100644 --- a/djangocms_text_ckeditor/__init__.py +++ b/djangocms_text_ckeditor/__init__.py @@ -16,6 +16,6 @@ 10. Publish the release when ready 11. Github actions will publish the new package to pypi """ -__version__ = '5.1.3' +__version__ = '5.1.4' default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig' diff --git a/djangocms_text_ckeditor/templates/cms/plugins/widgets/ckeditor.html b/djangocms_text_ckeditor/templates/cms/plugins/widgets/ckeditor.html index f7a2ea043..1dc02f05e 100644 --- a/djangocms_text_ckeditor/templates/cms/plugins/widgets/ckeditor.html +++ b/djangocms_text_ckeditor/templates/cms/plugins/widgets/ckeditor.html @@ -4,7 +4,7 @@ window._cmsCKEditors = window._cmsCKEditors || []; window._cmsCKEditors.push([ '{{ ckeditor_selector }}', - {{ plugin_pk|default:"''"|unlocalize }} + '{{ plugin_pk|default:""|unlocalize }}' ]); })();