Skip to content

Commit

Permalink
Prepare release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Aug 20, 2024
1 parent 4b91439 commit 3a6b6a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
Changelog
=========

0.2.1 (20-08-2024)
==================
0.2.2 / 0.2.1 (20-08-2024)
==========================

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

0.2.0 (24-07-2024)
Expand Down
2 changes: 1 addition & 1 deletion djangocms_text/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
9. Publish the release when ready
10. Github actions will publish the new package to pypi
"""
__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion djangocms_text/migrations/0003_auto_20240702_1409.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Meta:
Text_Text(body=ckeditor_text.body, rte="text_ckeditor4", cmsplugin_ptr_id=ckeditor_text.cmsplugin_ptr_id)
for ckeditor_text in qs
)


class Migration(migrations.Migration):

Expand Down

0 comments on commit 3a6b6a3

Please sign in to comment.