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

Commit 4539b50

Browse files
committed
Version 3.5.35.
1 parent 89378e8 commit 4539b50

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

composer.lock

+3-3
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', '34');
16+
define('BUILD', '35');
1717
define('LONG_TERM_SUPPORT', true);
1818

1919

system/modules/repository/classes/RepositorySettings.php

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
// valid core versions in descending order
1919
define('REPOSITORY_COREVERSIONS',
20+
'30050359,30050359;'. // 3.5.35
2021
'30050349,30050349;'. // 3.5.34
2122
'30050339,30050339;'. // 3.5.33
2223
'30050329,30050329;'. // 3.5.32

0 commit comments

Comments
 (0)