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

Commit cca3d59

Browse files
committed
Merge branch 'hotfix/3.5.26'
2 parents 31f43d9 + cf7764a commit cca3d59

36 files changed

Lines changed: 258 additions & 100 deletions

assets/tinymce4/skins/contao/content.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,18 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.0",
14-
"leafo/scssphp": "~0.1",
15-
"michelf/php-markdown": "~1.4",
14+
"leafo/scssphp": "^0.6",
15+
"michelf/php-markdown": "^1.4",
1616
"matthiasmullie/minify": "^1.3.35",
17-
"oyejorge/less.php": "~1.7",
18-
"phpspec/php-diff": "~1.0",
19-
"simplepie/simplepie": "~1.3",
20-
"swiftmailer/swiftmailer": "^5.4.5",
21-
"tecnickcom/tcpdf": "~6.0",
22-
"true/punycode": "~1.0",
23-
"contao-components/compass": "~0.12"
17+
"oyejorge/less.php": "^1.7",
18+
"phpspec/php-diff": "^1.0",
19+
"simplepie/simplepie": "^1.3",
20+
"swiftmailer/swiftmailer": "^5.4",
21+
"tecnickcom/tcpdf": "^6.0",
22+
"true/punycode": "^2.0",
23+
"contao-components/compass": "^0.12"
24+
},
25+
"conflict": {
26+
"swiftmailer/swiftmailer": "<5.4.5"
2427
}
2528
}

composer.lock

Lines changed: 102 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

1919

system/docs/CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,46 @@
11
Contao Open Source CMS changelog
22
================================
33

4+
Version 3.5.26 (2017-04-20)
5+
---------------------------
6+
7+
### Fixed
8+
Prevent endless loops in the book navigation module (see #8665).
9+
10+
### Fixed
11+
Limit the maximum size of dimensionless SVGs in the back end (see #8684).
12+
13+
### Fixed
14+
Correctly handle custom namespaces when combining DCA files (see #8682).
15+
16+
### Fixed
17+
Also check the X-Forwarded-Proto header when determining HTTPS (see #8691).
18+
19+
### Fixed
20+
Correctly support 64 character template names everywhere (see #6819).
21+
22+
### Updated
23+
Updated the Punycode library to version 2 (see #8693).
24+
25+
### Fixed
26+
Correctly use the en dash in the calendar modules (see #8690).
27+
28+
### Fixed
29+
Remove the UTF-8 BOM when combining files (see #8689).
30+
31+
### Fixed
32+
Do not add the CORS headers in the install tool (see #8681).
33+
34+
### Fixed
35+
Correctly move folders with an "@" in their name (see #8674).
36+
37+
### Fixed
38+
Correctly redirect to the last page visited upon login (see #8632).
39+
40+
### Fixed
41+
Back port the e-mail extraction improvements (see #8679).
42+
43+
444
Version 3.5.25 (2017-03-20)
545
---------------------------
646

0 commit comments

Comments
 (0)