Version 0.1.49 0.1.49
authorThierry Florac <tflorac@ulthar.net>
Wed, 27 Mar 2019 09:05:54 +0100
changeset 1301 3f8dff132bbb
parent 1300 95f7277fa500
child 1302 daa94a12060a
Version 0.1.49
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
src/pyams_content.egg-info/SOURCES.txt
--- a/buildout.cfg	Tue Mar 26 16:47:26 2019 +0100
+++ b/buildout.cfg	Wed Mar 27 09:05:54 2019 +0100
@@ -85,4 +85,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.48
+pyams_content = 0.1.49
--- a/docs/HISTORY.txt	Tue Mar 26 16:47:26 2019 +0100
+++ b/docs/HISTORY.txt	Wed Mar 27 09:05:54 2019 +0100
@@ -1,6 +1,13 @@
 History
 =======
 
+0.1.49
+------
+ - updated redirections rules table to add caching and correctly display status of links contents
+ - small updates in themes and collections management
+ - updated navigation portlets preview templates
+ - added IImage to IBasicIllustration adapter
+
 0.1.48
 ------
  - added option in internal content link to hide navigation header
--- a/setup.py	Tue Mar 26 16:47:26 2019 +0100
+++ b/setup.py	Wed Mar 27 09:05:54 2019 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.48'
+version = '0.1.49'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO	Tue Mar 26 16:47:26 2019 +0100
+++ b/src/pyams_content.egg-info/PKG-INFO	Wed Mar 27 09:05:54 2019 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content
-Version: 0.1.48
+Version: 0.1.49
 Summary: PyAMS base content interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_content
 Author: Thierry Florac
@@ -72,6 +72,13 @@
         History
         =======
         
+        0.1.49
+        ------
+         - updated redirections rules table to add caching and correctly display status of links contents
+         - small updates in themes and collections management
+         - updated navigation portlets preview templates
+         - added IImage to IBasicIllustration adapter
+        
         0.1.48
         ------
          - added option in internal content link to hide navigation header
--- a/src/pyams_content.egg-info/SOURCES.txt	Tue Mar 26 16:47:26 2019 +0100
+++ b/src/pyams_content.egg-info/SOURCES.txt	Wed Mar 27 09:05:54 2019 +0100
@@ -434,6 +434,8 @@
 src/pyams_content/zmi/resources/js/jquery-imagemapster-1.2.10.min.js
 src/pyams_content/zmi/resources/js/pyams_content.js
 src/pyams_content/zmi/resources/js/pyams_content.min.js
+src/pyams_content/zmi/resources/js/pyams_content.min.min.js
+src/pyams_content/zmi/resources/js/pyams_content.min.min.min.js
 src/pyams_content/zmi/resources/less/pyams_content.less
 src/pyams_content/zmi/viewlet/__init__.py
 src/pyams_content/zmi/viewlet/toplinks/__init__.py