Skip to content

Commit ce9bb4a

Browse files
committed
Merge branch 'release/25.10.0'
2 parents 60c208c + a50a2dc commit ce9bb4a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [25.10.0] - 2025-05-13
8+
### Added
9+
- Re-enable view and download counts for preprints
10+
711
## [25.09.0] - 2025-05-02
812
### Added
913
- Bugfix and Improvements

app/preprints/detail/route.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,12 @@ export default class PreprintsDetail extends Route {
6363
const preprint = await this.store.findRecord('preprint', guid, {
6464
reload: true,
6565
include: embeddableFields,
66-
/*
6766
adapterOptions: {
6867
query: {
6968
'metrics[views]': 'total',
7069
'metrics[downloads]': 'total',
7170
},
7271
},
73-
*/
7472
});
7573

7674
const provider = await preprint?.get('provider');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-osf-web",
3-
"version": "25.09.0",
3+
"version": "25.10.0",
44
"private": true,
55
"description": "Ember front-end for the Open Science Framework",
66
"homepage": "https://github.com/CenterForOpenScience/ember-osf-web#readme",

0 commit comments

Comments
 (0)