Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 90c896e

Browse files
authored
feat: Bump to 5.1.4 (#653)
1 parent 4e5c4bd commit 90c896e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

djangocms_text_ckeditor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
10. Publish the release when ready
1717
11. Github actions will publish the new package to pypi
1818
"""
19-
__version__ = '5.1.3'
19+
__version__ = '5.1.4'
2020

2121
default_app_config = 'djangocms_text_ckeditor.apps.TextCkeditorConfig'

djangocms_text_ckeditor/templates/cms/plugins/widgets/ckeditor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
window._cmsCKEditors = window._cmsCKEditors || [];
55
window._cmsCKEditors.push([
66
'{{ ckeditor_selector }}',
7-
{{ plugin_pk|default:"''"|unlocalize }}
7+
'{{ plugin_pk|default:""|unlocalize }}'
88
]);
99
})();
1010
</script>

0 commit comments

Comments
 (0)