You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release-notes/6.10-release-notes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This release contains major upgrades to core components. Detailed upgrade instru
10
10
11
11
Highlights for Dataverse 6.10 include:
12
12
13
-
- Optionally require acknowledgement of a disclaimer when publishing
13
+
- Optionally require acknowledgment of a disclaimer when publishing
14
14
- Optionally require embargo reason
15
15
- Harvesting improvements
16
16
- Croissant support now built in
@@ -22,13 +22,13 @@ Highlights for Dataverse 6.10 include:
22
22
- New and improved APIs, including filling in a guestbook when downloading files
23
23
- Bug fixes
24
24
25
-
### Optionally Require Acknowledgement of a Disclaimer When Publishing
25
+
### Optionally Require Acknowledgment of a Disclaimer When Publishing
26
26
27
27
When users click "Publish" on a dataset they have always seen a popup displaying various information to read before clicking "Continue" to proceed with publication.
28
28
29
29
Now you can optionally require users to check a box in this popup to acknowledge a disclaimer that you specify through a new setting called `:PublishDatasetDisclaimerText`.
30
30
31
-
For backward compatibility, APIs will continue to publish without the acknowledgement for now. An [API endpoint](https://guides.dataverse.org/en/6.10/api/native-api.html#show-disclaimer-for-publishing-datasets) was added for anyone to retrieve the disclaimer text anonymously.
31
+
For backward compatibility, APIs will continue to publish without the acknowledgment for now. An [API endpoint](https://guides.dataverse.org/en/6.10/api/native-api.html#show-disclaimer-for-publishing-datasets) was added for anyone to retrieve the disclaimer text anonymously.
32
32
33
33
See [the guides](https://guides.dataverse.org/en/6.10/installation/config.html#publishdatasetdisclaimertext) and #12051.
0 commit comments