File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 25.10.0] - 2025-05-13
8
+ ### Added
9
+ - Re-enable view and download counts for preprints
10
+
7
11
## [ 25.09.0] - 2025-05-02
8
12
### Added
9
13
- Bugfix and Improvements
Original file line number Diff line number Diff line change @@ -63,14 +63,12 @@ export default class PreprintsDetail extends Route {
63
63
const preprint = await this . store . findRecord ( 'preprint' , guid , {
64
64
reload : true ,
65
65
include : embeddableFields ,
66
- /*
67
66
adapterOptions : {
68
67
query : {
69
68
'metrics[views]' : 'total' ,
70
69
'metrics[downloads]' : 'total' ,
71
70
} ,
72
71
} ,
73
- */
74
72
} ) ;
75
73
76
74
const provider = await preprint ?. get ( 'provider' ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-osf-web" ,
3
- "version" : " 25.09 .0" ,
3
+ "version" : " 25.10 .0" ,
4
4
"private" : true ,
5
5
"description" : " Ember front-end for the Open Science Framework" ,
6
6
"homepage" : " https://github.com/CenterForOpenScience/ember-osf-web#readme" ,
You can’t perform that action at this time.
0 commit comments