From 2bf6340dcaeaaf78f0ad40ad1e4d9eb7349fe54a Mon Sep 17 00:00:00 2001 From: j3nsch Date: Wed, 4 Dec 2024 13:47:54 +0100 Subject: [PATCH] Prepare release 4.8.0.8 --- CHANGES.md | 5 +++++ README.md | 2 +- RELEASE_NOTES.md | 16 ++++++++++++++++ application/configs/application.ini | 2 +- 4 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1e2dd04f0..b8aa53f9c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # OPUS 4 Change Log +## Release 4.8.0.8 - 2024-12-04 + +https://github.com/OPUS4/application/issues/1253 +https://github.com/OPUS4/application/issues/1258 + ## Release 4.8.0.7 - 2024-10-22 https://github.com/OPUS4/application/issues/1243 diff --git a/README.md b/README.md index ab14178c9..8ce05d98b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ mostly. ## OPUS 4 -The current version of OPUS 4 is __4.8.0.7__. It is available on the [master][MASTER] branch and compatible with +The current version of OPUS 4 is __4.8.0.8__. 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 01e4ee959..a7ce5701a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,21 @@ # OPUS 4 Release Notes +## Patch Release 4.8.0.8 - 2024-12-04 + +Das Blockieren der Enter/Return-Taste wurde auf die Metadaten-Formulare +im Publish-Modul und in der Administration beschränkt. In allen anderen +Formularen verhält sich die Taste daher wieder wie vor OPUS 4.8.0.7. + +https://github.com/OPUS4/application/issues/1258 + +Es wurden neue Konsolen-Kommandos für den Umgang mit Enrichments hinzugefügt. +Alle OPUS 4 Kommandos können mit `bin/opus4` angezeigt werden. Das Kommando +`enrichment:import` kann zum Beispiel verwendet werden, um in einer Yaml-Datei +definierte Enrichments anzulegen. Beispiele für solche Konfigurationen finden +sich in `tests/resources/enrichments`. + +https://github.com/OPUS4/application/issues/1253 + ## Patch Release 4.8.0.7 - 2024-10-22 Ein Fehler beim Drücken der Enter/Return-Taste in einfachen Text-Feldern diff --git a/application/configs/application.ini b/application/configs/application.ini index 1bcfe3a7e..76cc8169d 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.7 +version = 4.8.0.8 update.latestVersionCheckUrl = "https://api.github.com/repos/opus4/application/releases/latest" ; Determines the implementation of the OPUS 4 data model