Skip to content

Commit

Permalink
Release 3.4.0+180219
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 19, 2018
1 parent 00b2d1d commit c263b1c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Expand Up @@ -12,9 +12,9 @@
*/


$config['versionnumber'] = '3.3.1'; //The current version of this branch, LS3
$config['versionnumber'] = '3.4.0'; //The current version of this branch, LS3
$config['dbversionnumber'] = 347;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['assetsversionnumber'] = '30015';
$config['assetsversionnumber'] = '30016';
return $config;
40 changes: 40 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -35,6 +35,46 @@ Thank you to everyone who helped with this new release!
CHANGE LOG
------------------------------------------------------

Changes from 3.3.1 (build 180214) to 3.4.0 (build 180219) Feb 19, 2018
-New feature: Setting to force use of XML, for easy theme development (LouisGac)
-Fixed issue #12975: Cannot use the twig split filter (tpartner)
-Fixed issue #13057: When editing CPDB participant the owner is listed by user name instead of full name (Carsten Schmitz)
-Fixed issue #13234: Focus in text fields when pressing return (markusfluer)
-Fixed issue #13248: Missing translation (markusfluer)
-Fixed issue #13378: Missing translation (markusfluer)
-Fixed issue #13379: Missing translation (markusfluer)
-Fixed issue #13369: Missing translation (markusfluer)
-Fixed issue #13291: Next button not working under Edge. (markusfluer)
-Fixed issue #13308: Old alert popup at delete group (markusfluer)
-Fixed issue #13311: Survey logic view with massive empty space till the footer (markusfluer)
-Fixed issue #13325: {ADMINEMAIL} not working as recipient in admin notification emails (Olle Haerstedt)
-Fixed issue #13330: Admin GUI are not responsive (markusfluer)
-Fixed issue #13335: Refresh button at global level reset to "inherit" (markusfluer)
-Fixed issue #13346: Missing button for clear all answers (Olle Haerstedt)
-Fixed issue #13353: Unable to update user (mssql related) (Denis Chenu)
-Fixed issue #13355: Saving German survey title shows JSON output (markusfluer)
-Fixed issue #13360: Print answers does not work / gives an error (markusfluer)
-Fixed issue #13365: custom.css never gets loaded (markusfluer)
-Fixed issue #13377: Button too small for label in edit menu entries (markusfluer)
-Fixed issue: Long text question not correctly displayed in printanswers (markusfluer)
-Fixed issue: Multiple export and printanswers issues fixed (markusfluer)
-Fixed issue: Untranslated strings (Carsten Schmitz)
-Fixed issue: Font and fruity theme packages not correctly saved (markusfluer)
-Fixed issue: Question selector not working after change in global settings (markusfluer)
-Fixed issue: Some options not loaded on uninheriting the parent theme (markusfluer)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Dutch (Informal) by c_schmitz, Han
#Updated translation: Dutch by c_schmitz, Han
#Updated translation: German (Informal) by c_schmitz
#Updated translation: German by c_schmitz
#Updated translation: Hungarian by kkd
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by lfanfoni
#Updated translation: Norwegian (Bokmål) by pmonsta
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Romanian by cdorin

Changes from 3.3.0 (build 180209) to 3.3.1 (build 180214) Feb 14, 2018
-Fixed issue #13188: Date/Time question type - icon missing (Olle Haerstedt)
-Fixed issue #13284: Breadcrumb group detail not using admin language (Olle Haerstedt)
Expand Down

0 comments on commit c263b1c

Please sign in to comment.