--- a/buildout.cfg Wed Oct 16 18:46:28 2019 +0200
+++ b/buildout.cfg Wed Oct 16 18:50:28 2019 +0200
@@ -79,4 +79,4 @@
eggs = pyams_default_theme [test]
[versions]
-pyams_default_theme = 0.1.43.4
+pyams_default_theme = 0.1.44
--- a/docs/HISTORY.txt Wed Oct 16 18:46:28 2019 +0200
+++ b/docs/HISTORY.txt Wed Oct 16 18:50:28 2019 +0200
@@ -1,6 +1,12 @@
History
=======
+0.1.44
+------
+ - added condition on form fields portlet renderer
+ - added prompt for form's choice fields with placeholder
+ - updated form's captcha settings management
+
0.1.43.4
--------
- refactoring of Google's reCaptcha usage to avoid timeout on form's submit; the side effect of
--- a/setup.py Wed Oct 16 18:46:28 2019 +0200
+++ b/setup.py Wed Oct 16 18:50:28 2019 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.43.4'
+version = '0.1.44'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
@@ -56,7 +56,7 @@
install_requires=[
'setuptools',
# -*- Extra requirements: -*-
- 'pyams_content',
+ 'pyams_content >= 0.1.55',
'pyams_skin',
'pyams_utils >= 0.1.31',
'pyahocorasick',
--- a/src/pyams_default_theme.egg-info/PKG-INFO Wed Oct 16 18:46:28 2019 +0200
+++ b/src/pyams_default_theme.egg-info/PKG-INFO Wed Oct 16 18:50:28 2019 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-default-theme
-Version: 0.1.43.4
+Version: 0.1.44
Summary: PyAMS default theme
Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
Author: Thierry Florac
@@ -11,6 +11,12 @@
History
=======
+ 0.1.44
+ ------
+ - added condition on form fields portlet renderer
+ - added prompt for form's choice fields with placeholder
+ - updated form's captcha settings management
+
0.1.43.4
--------
- refactoring of Google's reCaptcha usage to avoid timeout on form's submit; the side effect of
--- a/src/pyams_default_theme.egg-info/requires.txt Wed Oct 16 18:46:28 2019 +0200
+++ b/src/pyams_default_theme.egg-info/requires.txt Wed Oct 16 18:50:28 2019 +0200
@@ -1,5 +1,5 @@
setuptools
-pyams_content
+pyams_content>=0.1.55
pyams_skin
pyams_utils>=0.1.31
pyahocorasick