Skip to content

Commit

Permalink
Release 5.15.1 (#5656)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Mar 18, 2023
1 parent f8bf942 commit 2c350d1
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
8 changes: 8 additions & 0 deletions redaxo/src/addons/install/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Version 2.11.1 – 18.03.2023
---------------------------

### Bugfixes

* Nach AddOn-Updates wurde die neue `package.yml` teils nicht geladen und die alte blieb im Cache (@gharlan)


Version 2.11.0 – 28.02.2023
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/addons/install/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: install
version: '2.11.0'
version: '2.11.1'
author: Gregor Harlan
supportpage: https://github.com/redaxo/redaxo

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

Version 5.15.1 – 18.03.2023
---------------------------

### Bugfixes

* Passkeys funktionierten in Chrome nicht (@gharlan)
* Setup/Systembericht: MariaDB-Versionen wurden teils fälschlich als veraltet markiert (@skerbis)
* REX_VARs in PHP-Strings zusammen mit String-Interpolation funktionierten nicht (`"REX_VALUE[1] $myvar"`) (@gharlan)
* Commands `config:get/set` und `db:connection-options` konnten nicht verwenden werden, wenn die DB nocht nicht existiert (@gharlan)
* Bessere Exception in `rex_fragment::parse` (@staabm)
* `#[SensitiveParameter]` fehlte noch an manchen Parametern (@gharlan)


Version 5.15.0 – 28.02.2023
---------------------------

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 @@ -90,7 +90,7 @@
require_once rex_path::core('functions/function_rex_other.php');

// ----------------- VERSION
rex::setProperty('version', '5.15.0');
rex::setProperty('version', '5.15.1');

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

0 comments on commit 2c350d1

Please sign in to comment.