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 952deaf commit 9db4a48Copy full SHA for 9db4a48
CHANGELOG.rst
@@ -3,7 +3,7 @@ Changelog
3
=========
4
5
6
-2.3.0 (unreleased)
+2.3.0 (2020-01-29)
7
==================
8
9
* Added support for Django 3.0
@@ -12,6 +12,7 @@ Changelog
12
* Added further tests to raise coverage
13
* Fixed smaller issues found during testing
14
* Fixed alt attribute not rendering correctly
15
+* Fixed missing html variable not present in context
16
17
18
2.2.0 (2019-05-06)
djangocms_snippet/__init__.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
-__version__ = '2.2.0'
+__version__ = '2.3.0'
default_app_config = 'djangocms_snippet.apps.SnippetConfig'
0 commit comments