Skip to content

Commit 164f7d5

Browse files
committed
#1272 Prepare release 4.8.0.9
1 parent 5e8472a commit 164f7d5

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# OPUS 4 Change Log
22

3+
## Release 4.8.0.9 - 2025-01-14
4+
5+
https://github.com/OPUS4/application/issues/1266
6+
https://github.com/OPUS4/application/pull/1271
7+
38
## Release 4.8.0.8 - 2024-12-04
49

510
https://github.com/OPUS4/application/issues/1253

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mostly.
99

1010
## OPUS 4
1111

12-
The current version of OPUS 4 is __4.8.0.8__. It is available on the [master][MASTER] branch and compatible with
12+
The current version of OPUS 4 is __4.8.0.9__. It is available on the [master][MASTER] branch and compatible with
1313
PHP 7.1 to 8.1.
1414

1515
[Documentation][DOC]

RELEASE_NOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# OPUS 4 Release Notes
22

3+
## Patch Release 4.8.0.9 - 2025-01-14
4+
5+
Behebt das Fehlschlagen des DOI-Imports bei Datensätzen ohne Autor*in.
6+
7+
https://github.com/OPUS4/application/issues/1266
8+
9+
Außerdem wurde ein Typo in der Basiskonfiguration behoben.
10+
11+
https://github.com/OPUS4/application/pull/1271
12+
313
## Patch Release 4.8.0.8 - 2024-12-04
414

515
Das Blockieren der Enter/Return-Taste wurde auf die Metadaten-Formulare

application/configs/application.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ name = 'OPUS 4'
7070
logoLink = home
7171
security = 1
7272
workspacePath = APPLICATION_PATH "/workspace"
73-
version = 4.8.0.8
73+
version = 4.8.0.9
7474
update.latestVersionCheckUrl = "https://api.github.com/repos/opus4/application/releases/latest"
7575

7676
; Determines the implementation of the OPUS 4 data model

0 commit comments

Comments
 (0)