Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 3.13.2+180709
  • Loading branch information
LouisGac committed Jul 9, 2018
1 parent 43cb13c commit 4d1a35c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/config/version.php
Expand Up @@ -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;
18 changes: 18 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 4d1a35c

Please sign in to comment.