From: <gem...@li...> - 2012-11-29 14:16:39
|
Revision: 1050 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=1050&view=rev Author: matijsdejong Date: 2012-11-29 14:16:28 +0000 (Thu, 29 Nov 2012) Log Message: ----------- Updated changelog.txt Modified Paths: -------------- trunk/library/changelog.txt trunk/library/classes/MUtil/Version.php Modified: trunk/library/changelog.txt =================================================================== --- trunk/library/changelog.txt 2012-11-29 14:04:39 UTC (rev 1049) +++ trunk/library/changelog.txt 2012-11-29 14:16:28 UTC (rev 1050) @@ -1,3 +1,14 @@ +Important changes from 1.5.6 => 1.5.7 +============================================================ +In LimeSurvey tokenanswerpersistence must be set to true for all surveys +Token/ask now always sets itself to the language of the token user +Added Answer display events for selecting more or less tokens +Increased some small buttons for mobile use +Many small bugs fixed and display improvements made +Implemented many speed optimizations in both database access and code speed +New DEMO application environment +Simplefied writing project level unit test + Important changes from 1.5.5 => 1.5.6 ============================================================ Transparent lessCss compiling was added. When you add a .less file GemsTracker will take care of compiling it to css. If you need to force a recompile, add the ?compilecss parameter to your url. Modified: trunk/library/classes/MUtil/Version.php =================================================================== --- trunk/library/classes/MUtil/Version.php 2012-11-29 14:04:39 UTC (rev 1049) +++ trunk/library/classes/MUtil/Version.php 2012-11-29 14:16:28 UTC (rev 1050) @@ -48,7 +48,7 @@ { const MAJOR = 1; const MINOR = 1; - const BUILD = 34; + const BUILD = 35; public static function get() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |