Skip to content

Commit

Permalink
Release 3.14.4+180810
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Aug 9, 2018
1 parent 7452365 commit c4c7eac
Show file tree
Hide file tree
Showing 2 changed files with 5 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,9 +12,9 @@
*/


$config['versionnumber'] = '3.14.3';
$config['versionnumber'] = '3.14.4';
$config['dbversionnumber'] = 355;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['assetsversionnumber'] = '30053';
$config['assetsversionnumber'] = '30054';
return $config;
3 changes: 3 additions & 0 deletions docs/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Thank you to everyone who helped with this new release!
CHANGE LOG
------------------------------------------------------

Changes from 3.14.3 (build 180807) to 3.14.4 (build 180810) August 09, 2018
-Fixed issue: Theme overview could not be opened due to infinite loop (LouisGac)

Changes from 3.14.2 (build 180807) to 3.14.3 (build 180809) August 09, 2018
-Fixed issue #13669: Stylesheet missing in themes/survey fruity (LouisGac)
-Fixed issue #13669: recursive way, for easy maintenance (LouisGac)
Expand Down

0 comments on commit c4c7eac

Please sign in to comment.