From f538903de8dd57b09c0a575a458a39a28f43c2c2 Mon Sep 17 00:00:00 2001 From: Leo Feyer Date: Thu, 13 Dec 2018 15:21:55 +0100 Subject: [PATCH] Version 3.5.37 --- system/config/constants.php | 2 +- system/docs/CHANGELOG.md | 2 +- system/modules/repository/classes/RepositorySettings.php | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/system/config/constants.php b/system/config/constants.php index 894f8077ba..997fd0a808 100644 --- a/system/config/constants.php +++ b/system/config/constants.php @@ -13,7 +13,7 @@ * Core version */ define('VERSION', '3.5'); -define('BUILD', '36'); +define('BUILD', '37'); define('LONG_TERM_SUPPORT', true); diff --git a/system/docs/CHANGELOG.md b/system/docs/CHANGELOG.md index 0e8cd47ec5..412dd101ef 100644 --- a/system/docs/CHANGELOG.md +++ b/system/docs/CHANGELOG.md @@ -1,7 +1,7 @@ Contao Open Source CMS changelog ================================ -Version 3.5.37 (2018-12-XX) +Version 3.5.37 (2018-12-13) --------------------------- ### Fixed diff --git a/system/modules/repository/classes/RepositorySettings.php b/system/modules/repository/classes/RepositorySettings.php index d2e6dba323..80d4621675 100644 --- a/system/modules/repository/classes/RepositorySettings.php +++ b/system/modules/repository/classes/RepositorySettings.php @@ -17,6 +17,7 @@ // valid core versions in descending order define('REPOSITORY_COREVERSIONS', + '30050379,30050379;'. // 3.5.37 '30050369,30050369;'. // 3.5.36 '30050359,30050359;'. // 3.5.35 '30050349,30050349;'. // 3.5.34