File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11
11
Changes
12
12
=======
13
13
14
+ Version 9.0.0 (released 2024-03-23)
15
+
16
+ - views: add signposting
17
+ - fixtures: added subject type creation on load
18
+ - contrib: change pages label and journal examples
19
+ - creatibutors: switch remove and edit button order
20
+ - serializers: add geolocation box and polygon to datacite
21
+ - serializers: fix longitude and latitude order to match geojson.
22
+ - resource-types: fix schema.org Thesis URL
23
+ - resource-types: publication-thesis = schema.org/Thesis
24
+ - resource-types: schema.org URL for Event
25
+ - ux: DOI prefix error message improvement
26
+ - init: move record_once to finalize_app
27
+
14
28
Version 8.3.0 (released 2024-03-06)
15
29
16
30
- services: introduced bulk_add permission
Original file line number Diff line number Diff line change 10
10
11
11
from .ext import InvenioRDMRecords
12
12
13
- __version__ = "8.3 .0"
13
+ __version__ = "9.0 .0"
14
14
15
15
__all__ = ("__version__" , "InvenioRDMRecords" )
You can’t perform that action at this time.
0 commit comments