Skip to content

Commit

Permalink
Release 2.53 Build 161004
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Oct 4, 2016
1 parent 5be27ac commit 3688e69
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
*150413
*/

$config['versionnumber'] = '2.52';
$config['versionnumber'] = '2.53';
$config['dbversionnumber'] = 260;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['assetsversionnumber'] = '34';
$config['assetsversionnumber'] = '35';
return $config;

?>
47 changes: 47 additions & 0 deletions docs/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,53 @@ Thank you to everyone who helped with this new release!
CHANGE LOG
------------------------------------------------------


Changes from 2.52 (build 160908) to 2.53 (build 160920) Oct 04, 2016

This comment has been minimized.

Copy link
@Shnoulle

Shnoulle Oct 5, 2016

Collaborator

build number seems false , and not fixed in 9bdc294 ;)

-New feature #11626: beforeTokenEmail for confirmation email (Denis Chenu)
-New feature: Add model for beforeTokenEmail event (name in the DB for surveyls_email_model) (Denis Chenu)
-New feature: Add survey for survey id in beforeTokenEmail event (Denis Chenu)
-Updated feature: Added setting to toggle search box on home page survey listing (#11710) (Matthew Favetti)
-Updated feature: Allow custom links in home page boxes (#11548) (Matthew Favetti)
-Updated feature: User can now choose whether or not to create sample question and group when a creating survey (#11605) (Matthew Favetti)
-Fixed issue: [security] Persistent XSS in the attributes of a token (Alfredo Esteban)
-Fixed issue #11542: Implement setting to display more than 10 users per page (Matthew Favetti)
-Fixed issue #11586: Window size problem for admin screens (Carsten Schmitz)
-Fixed issue #11621: Dashes and leading numbers not allowed in database names (Carsten Schmitz)
-Fixed issue #11678: some misplaced text string etc in Print answers after survey completition (Alfredo Esteban)
-Fixed issue #11681: Clicking "Undo" right after page load erases everything in template source code editor (Carsten Schmitz)
-Fixed issue #11684: Download all files for these responses is missing (Olle Haerstedt)
-Fixed issue #11685: Survey header in mobile view breaking into next line (LouisGac)
-Fixed issue #11690: Mandatory indication is missing in question list (Matthew Favetti)
-Fixed issue #11691: Can't upload CSV files with valid tokens (Denis Chenu)
-Fixed Issue #11698: ConfortUpdate cannot download the zip file via proxy (Matthew Favetti)
-Fixed issue #11700: Mandatory array (dropdown) is not mandatory (Denis Chenu)
-Fixed Issue #11708: Question code not shown when 'Show question code only' is selected in survey settings (Matthew Favetti)
-Fixed Issue #11710: Add 'search box' on Home page survey list (Matthew Favetti)
-Fixed issue #11712: Bootsrap3 Class for plugin settings (Denis Chenu)
-Fixed issue #11713: Unclear message when setting an expiration date (Carsten Schmitz)
-Fixed issue #11736: Uncaught ReferenceError: Decimal is not defined (Matthew Favetti)
-Fixed issue #11739: No redirect to survey after token use (Olle Haerstedt)
-Fixed issue: Control characters break XML export (Carsten Schmitz)
-Fixed issue: Copying a survey takes a very long time due to slow link replacement (Carsten Schmitz)
-Fixed issue: Last browser version show ranking right to left and not left to right (Denis Chenu)
-Fixed issue: SQL error with postgresql when filling integer fields in tokens list (Alfredo Esteban)
-Fixed issue: UID not logged when creating token (Alfredo Esteban)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Danish by c_schmitz
#Updated translation: Finnish by tigger, jeskiv
#Updated translation: French (France) by arnaud21
#Updated translation: German (Informal) by c_schmitz, ecoplan
#Updated translation: Hungarian by c_schmitz
#Updated translation: Italian by lfanfoni
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Norwegian (Bokmal) by pmonstad
#Updated translation: Norwegian (Nynorsk) by pmonstad
#Updated translation: Polish by elisa
#Updated translation: Polish (Informal) by elisa
#Updated translation: Russian by kmaksat, vipgroup
#Updated translation: Serbian by MilaVeljovic
#Updated translation: Spanish (Spain) by aesteban

Changes from 2.51.4 (build 160908) to 2.52 (build 160920) Sept 20, 2016
-New feature #11626: beforeTokenEmail for confirmation email (Denis Chenu)
-New feature: Add model for beforeTokenEmail event (name in the DB for surveyls_email_model) (Denis Chenu)
Expand Down

0 comments on commit 3688e69

Please sign in to comment.