We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c763641 commit 1c9875bCopy full SHA for 1c9875b
2 files changed
CHANGELOG.rst
@@ -6,6 +6,12 @@ Change log
6
`Next version`_
7
~~~~~~~~~~~~~~~
8
9
+- Actually made use of the timeout specified as
10
+ ``FEINCMS_THUMBNAIL_CACHE_TIMEOUT`` instead of the hardcoded value of
11
+ seven days.
12
+- Reverted the deprecation of navigation extension autodiscovery.
13
+
14
15
`v1.14.0`_ (2018-08-16)
16
~~~~~~~~~~~~~~~~~~~~~~~
17
feincms/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import absolute_import, unicode_literals
2
3
-VERSION = (1, 14, 0)
+VERSION = (1, 14, 1)
4
__version__ = '.'.join(map(str, VERSION))
5
0 commit comments