Skip to content

Commit 92f2e21

Browse files
committed
Merge tag '25.17.4' into develop
Misc. fixes for Angular Migration
2 parents d6b1061 + 85c58a0 commit 92f2e21

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO.
44

5+
25.17.4 (2025-10-10)
6+
====================
7+
8+
- Misc. fixes for Angular migration
9+
510
25.17.3 (2025-10-10)
611
====================
712

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OSF",
3-
"version": "25.17.3",
3+
"version": "25.17.4",
44
"description": "Facilitating Open Science",
55
"repository": "https://github.com/CenterForOpenScience/osf.io",
66
"author": "Center for Open Science",

website/templates/emails/node_request_institutional_access_request.html.mako

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
</p>
1515
% endif
1616
<p>
17-
To review the request, click <a href="${node.absolute_url}/contributors/">here</a> to allow or deny access and configure permissions.
17+
To review the request, click <a href="${node.absolute_url}contributors/">here</a> to allow or deny access and configure permissions.
1818
</p>
1919
<p>
2020
This request is being sent to you because your project has the “Request Access” feature enabled.
2121
This allows potential collaborators to request to be added to your project or to disable this feature, click
22-
<a href="${node.absolute_url}/settings/">here</a>
22+
<a href="${node.absolute_url}settings/">here</a>
2323
</p>
2424
2525
<p>

0 commit comments

Comments
 (0)