From 43c08836ca7f7846ce1e96d3c029ba6ca6667bdc Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Fri, 29 Jun 2018 17:07:37 +0200 Subject: [PATCH] Release 3.13.1+180629 --- application/config/version.php | 4 ++-- docs/release_notes.txt | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index b154d451aa6..bdd02aa3f48 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -12,9 +12,9 @@ */ -$config['versionnumber'] = '3.13.0'; +$config['versionnumber'] = '3.13.1'; $config['dbversionnumber'] = 352; $config['buildnumber'] = ''; $config['updatable'] = true; -$config['assetsversionnumber'] = '30046'; +$config['assetsversionnumber'] = '30048'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index bd84944b4b2..6d752f202cc 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,17 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ + +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) +-Fixed issue: no token replacement in end url (LouisGac) +#Updated translation: Catalan by qualitatuvic +#Updated translation: Basque by IVAP, the Official Translators' Service of the Basque Government. +#Updated translation: Croatian by dominikvitt +#Updated translation: Polish by elissa +#Updated translation: Polish (Informal) by elissa + Changes from 3.12.3 (build 180627) to 3.13.0 (build 180628) June 28, 2018 -New feature: Allow plugin to add or remove file for template editor (#1084) (Denis Chenu) -Fixed issue #13685: Create a new survey - Save and Save and close -> same behavour (Markus Flür)