Skip to content

Commit

Permalink
Release 5.16.1 (#5948)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Feb 24, 2024
1 parent f57d866 commit 93d18d5
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 6 deletions.
6 changes: 6 additions & 0 deletions redaxo/src/addons/be_style/CHANGELOG.md
@@ -1,6 +1,12 @@
Changelog
=========

Version 3.3.1 – 24.02.2024
--------------------------

* Customizer: Beim Header-Link zum Frontend wurde das Icon teilweise nicht angezeigt (@danspringer)


Version 3.3.0 – 09.02.2024
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/addons/be_style/package.yml
@@ -1,5 +1,5 @@
package: be_style
version: '3.3.0'
version: '3.3.1'
author: 'Jan Kristinus, Markus Staab, Thomas Blum'
supportpage: https://github.com/redaxo/redaxo

Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/addons/be_style/plugins/customizer/package.yml
@@ -1,5 +1,5 @@
package: be_style/customizer
version: '3.3.0'
version: '3.3.1'
author: Peter Thiel
supportpage: https://github.com/redaxo/redaxo

Expand Down
9 changes: 9 additions & 0 deletions redaxo/src/addons/cronjob/CHANGELOG.md
@@ -1,6 +1,15 @@
Changelog
=========

Version 2.10.2 – 24.02.2024
---------------------------

### Bugfixes

* Cronjob-Typen wurden nicht alphabetisch sortiert in der Auswahl (@dergel)
* Cronjob-Klassen konnten keine Namespaces enthalten (@dergel)


Version 2.10.1 – 09.02.2024
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/addons/cronjob/package.yml
@@ -1,5 +1,5 @@
package: cronjob
version: '2.10.1'
version: '2.10.2'
author: 'Gregor Harlan'
supportpage: https://github.com/redaxo/redaxo

Expand Down
8 changes: 8 additions & 0 deletions redaxo/src/addons/debug/CHANGELOG.md
@@ -1,6 +1,14 @@
Changelog
=========

Version 1.3.1 – 24.02.2024
--------------------------

### Bugfixes

* Bei Update wurde das Clockwork-Frontend nicht aktualisiert (@gharlan)


Version 1.2.2 – 25.07.2022
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/addons/debug/package.yml
@@ -1,5 +1,5 @@
package: debug
version: '1.3.0'
version: '1.3.1'
author: Markus Staab, Marcel Kuhmann, Gregor Harlan
supportpage: https://github.com/redaxo/redaxo

Expand Down
8 changes: 8 additions & 0 deletions redaxo/src/addons/install/CHANGELOG.md
@@ -1,6 +1,14 @@
Changelog
=========

Version 2.12.1 – 24.02.2024
---------------------------

### Bugfixes

* Bei Fehlern während des Updatens konnte Whoops oftmals nicht dargestellt werden, weil der Temp-Ordner zu früh gelöscht wurde (@gharlan)


Version 2.12.0 – 09.02.2024
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/addons/install/package.yml
@@ -1,5 +1,5 @@
package: install
version: '2.12.0'
version: '2.12.1'
author: Gregor Harlan
supportpage: https://github.com/redaxo/redaxo

Expand Down
10 changes: 10 additions & 0 deletions redaxo/src/core/CHANGELOG.md
@@ -1,6 +1,16 @@
Changelog
=========

Version 5.16.1 – 24.02.2024
---------------------------

### Bugfixes

* DB-Verbindung:
- Die Konstante `PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT` wurde ohne Prüfung genutzt (nur bei Nutzung von mysqlnd verfügbar) (@gharlan)
- Die Option `ssl_ca` konnte nicht einzeln genutzt werden, nur in Kombi mit `ssl_cert` und `ssl_key` (@gharlan)


Version 5.16.0 – 09.02.2024
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/core/boot.php
Expand Up @@ -90,7 +90,7 @@
require_once rex_path::core('functions/function_rex_other.php');

// ----------------- VERSION
rex::setProperty('version', '5.16.0');
rex::setProperty('version', '5.16.1');

$cacheFile = rex_path::coreCache('config.yml.cache');
$configFile = rex_path::coreData('config.yml');
Expand Down

0 comments on commit 93d18d5

Please sign in to comment.