File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11
11
Changes
12
12
=======
13
13
14
+ Version v11.8.0 (released 2024-08-21)
15
+
16
+ - pids: fix parent DOI link generation
17
+ - schemaorg: add ``dateCreated `` field (closes #1777)
18
+ - i18n: push translations
19
+ - package: bump react-invenio-forms
20
+ - subjects: remove suggest from dropdown if not required
21
+ * closes https://github.com/inveniosoftware/invenio-app-rdm/issues/2767
22
+
14
23
Version v11.7.0 (released 2024-08-12)
15
24
16
25
- resources: add vnd.inveniordm.v1+json http header
Original file line number Diff line number Diff line change 10
10
11
11
from .ext import InvenioRDMRecords
12
12
13
- __version__ = "11.7 .0"
13
+ __version__ = "11.8 .0"
14
14
15
15
__all__ = ("__version__" , "InvenioRDMRecords" )
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2020-2021 CERN.
3
+ # Copyright (C) 2020-2024 CERN.
4
4
# Copyright (C) 2020-2021 Northwestern University.
5
5
#
6
6
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
You can’t perform that action at this time.
0 commit comments