Skip to content

Commit

Permalink
Release 4.2.8+200608
Browse files Browse the repository at this point in the history
  • Loading branch information
eddylackmann committed Jun 8, 2020
1 parent 00832c7 commit 0aefe06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Expand Up @@ -11,10 +11,10 @@
* See COPYRIGHT.php for copyright notices and details.
*/

$config['versionnumber'] = '4.2.7';
$config['versionnumber'] = '4.2.8';
$config['dbversionnumber'] = 426;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30142';
$config['assetsversionnumber'] = '30143';
return $config;
6 changes: 6 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,12 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 4.2.7 (build 200604) to 4.2.8 (build 200608) June 8, 2020
-Fixed issue #16210: Time limit not working LimeSurvey CE 4.2.1(Jelle-S)
-Fixed issue #16364: validator assigned to non existent field (Michał Frankiewicz)
-Fixed issue #16214: date picker question didn't work with specific language (Denis Chenu)


Changes from 4.2.6 (build 200602) to 4.2.7 (build 200604) June 4, 2020
-Fixed issue #16356: Update jquery to fix XSS vulnerability (rhtenhove)
-Fixed issue #16352: missing directory separator in uploaded file path (Michał Frankiewicz)
Expand Down

0 comments on commit 0aefe06

Please sign in to comment.