Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion redaxo/src/addons/backup/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: backup
version: '2.10.0'
version: '2.10.1'
author: 'Jan Kristinus, Markus Staab'
supportpage: https://github.com/redaxo/core

Expand Down
8 changes: 8 additions & 0 deletions redaxo/src/addons/media_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Version 2.18.1 – 01.06.2026
---------------------------

### Bugfixes

* Deprecated `imagedestroy` wird nicht mehr aufgerufen (@gharlan)


Version 2.17.2 – 05.09.2025
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/addons/media_manager/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: media_manager
version: '2.18.0'
version: '2.18.1'
author: 'Markus Staab, Jan Kristinus'
supportpage: https://github.com/redaxo/core

Expand Down
12 changes: 12 additions & 0 deletions redaxo/src/addons/mediapool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

Version 2.18.1 – 01.06.2026
---------------------------

### Security

* Geblockte Extensions werden wieder an beliebiger Position im Dateinamen geblockt (z.B. in `foo.php.any.jpg`) (gemeldet von @riodrwn) (@gharlan)

### Bugfixes

* Deprecated-Message in Mediapool-Suche aufgelöst (@gharlan)


Version 2.18.0 – 09.04.2026
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/addons/mediapool/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: mediapool
version: '2.18.0'
version: '2.18.1'
author: 'Jan Kristinus'
supportpage: https://github.com/redaxo/core

Expand Down
8 changes: 8 additions & 0 deletions redaxo/src/addons/metainfo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Version 2.12.1 – 01.06.2026
---------------------------

### Bugfixes

* Status-Toggle in Metainfo-Sidebar funktionierte nicht bei Usern mit mehreren Mountpoints (@isospin)


Version 2.11.3 – 17.07.2025
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/addons/metainfo/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: metainfo
version: '2.12.0'
version: '2.12.1'
author: 'Markus Staab, Jan Kristinus'
supportpage: https://github.com/redaxo/core

Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/addons/phpmailer/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: phpmailer
version: '2.17.0'
version: '2.17.1'
author: 'Markus Staab, Thomas Skerbis, Jan Kristinus, Brent R. Matzelle'
supportpage: https://github.com/redaxo/core

Expand Down
8 changes: 8 additions & 0 deletions redaxo/src/addons/structure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Version 2.20.1 – 01.06.2026
---------------------------

### Security

* In den API-Functions wurden die Kategorie- und Sprach-Berechtigungen des Users nicht überall korrekt berücksichtigt (@gharlan)


Version 2.20.0 – 09.04.2026
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/addons/structure/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: structure
version: '2.20.0'
version: '2.20.1'
author: Markus Staab
supportpage: https://github.com/redaxo/core

Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/addons/structure/plugins/content/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: structure/content
version: '2.20.0'
version: '2.20.1'
author: Markus Staab
supportpage: https://github.com/redaxo/core

Expand Down
9 changes: 9 additions & 0 deletions redaxo/src/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Version 5.21.1 – 01.06.2026
---------------------------

### Bugfixes

* Systemlog-Page: Crash vermeiden bei fehlerhaften Logzeilen (@tyrant88)
* `rex_finder`: Neue Methode `ignoreUnreadableDirs` um z.B. Race Conditions beim Cache löschen zu lösen (@gharlan)


Version 5.21.0 – 09.04.2026
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/core/boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
require_once rex_path::core('functions/function_rex_other.php');

// ----------------- VERSION
rex::setProperty('version', '5.21.0');
rex::setProperty('version', '5.21.1');

rex_error_handler::register();

Expand Down
Loading