Skip to content

Commit

Permalink
Release 5.14.2 (#5443)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Dec 13, 2022
1 parent 8d6e899 commit dcf1a41
Show file tree
Hide file tree
Showing 14 changed files with 52 additions and 9 deletions.
7 changes: 7 additions & 0 deletions redaxo/src/addons/be_style/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Version 3.1.1 – 13.12.2022
--------------------------

* Suchfeld: Bei eigener Nutzung war je nach Wrapper teils der Clear-Button nicht sichtbar (@eaCe)
* scss-compiler: Bei Exceptions kam trotzdem Exit-Code 0 (@staabm)


Version 3.1.0 – 25.07.2022
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/addons/be_style/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: be_style
version: '3.1.0'
version: '3.1.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/redaxo/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: be_style/redaxo
version: '3.1.0'
version: '3.1.1'
author: 'Ralph Zumkeller, Thomas Blum'
supportpage: https://github.com/redaxo/redaxo
compile: 0
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.13.1 – 13.12.2022
---------------------------

### Bugfixes

* Wenn die Datei aus dem Cache kommt, war im Objekt der `media_path` nicht korrekt gesetzt (relevant für EPs etc.) (@dergel)


Version 2.13.0 – 25.07.2022
---------------------------

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.13.0'
version: '2.13.1'
author: 'Markus Staab, Jan Kristinus'
supportpage: https://github.com/redaxo/redaxo

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.14.2 – 13.12.2022
---------------------------

### Bugfixes

* version-Plugin: Über EP `ART_CONTENT_UPDATED` kann nun bei `work_to_live`-Action gesteuert werden, in welcher Version man nach der Aktion im Backend landet (@gharlan)


Version 2.14.1 – 02.08.2022
---------------------------

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.14.2-dev'
version: '2.14.2'
author: Markus Staab
supportpage: https://github.com/redaxo/redaxo

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.14.2-dev'
version: '2.14.2'
author: Markus Staab
supportpage: https://github.com/redaxo/redaxo

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

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

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

Version 2.9.1 – 13.12.2022
--------------------------

### Bugfixes

* Nicht-Admins mit Zugriff auf die Benutzerverwaltung konnten Admins bearbeiten (@bloep)


Version 2.9.0 – 25.07.2022
--------------------------

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

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

Version 5.14.2 – 13.12.2022
---------------------------

### Bugfixes

* Update der externen Bibliotheken, dadurch Deprecation-Meldungen in PHP 8.2 entfernt (@gharlan)
* Nach Setup über die Console war der `instname` nicht gesetzt (@gharlan)
* `rex_sql`: Bei `escapeLikeWildcards` wurde der Backslash nicht escaped (@gharlan)
* PHP-Funktion `error_log` nur aufrufen, wenn vorhanden (ist bei manchen Hostern deaktiviert) (@gharlan)
* Rechtschreibung korrigiert (@eaCe)


Version 5.14.1 – 02.08.2022
---------------------------

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

// ----------------- VERSION
rex::setProperty('version', '5.14.2-dev');
rex::setProperty('version', '5.14.2');

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

0 comments on commit dcf1a41

Please sign in to comment.