Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit 10bfe4f

Browse files
committed
Bump the version number.
1 parent ebd5f40 commit 10bfe4f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

system/config/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Core version
1414
*/
1515
define('VERSION', '3.5');
16-
define('BUILD', '27');
16+
define('BUILD', '28');
1717
define('LONG_TERM_SUPPORT', true);
1818

1919

system/docs/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Contao Open Source CMS changelog
22
================================
33

4-
Version 3.5.28 (2017-XX-XX)
4+
Version 3.5.28 (2017-07-12)
55
---------------------------
66

7+
### Fixed
8+
Prevent arbitrary PHP file inclusions in the back end (see CVE-2017-10993).
9+
710
### Fixed
811
Improve the accessibility of the CAPTCHA widget (see #8709).
912

system/modules/repository/classes/RepositorySettings.php

Lines changed: 1 addition & 0 deletions
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+
'30050289,30050289;'. // 3.5.28
2021
'30050279,30050279;'. // 3.5.27
2122
'30050269,30050269;'. // 3.5.26
2223
'30050259,30050259;'. // 3.5.25

0 commit comments

Comments
 (0)