Skip to content

Commit 7ef9b85

Browse files
committed
Release v2.0.4 with many fixes found in develop.
1 parent f7b8979 commit 7ef9b85

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGES.rst

+16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
22
=========
33

4+
Changes in 2.0.4 (2018-08-27)
5+
-----------------------------
6+
7+
* Fixed showing languages in the copy button which are not part of ``PARLER_LANGUAGES``.
8+
* Fixed storing ``MarkupItem`` under it's proxy class type ID.
9+
* Fixed missing return value from ``CachedModelMixin.delete()``.
10+
* Fixed reading ``context.request`` for content plugin templates.
11+
* Fixed including ``cp_tabs.js`` in ``PlaceholderFieldAdmin``.
12+
* Fixed HTML comment output escaping for missing database tables.
13+
* Fixed errors in ``get_plugins_by_name()`` when object instances are passed.
14+
* Fixed ``Placeholder.DoesNotExist`` warning to display proper ContentType ID for proxy models.
15+
* Fixed leaving empty ``.form-row`` elements in the admin page.
16+
* Fixed ``start_content_plugin`` command, template was missing in ``MANIFEST``.
17+
* Fixed Python 3 support for ``Placeholder.__repr__()``.
18+
19+
420
Changes in 2.0.3 (2018-05-14)
521
-----------------------------
622

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '2.0.3'
60+
version = '2.0.4'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '2.0.3'
62+
release = '2.0.4'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

fluent_contents/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# following PEP 440
2-
__version__ = "2.0.3"
2+
__version__ = "2.0.4"

0 commit comments

Comments
 (0)