diff --git a/application/config/version.php b/application/config/version.php index bdd02aa3f48..b19911bd7e4 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -12,9 +12,9 @@ */ -$config['versionnumber'] = '3.13.1'; -$config['dbversionnumber'] = 352; +$config['versionnumber'] = '3.13.2'; +$config['dbversionnumber'] = 353; $config['buildnumber'] = ''; $config['updatable'] = true; -$config['assetsversionnumber'] = '30048'; +$config['assetsversionnumber'] = '30049'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 0abbd9cfd25..ed6b6c83acf 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -35,6 +35,24 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 3.13.1 (build 180629) to 3.13.2 (build 180709) July 09, 2018 +-Fixed issue #13345: showpopups in config.php seems to have no effect anymore (Dominik Vitt) +-Fixed issue #13802: Unable to see Survey policy without javascript activated (Markus Flür) +-Fixed issue #13804: Error about Data security policy shown when change language + clear all (Markus Flür) +-Fixed issue #13805: Multi-line Text Messages Do Not Exist in Translation. (imacat) +-Fixed issue #13821: When importing a survey I receive a "Failed to Insert [3]" error message (#1090) (githubLewis) +-Fixed issue #13830: Language changer broken in Ajax mode (Markus Flür) +-Fixed issue #13831: Export of survey-structure (*.lss - Files) is not possible in LS 3.13.0 (Markus Flür) +-Fixed issue #13833: Owner of survey are not able to edit assesments (no button) (Denis Chenu) +-Fixed issue #13842: missing translation (Markus Flür) +-Fixed issue #13843: icon at the right side, should be in front of label (Markus Flür) +-Fixed issue #13845: Can't export and then import tab-separated text survey file (Dominik Vitt) +-Fixed issue #13846: missing translation (Markus Flür) +-Fixed issue #13856: position of labels in 5-point scale (Markus Flür) +-Fixed issue: 13840: Login with local user gives a php7.2 warning (Markus Flür) +-Fixed issue: Not possible to go to previous page in ajax mode (Markus Flür) +-Fixed issue: end-url redirection not working in ajax mode with compressed js (Markus Flür) + Changes from 3.13.0 (build 180628) to 3.13.1 (build 180629) June 29, 2018 -Fixed issue #13734: image upload is not possible - You don't have permissions to browse server. (LouisGac) -Fixed issue #13828: Internal Server Error when clicking on 'Theme Options' in Survey Admin Area (Dominik Vitt)