diff --git a/debian/changelog b/debian/changelog index fac0bba..3e91b5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +domframework (0.42-1) UNRELEASED; urgency=medium + + CORRECTED BUGS: + * form: Block the submit button to not allow Chrome/Edge to submit multiple + times in case of multiple clicks on slow server. Bug introduced in 0.41 + doesn't work with Chrome: the form is not submitted + + -- Dominique Fournier Wed, 26 Jul 2017 10:38:42 +0200 + domframework (0.41-1) testing; urgency=low FEATURES ADDED: diff --git a/version.php b/version.php index eb4ea84..a3033c0 100644 --- a/version.php +++ b/version.php @@ -11,4 +11,4 @@ if (!defined ("DOMFRAMEWORK_VERSION") || version_compare (DOMFRAMEWORK_VERSION, "0.6") < 0) die ("Your DomFramework version is too old : 0.6 minimum\n"); */ -define ("DOMFRAMEWORK_VERSION", "0.41"); +define ("DOMFRAMEWORK_VERSION", "0.42");