Skip to content

Commit 3a6b6a3

Browse files
committed
Prepare release 0.2.2
1 parent 4b91439 commit 3a6b6a3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
Changelog
33
=========
44

5-
0.2.1 (20-08-2024)
6-
==================
5+
0.2.2 / 0.2.1 (20-08-2024)
6+
==========================
77

8+
* fix: Let the migration only convert djangocms-text-ckeditor plugins if a corresponding table exists in the database
9+
* fix: Let webpack import js map files from node libraries to remove references to non-existing map files in the js bundles
810
* fix: Unnecessary call to `static` in widget Media class made djangocms-text fail with manifest file storages
911

1012
0.2.0 (24-07-2024)

djangocms_text/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
9. Publish the release when ready
1616
10. Github actions will publish the new package to pypi
1717
"""
18-
__version__ = "0.2.1"
18+
__version__ = "0.2.2"

djangocms_text/migrations/0003_auto_20240702_1409.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Meta:
2727
Text_Text(body=ckeditor_text.body, rte="text_ckeditor4", cmsplugin_ptr_id=ckeditor_text.cmsplugin_ptr_id)
2828
for ckeditor_text in qs
2929
)
30-
30+
3131

3232
class Migration(migrations.Migration):
3333

0 commit comments

Comments
 (0)