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 3e44163 commit ef68863Copy full SHA for ef68863
CHANGELOG.rst
@@ -2,11 +2,12 @@
2
Changelog
3
=========
4
5
-unpublished
6
-===========
+1.0.2
+=====
7
8
* Add missing form mixin for link plugin (allowing it to be extended)
9
* Fix Link template choices from correct setting
10
+* Improve carousel form, remove illegal options for Bootstrap 5
11
12
1.0.1
13
=====
djangocms_frontend/__init__.py
@@ -19,4 +19,4 @@
19
13. Github actions will publish the new package to pypi
20
"""
21
22
-__version__ = "1.0.1"
+__version__ = "1.0.2"
0 commit comments