Skip to content

Commit ae55442

Browse files
authored
Release 5.20.2 (#6384)
1 parent 1572bd3 commit ae55442

4 files changed

Lines changed: 19 additions & 2 deletions

File tree

redaxo/src/addons/backup/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
Version 2.9.4 – 05.01.2026
5+
--------------------------
6+
7+
### Security
8+
9+
* Path Traversal beim Datei-Export verhindert (gemeldet von @lukasz-rybak) (@gharlan)
10+
11+
412
Version 2.9.1 – 09.02.2024
513
--------------------------
614

redaxo/src/addons/backup/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package: backup
2-
version: '2.9.3'
2+
version: '2.9.4'
33
author: 'Jan Kristinus, Markus Staab'
44
supportpage: https://github.com/redaxo/redaxo
55

redaxo/src/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
Version 5.20.2 – 05.01.2026
5+
---------------------------
6+
7+
### Bugfixes
8+
9+
* `rex_editor`: in PHP 8.5 kam es teils zu Deprecated-Meldungen (@gharlan)
10+
* EOL-Daten für PHP/MySQL/MariaDB aktualisiert (@gharlan)
11+
12+
413
Version 5.20.1 – 25.11.2025
514
---------------------------
615

redaxo/src/core/boot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
require_once rex_path::core('functions/function_rex_other.php');
9393

9494
// ----------------- VERSION
95-
rex::setProperty('version', '5.20.1');
95+
rex::setProperty('version', '5.20.2');
9696

9797
rex_error_handler::register();
9898

0 commit comments

Comments
 (0)