Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabled Reviewer Credits Plugin for OJS 3.4 and added Reviewer Finder… #281

Merged
merged 4 commits into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 21 additions & 5 deletions plugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7568,13 +7568,29 @@
<homepage>https://gitlab.com/reviewercredits/reviewercredits-ojs-plugin</homepage>
<summary locale="en">This plugin enable the integration with ReviewerCredits (www.reviewercredits.com).</summary>
<summary locale="en_US">This plugin enable the integration with ReviewerCredits (www.reviewercredits.com).</summary>
<description locale="en"><![CDATA[This plugin enable the integration with ReviewerCredits using REST APIs. The main goal is to create and approve Peer Review Claims on the ReviewerCredits website.]]></description>
<description locale="en_US"><![CDATA[This plugin enable the integration with ReviewerCredits using REST APIs. The main goal is to create and approve Peer Review Claims on the ReviewerCredits website.]]></description>
<description locale="en"><![CDATA[This plugin enables the integration with ReviewerCredits using REST APIs. The main goal is to find reviewers and exchange peer review data with the ReviewerCredits platform.]]></description>
<description locale="en_US"><![CDATA[This plugin enables the integration with ReviewerCredits using REST APIs. The main goal is to find reviewers and exchange peer review data with the ReviewerCredits platform.]]></description>
<maintainer>
<name>Matteo Mondini</name>
<institution>ReviewerCredits</institution>
<email>matteo.mondini@gmail.com</email>
<name>Emre Danisan</name>
<institution>Reviewer Credits GmbH</institution>
<email>emre.danisan@reviewercredits.com</email>
</maintainer>
<release date="2024-06-14" version="2.1.3.10" md5="9b5d8cc6ec30c03af7d5ae905d03989e">
<package>https://www.reviewercredits.com/wp-content/uploads/reviewer-credits/ojsplugin/reviewercredits-ojs-plugin-stable-3_3_0.tar.gz</package>
<compatibility application="ojs2">
<version>~3.3.0.0</version>
</compatibility>
<certification type="partner"/>
<description>Plugin to enable the reviewer finder integration with ReviewerCredits.</description>
</release>
<release date="2024-07-05" version="2.1.3.11" md5="6e6a841d5cf1b857871f52f8a6b36c5c">
<package>https://www.reviewercredits.com/wp-content/uploads/reviewer-credits/ojsplugin/reviewercredits-ojs-plugin-stable-3_4_0.tar.gz</package>
<compatibility application="ojs2">
<version>~3.4.0.0</version>
</compatibility>
<certification type="partner"/>
<description>Plugin to enable the reviewer finder integration with ReviewerCredits and compatibility with OJS 3.4.</description>
</release>
<release date="2021-10-13" version="2.1.2.0" md5="720a9707cabc04cf1ce2a8118bbc04c8">
<package>https://www.reviewercredits.com/wp-content/uploads/2021/10/reviewerCredits.tar.gz</package>
<compatibility application="ojs2">
Expand Down