From 30350b2eb4a52cb0cef7af5c32e2153d0badd01a Mon Sep 17 00:00:00 2001 From: j3nsch Date: Tue, 9 Jan 2024 17:46:48 +0100 Subject: [PATCH] Release preparation for 4.8.0.4 --- CHANGES.md | 5 +++++ README.md | 4 ++-- RELEASE_NOTES.md | 23 +++++++++++++++++++++++ application/configs/application.ini | 2 +- 4 files changed, 31 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ab688c108..a1a0e1f1c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # OPUS 4 Change Log +## Release 4.8.0.4 - 2024-01-09 + +https://github.com/OPUS4/application/issues/1174 +https://github.com/OPUS4/application/issues/1176 + ## Release 4.8.0.3 - 2023-11-28 https://github.com/OPUS4/application/issues/1159 diff --git a/README.md b/README.md index 44d0c65e9..4f56670b9 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ redevelopment that was created as part of a DFG ([Deutsche Forschungsgemeinschaf Since then the development has been continued at KOBV ([Kooperativer Bibliotheksverbund Berlin-Brandenburg][KOBV]) mostly. -## OPUS 4.8.0.3(current version) +## OPUS 4.8.0.4 (current version) -The current version of OPUS 4 is __4.8.0.3__. It is available on the [master][MASTER] branch and compatible with +The current version of OPUS 4 is __4.8.0.4__. It is available on the [master][MASTER] branch and compatible with PHP 7.1 to 8.1. [Documentation][DOC] diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cf31b88ca..92a3613e2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,28 @@ # OPUS 4 Release Notes +## Patch Release 4.8.0.4 - 2024-01-09 + +Fehler beim Löschen mehrerer Dateien von einem Dokument behoben. +https://github.com/OPUS4/application/issues/1174 + +### Review-Modul + +Beim Freischalten im Review-Modul, bekommt die Rolle **guest** automatisch +Zugriff auf die Dateien, der freigeschalteten Dokumente. Das kann nun mit +einer neuen Option (`workflow.stateChange.published.addGuestAccess = 0`) +abgeschaltet werden. +https://github.com/OPUS4/application/issues/1176 + +In der Standardkonfiguration ist die Option aktiviert, um in einem Patch +Release, das Verhalten von OPUS 4 nicht zu verändern. In einer kommenden +Version wird sich der Defaultwert vermutlich ändern. + +Die Zugriffsrechte auf die Dateien werden beim Freischalten einzelner +Dokumente in der Administration nicht verändert, unabhängig von der neuen +Option. Das Verhalten der verschiedenen Möglichkeiten zur Freigabe wird in +Zukunft vereinheitlicht werden. +https://github.com/OPUS4/application/issues/1177 + ## Patch Release 4.8.0.3 - 2023-11-28 Das `bin/opus4` Kommandozeilentool wurde um zwei Kommandos erweitert. diff --git a/application/configs/application.ini b/application/configs/application.ini index b8910e75c..6dc4c722c 100644 --- a/application/configs/application.ini +++ b/application/configs/application.ini @@ -70,7 +70,7 @@ name = 'OPUS 4' logoLink = home security = 1 workspacePath = APPLICATION_PATH "/workspace" -version = 4.8.0.3 +version = 4.8.0.4 update.latestVersionCheckUrl = "https://api.github.com/repos/opus4/application/releases/latest" ; Determines the implementation of the OPUS 4 data model