Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 36db3b8

Browse files
committed
Version 3.5.39
1 parent 119a1b5 commit 36db3b8

File tree

4 files changed

+19
-17
lines changed

4 files changed

+19
-17
lines changed

composer.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

system/config/constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Core version
1414
*/
1515
define('VERSION', '3.5');
16-
define('BUILD', '38');
16+
define('BUILD', '39');
1717
define('LONG_TERM_SUPPORT', true);
1818

1919

system/docs/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Contao Open Source CMS changelog
22
================================
33

4-
Version 3.5.39 (2019-04-XX)
4+
Version 3.5.39 (2019-04-09)
55
---------------------------
66

77
### Fixed

system/modules/repository/classes/RepositorySettings.php

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
// valid core versions in descending order
1919
define('REPOSITORY_COREVERSIONS',
20+
'30050399,30050399;'. // 3.5.39
21+
'30050389,30050389;'. // 3.5.38
2022
'30050379,30050379;'. // 3.5.37
2123
'30050369,30050369;'. // 3.5.36
2224
'30050359,30050359;'. // 3.5.35

0 commit comments

Comments
 (0)