From 9b88bfb2cd090b512febf8853b1daf54c007679a Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Fri, 31 Mar 2017 09:21:35 +0200 Subject: [PATCH] Release 2.64.5 Build 170331 --- application/config/version.php | 4 ++-- docs/release_notes.txt | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index 4a1d1e0fcd6..422fe05e301 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -12,11 +12,11 @@ *150413 */ -$config['versionnumber'] = '2.64.4'; +$config['versionnumber'] = '2.64.5'; $config['dbversionnumber'] = 261; $config['buildnumber'] = ''; $config['updatable'] = true; -$config['assetsversionnumber'] = '2644'; +$config['assetsversionnumber'] = '2645'; return $config; ?> diff --git a/docs/release_notes.txt b/docs/release_notes.txt index fec6c2e1e30..b29e0d2adcc 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -35,6 +35,10 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 2.64.4 (build 170330) to 2.64.5 (build 170331) Mar 31, 2017 +-Fixed issue: Quotas are not accessible on a non activated survey. (markusfluer) +#Updated translation: Catalan by qualitatuvic +#Updated translation: Czech by dusanm, jelen1, VBraun Changes from 2.64.3 (build 170327) to 2.64.4 (build 170330) Mar 30, 2017 -Fixed issue #12076: Array of texts set to "numbers only" doesn't allow negative values (markusfluer) @@ -46,7 +50,7 @@ Changes from 2.64.3 (build 170327) to 2.64.4 (build 170330) Mar 30, 2017 -Fixed issue: Unable to use month in date (Denis Chenu) #Updated translation: French (France) by arnaud21 #Updated translation: Galician by Calidonia -#Updated translation: Portuguese (Portugal) by thiagosmartins, mauriciofurtado, holch, , samarta +#Updated translation: Portuguese (Portugal) by thiagosmartins, mauriciofurtado, holch, samarta Changes from 2.64.2 (build 170324) to 2.64.3 (build 170327) Mar 27, 2017 -Fixed issue #12226: [security] Improper handling of insufficient privileges (Matthew)