Skip to content

Commit

Permalink
Merge branch 'release/0.145.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
adlius committed Nov 8, 2023
2 parents e1e36f2 + 2c9b93d commit 25a5db2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.145] - 2023-11-08
### Changed
- Add moderation message to OSF Preprints

## [0.144] - 2023-10-10
### Changed
- Removed preprint discover routes (search improvement phase 2)
Expand Down
1 change: 1 addition & 0 deletions app/locales/en/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ export default {
create: 'By creating this {{documentType.singular}}, you confirm that all contributors agree with sharing it and that you have the right to share this {{documentType.singular}}.',
submit: 'By submitting this {{documentType.singular}}, you confirm that all contributors agree with sharing it and that you have the right to share this {{documentType.singular}}.',
},
osf_moderation_policy: 'You can read more about <a target="_blank" rel="noopener noreferrer" href="https://help.osf.io/article/592-preprint-moderation">OSF Preprints moderation policies</a> on the OSF Support Center',
},
invalid: {
description: 'The following section(s) must be completed before submitting this {{documentType.singular}}.',
Expand Down
5 changes: 5 additions & 0 deletions app/templates/submit.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,11 @@
<p class="information">
{{t moderationInformation documentType=currentProvider.documentType name=providerName reviewsWorkflow=(t workflow)}}
</p>
{{#if (eq currentProvider.id 'osf')}}
<p class="information">
{{t 'submit.body.submit.information.osf_moderation_policy'}}
</p>
{{/if}}
{{else}}
<p class="information">{{t generalInformation documentType=currentProvider.documentType name=providerName}}</p>
{{/if}}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preprint-service",
"version": "0.144.0",
"version": "0.145.0",
"description": "Center for Open Science Preprint Service",
"license": "Apache-2.0",
"author": "",
Expand Down

0 comments on commit 25a5db2

Please sign in to comment.