We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c9b89 commit ff140b2Copy full SHA for ff140b2
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
Changelog
3
=========
4
5
+0.8.6 (23-05-2025)
6
+==================
7
+
8
+* fix: Adding text-enabled plugins failed after adding first plugin by @fsbraun in https://github.com/django-cms/djangocms-text/pull/91
9
+* fix: Crashed if `STATIC_URL` was not set by @fsbraun
10
11
0.8.5 (15-05-2025)
12
==================
13
djangocms_text/__init__.py
@@ -16,4 +16,4 @@
16
10. Github actions will publish the new package to pypi
17
"""
18
19
-__version__ = "0.8.5"
+__version__ = "0.8.6"
0 commit comments