Skip to content

Commit

Permalink
Release 3.7.3+180516
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed May 16, 2018
1 parent 378c940 commit a450bbd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Expand Up @@ -12,9 +12,9 @@
*/


$config['versionnumber'] = '3.7.2';
$config['versionnumber'] = '3.7.3';
$config['dbversionnumber'] = 348;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['assetsversionnumber'] = '30030';
$config['assetsversionnumber'] = '30031';
return $config;
18 changes: 18 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -35,6 +35,24 @@ Thank you to everyone who helped with this new release!
CHANGE LOG
------------------------------------------------------

Changes from 3.7.2 (build 180508) to 3.7.3 (build 180516) May 16, 2018
-Fixed issue #13599: Table user_in_groups not cleaned (#1047) (Tõnis Ormisson)
-Fixed issue: Postgres has no DOUBLE database type (Olle Haerstedt)
-Fixed issue: Semicolon in twig statement (LouisGac)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: French (France) by arnaud21
#Updated translation: Hungarian by kkd
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by lfanfoni
#Updated translation: Japanese by nomoto
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Portuguese (Brazil) by fermacedo, femariso, marciojv, holch, mauriciofurtado
#Updated translation: Romanian by cdorin

Changes from 3.7.1 (build 180424) to 3.7.2 (build 180508) Mai 08, 2018
-Fixed issue #13361: .twig files not accessible in Theme Editor when extending bootswatch (LouisGac)
-Fixed issue #13634: Internal Server Error on CDbCommand when edit user (Denis Chenu)
Expand Down

0 comments on commit a450bbd

Please sign in to comment.