diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 00000000..fc0926d6
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,78 @@
+on:
+ push:
+ branches:
+ - '*'
+ pull_request:
+ branches:
+ ['main']
+env:
+ XML_SCHEMA: "plugins.xsd"
+
+name: plugin-gallery
+jobs:
+ plugin-gallery:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/setup-node@v4
+ with:
+ node-version: 20
+
+ - name: Install dependencies
+ run: |
+ sudo apt-get update -qq
+ sudo apt-get install libxml2-utils
+ npm install -g pkp-plugin-cli
+ shell: bash
+
+ - name: "Clone pkp/plugin-gallery"
+ run: |
+ cd ~
+ git clone https://github.com/pkp/plugin-gallery --depth 50
+ shell: bash
+
+ - name: Clone user plugin-gallery for push
+ if: ${{ github.event_name == 'push'}}
+ run: |
+ cd ~/${{github.event.pull_request.head.repo.name || github.event.repository.name }}
+ git remote add user_repo https://github.com/${{ github.repository}}
+ git fetch user_repo ${{ github.head_ref || github.ref_name }}
+ git checkout -b user_repo/${{ github.head_ref || github.ref_name }}
+ shell: bash
+
+ - name: lone user plugin-gallery for pull request
+ if: ${{github.event_name == 'pull_request'}}
+ run: |
+ cd ~/${{github.event.pull_request.head.repo.name || github.event.repository.name }}
+ git remote add user_repo ${{ github.event.pull_request.head.repo.html_url}}
+ git fetch user_repo ${{ github.event.pull_request.head.ref}}
+ git checkout user_repo/${{ github.event.pull_request.head.ref}}
+ shell: bash
+
+ - name: Validate against plugins.xd schema
+ run: |
+ cd ~/${{github.event.pull_request.head.repo.name || github.event.repository.name }}
+ xmllint --schema ./plugins.xsd ./plugins.xml --noout
+ shell: bash
+
+ - name: Validate all releases
+ if: ${{ github.event_name == 'push' && github.head_ref == 'main'}}
+ run: |
+ cd ~/${{github.event.pull_request.head.repo.name || github.event.repository.name }}
+ pkp-plugin validate-all-releases --input ./plugins.xml
+ shell: bash
+
+ - name: Validate new release
+ if: ${{ github.event_name == 'pull_request'}}
+ run: |
+ cd ~/${{github.event.pull_request.head.repo.name || github.event.repository.name }}
+ git remote -v
+ git branch
+ pkp-plugin validate-new-release
+ shell: bash
+
+ - name: Generate site
+ if: ${{ github.event_name == 'push' && github.head_ref == 'main'}}
+ run: |
+ cd ~/${{github.event.pull_request.head.repo.name || github.event.repository.name }}
+ GITHUB_TOKEN=${{secrets.GITHUB_TOKEN}} pkp-plugin generate-site ./plugins.xml
+ shell: bash
diff --git a/.travis.yml b/.travis.yml
index 30e4db13..13eea6ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,16 @@
language: node_js
-node_js:
- - node
+dist: focal
+node_js: 16
+env:
+ - XML_SCHEMA=plugins.xsd
before_install:
- # install dependencies
- - travis_retry sudo apt-get update -qq
# install libxml2-utils which contains xmllint that we will use to validate XML against schema)
- travis_retry sudo apt-get install libxml2-utils
- npm install -g pkp-plugin-cli
script:
- - xmllint --schema http://pkp.sfu.ca/ojs/xml/plugins.xsd ./plugins.xml --noout
- - if [[ $TRAVIS_PULL_REQUEST == 'false' && $TRAVIS_BRANCH == 'master' ]]; then pkp-plugin validate-all-releases --input $TRAVIS_BUILD_DIR/plugins.xml; fi
+ - xmllint --schema plugins.xsd ./plugins.xml --noout
+ - if [[ $TRAVIS_PULL_REQUEST == 'false' && $TRAVIS_BRANCH == 'main' ]]; then pkp-plugin validate-all-releases --input $TRAVIS_BUILD_DIR/plugins.xml; fi
- if [ $TRAVIS_PULL_REQUEST != 'false' ]; then pkp-plugin validate-new-release; fi
+ - if [[ $TRAVIS_PULL_REQUEST == 'false' && $TRAVIS_BRANCH == 'main' ]]; then GITHUB_TOKEN=$GITHUB_TOKEN pkp-plugin generate-site $TRAVIS_BUILD_DIR/plugins.xml; fi
+
diff --git a/README.md b/README.md
index 826f4806..39b56c8a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[](https://travis-ci.org/kabaros/plugin-gallery)
+[](https://travis-ci.org/pkp/plugin-gallery)
# Plugin Gallery
diff --git a/plugins.xml b/plugins.xml
index b931a015..ee2c63c2 100644
--- a/plugins.xml
+++ b/plugins.xml
@@ -1,21 +1,83 @@
-
+
+
+ RQC Plugin
+ RQC Plugin
+ https://github.com/prechelt/ojs-rqcplugin
+ Submit review data to the Review Quality Collector (RQC) service
+ Submit review data to the Review Quality Collector (RQC) service
+
+ https://github.com/prechelt/ojs-rqcplugin/releases/download/v1.0.0-33/rqc-ojs-v1.0.0-33.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Initial release.
+
+
+
+ EPUB Viewer
+ EPUB Viewer
+ https://github.com/EKT/epubJsViewer-ojs
+ epub.js library) to embed EPUB files on the articles and issues galley view pages.]]>
+ epub.js library) to embed EPUB files on the articles and issues galley view pages.]]>
+ EpubJsViewer plugin integrates epub.js in OJS articles and issues permitting the user the view EPUB files.
]]>
+ EpubJsViewer plugin integrates epub.js in OJS articles and issues permitting the user the view EPUB files.]]>
+
+ Dimitris Sioulas
+ National Documentation Center
+ dsioulas@ekt.gr
+
+
+ https://github.com/EKT/epubJsViewer-ojs/releases/download/v1_0_0-0/epubJsViewer-ojs-v1_0_0-0.tar.gz
+
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Update to be compatible with OJS 3.2.1.x
+
+
+ Hypothes.is
Hypothes.is
https://github.com/asmecher/hypothesis
+ This plugin integrates the Hypothes.is annotation tool into articles.
This plugin integrates the Hypothes.is annotation tool into articles.
- http://hypothes.is) in OJS articles, permitting annotation and commenting. (See the README document for notes on PDF support.)]]>
+ http://hypothes.is) in OJS articles, permitting annotation and commenting.]]>
+ http://hypothes.is) in OJS articles, permitting annotation and commenting.]]>
Alec Smecher
Public Knowledge Project
- pkp.contact@sfu.ca
+ pkp.contact@gmail.com
https://github.com/asmecher/hypothesis/releases/download/ojs-3_0_2-0/hypothesis-ojs-3_0_2-0.tar.gz
3.0.2.0
-
+
Release of the Hypothes.is plugin for OJS 3.0.2.
@@ -24,7 +86,7 @@
3.1.0.0
3.1.0.1
-
+
Release of the Hypothes.is plugin for OJS 3.1.0.
@@ -40,7 +102,7 @@
3.1.2.3
3.1.2.4
-
+
Release of the Hypothes.is plugin for OJS 3.1.1/3.1.2.
@@ -49,20 +111,131 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
+
+ Release of the Hypothes.is plugin for OJS/OPS 3.2.
+
+
+ https://github.com/asmecher/hypothesis/releases/download/v1.0.3-1/hypothesis-v1.0.3-1.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Release of the Hypothes.is plugin for OJS/OPS 3.2.
+
+
+ https://github.com/asmecher/hypothesis/releases/download/v1.0.3-2/hypothesis-v1.0.3-2.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
Release of the Hypothes.is plugin for OJS/OPS 3.2.
+
+ https://github.com/asmecher/hypothesis/releases/download/v1_0_4-0/hypothesis-v1_0_4-0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the Hypothes.is plugin for OJS/OPS 3.3.
+
+
+ https://github.com/asmecher/hypothesis/releases/download/v1_0_5-0/hypothesis-v1_0_5-0.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Release of the Hypothes.is plugin for OJS/OPS 3.4.0.
+
+ Shibboleth
Shibboleth
https://github.com/pkp/shibboleth
+ This plugin adds Shibboleth support.
This plugin adds Shibboleth support.
+ This plugin allows third-party authentication via a Shibboleth service.
This plugin allows third-party authentication via a Shibboleth service.
Chris Maden
@@ -79,7 +252,7 @@
3.1.1.2
3.1.1.4
-
+
Release of the Shibboleth plugin for OJS 3.1.0/3.1.1.
@@ -91,19 +264,176 @@
3.1.2.3
3.1.2.4
-
+
Release of the Shibboleth plugin for OJS 3.1.2.
+
+ https://github.com/pkp/shibboleth/releases/download/v1.1.0-0/shibboleth-v1_1_0_0.tgz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the Shibboleth plugin for 3.2 and later.
+
+
+ https://github.com/pkp/shibboleth/releases/download/v1.2.0-0/shibboleth-v1_2_0_0.tgz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the Shibboleth plugin for 3.2 and later.
+
+ Translator
Translator
https://github.com/pkp/translator
+ This plugin permits translations to be updated and edited.
This plugin permits translations to be updated and edited.
+ https://pkp.sfu.ca/wiki/index.php/Translating_OxS for information on translation management and contributing back.]]>
https://pkp.sfu.ca/wiki/index.php/Translating_OxS for information on translation management and contributing back.]]>
Alec Smecher
Public Knowledge Project
- pkp.contact@sfu.ca
+ pkp.contact@gmail.com
https://github.com/pkp/translator/releases/download/v2.0.2-0/translator-v2.0.2-0.tar.gz
@@ -121,7 +451,7 @@
3.1.1.2
3.1.1.3
-
+
Release of the Translator plugin for OJS/OMP 3.1.x.
@@ -142,7 +472,7 @@
3.1.1.3
3.1.1.4
-
+
Release of the Translator plugin for OJS/OMP 3.1.1.x.
@@ -161,19 +491,22 @@
3.1.2.3
3.1.2.4
-
+
Release of the Translator plugin for OJS/OMP 3.1.2.
+ Backup
Backup
https://github.com/asmecher/backup
+ This plugin permits backups to be downloaded from within OJS.
This plugin permits backups to be downloaded from within OJS.
+ This plugin allows site administrators to download backups of the system.
This plugin allows site administrators to download backups of the system.
Alec Smecher
Public Knowledge Project
- pkp.contact@sfu.ca
+ pkp.contact@gmail.com
https://github.com/asmecher/backup/releases/download/v2_0_0-0/backup-v2_0_0-0.tar.gz
@@ -194,7 +527,7 @@
3.1.1.3
3.1.1.4
-
+
Initial release of the backup plugin.
@@ -213,7 +546,7 @@
3.1.2.3
3.1.2.4
-
+
Compatibility release of the backup plugin for OJS/OMP 3.1.2.
@@ -222,18 +555,24 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
+
Compatibility release of the backup plugin for OJS/OMP/OPS 3.2.
@@ -242,30 +581,141 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
+
Adds new translations to the 2.0.2 release.
+
+ https://github.com/asmecher/backup/releases/download/v2.0.2-2/backup-v2.0.2-2.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Adds new translations to the 2.0.2-1 release.
+
+
+ https://github.com/asmecher/backup/releases/download/v2_0_3-0/backup-v2_0_3-0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Adds new translations to the previous release.
+
+
+ https://github.com/asmecher/backup/releases/download/v2_0_4-0/backup-v2_0_4-0.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Compatibility release for OJS/OMP/OPS 3.4.0.
+
+ iThenticate
iThenticate
- https://github.com/asmecher/plagiarism
+ https://github.com/pkp/plagiarism
+ This plugin permits automatic submission of uploaded content to the iThenticate service for plagiarism checking.
This plugin permits automatic submission of uploaded content to the iThenticate service for plagiarism checking.
+ This plugin permits automatic submission of uploaded content to the iThenticate service for plagiarism checking.See the README document included in this plugin for installation instructions.
]]>
This plugin permits automatic submission of uploaded content to the iThenticate service for plagiarism checking.See the README document included in this plugin for installation instructions.
]]>
Alec Smecher
Public Knowledge Project
- pkp.contact@sfu.ca
+ pkp.contact@gmail.com
https://github.com/asmecher/plagiarism/releases/download/v1.0.1/plagiarism-v1.0.1.tar.gz
@@ -282,7 +732,7 @@
3.1.1.3
3.1.1.4
-
+
Release of the iThenticate plugin for OJS/OMP 3.1.x.
@@ -301,7 +751,7 @@
3.1.2.3
3.1.2.4
-
+
Release of the iThenticate plugin for OJS/OMP 3.1.2.
@@ -310,25 +760,199 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
3.2.0.0
3.2.0.1
3.2.0.2
-
-
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
Release of the iThenticate plugin for OJS/OMP 3.2.0.
+
+ https://github.com/asmecher/plagiarism/releases/download/v1_0_4-0/plagiarism-v1_0_4-0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the iThenticate plugin for OJS/OMP 3.3.0.
+
+
+ https://github.com/pkp/plagiarism/releases/download/v1_0_5-0/plagiarism-v1_0_5-0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Adds new translations and bug fixes.
+
+
+ https://github.com/pkp/plagiarism/releases/download/v1_0_5-1/plagiarism-v1_0_5-1.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Fix missing dependency in release version.
+
+
+ https://github.com/pkp/plagiarism/releases/download/v1_0_6-0/plagiarism-v1_0_6-0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Various bugfixes around error handling.
+
+
+ https://github.com/pkp/plagiarism/releases/download/v1_0_6-1/plagiarism-v1_0_6-1.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Bugfix for password saving when using the settings form.
+
+ COinS
COinS
https://github.com/pkp/coins
+ This plugin embeds OpenURL COinS in OJS articles.
This plugin embeds OpenURL COinS in OJS articles.
+ http://ocoins.info/) in OJS articles, permitting tools like Zotero (http://www.zotero.org) to grab citations.]]>
http://ocoins.info/) in OJS articles, permitting tools like Zotero (http://www.zotero.org) to grab citations.]]>
Dimitris Efstathiou
Public Knowledge Project
- pkp.contact@sfu.ca
+ pkp.contact@gmail.com
https://github.com/pkp/coins/releases/download/coins-1_0_1-0/coins-1_0_1-0.tar.gz
@@ -341,7 +965,7 @@
3.1.1.2
3.1.1.4
-
+
Release 1.0.1 of the COinS plugin for OJS between 3.0.2-0 and 3.1.1-x.
@@ -353,7 +977,7 @@
3.1.2.3
3.1.2.4
-
+
Release 1.0.2-1 of the COinS plugin for OJS 3.1.2.
@@ -362,27 +986,96 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
+
Release 1.0.3-0 of the COinS plugin for OJS 3.2.
+
+ https://github.com/pkp/coins/releases/download/v1.0.3-2/coins-v1.0.3-2.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release 1.0.3-2 of the COinS plugin for OJS 3.2.1/3.3.0.
+
+
+ https://github.com/pkp/coins/releases/download/v1_0_3-3/coins-v1_0_3-3.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release 1.0.3-3 of the COinS plugin for OJS 3.2.1/3.3.0.
+
+
+ https://github.com/pkp/coins/releases/download/v1_0_4-0/coins-v1_0_4-0.tar.gz
+
+ ~3.4.0.0
+
+
+ Compatibility release for OJS 3.4.0
+
+
+ https://github.com/pkp/coins/releases/download/v1_0_4-1/coins-v1_0_4-1.tar.gz
+
+ ~3.4.0.0
+
+
+ Bugfix release for OJS 3.4.0
+
+ QuickSubmit
QuickSubmit
https://github.com/pkp/quickSubmit
+ The QuickSubmit plugin permits Journal Managers to quickly enter submissions through the OJS website, bypassing the editorial workflow.
The QuickSubmit plugin permits Journal Managers to quickly enter submissions through the OJS website, bypassing the editorial workflow.
+ The QuickSubmit plugin permits Journal Managers to quickly enter submissions through the OJS website, bypassing the editorial workflow.]]>
The QuickSubmit plugin permits Journal Managers to quickly enter submissions through the OJS website, bypassing the editorial workflow.]]>
Alec Smecher
Public Knowledge Project
- pkp.contact@sfu.ca
+ pkp.contact@gmail.com
https://github.com/pkp/quickSubmit/releases/download/ojs-3_0_2-0/quickSubmit-ojs-3_0_2-0.tar.gz
3.0.2.0
-
+
Release of the QuickSubmit plugin for OJS 3.0.2.
@@ -391,7 +1084,7 @@
3.1.0.0
3.1.0.1
-
+
Release of the QuickSubmit plugin for OJS 3.1.0.
@@ -402,7 +1095,7 @@
3.1.1.2
3.1.1.4
-
+
Release of the QuickSubmit plugin for OJS 3.1.1.
@@ -413,7 +1106,7 @@
3.1.1.2
3.1.1.4
-
+
v1.0.3-0 release of the QuickSubmit plugin for OJS 3.1.1.
@@ -425,7 +1118,7 @@
3.1.2.3
3.1.2.4
-
+
v1.0.4-0 release of the QuickSubmit plugin for OJS 3.1.2.
@@ -437,7 +1130,7 @@
3.1.2.3
3.1.2.4
-
+
Bugfix release of the QuickSubmit plugin for OJS 3.1.2.
@@ -446,8 +1139,10 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
+
Release of the QuickSubmit plugin for OJS 3.2.
@@ -456,8 +1151,10 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
+
Bugfix release of the QuickSubmit plugin for OJS 3.2.
@@ -466,17 +1163,136 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
+
Bugfix release of the QuickSubmit plugin for OJS 3.2.
+
+ https://github.com/pkp/quickSubmit/releases/download/v1.0.5-3/quickSubmit-v1.0.5-3.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Maintenance release of the QuickSubmit plugin for OJS 3.2.1.
+
+
+ https://github.com/pkp/quickSubmit/releases/download/v1_0_5-4/quickSubmit-v1_0_5-4.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Maintenance release of the QuickSubmit plugin for OJS 3.2.1.
+
+
+ https://github.com/pkp/quickSubmit/releases/download/v1_0_5-6/quickSubmit-v1_0_5-6.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Maintenance release of the QuickSubmit plugin for OJS 3.2.1.
+
+
+ https://github.com/pkp/quickSubmit/releases/download/v1_0_6-0/quickSubmit-v1_0_6-0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Maintenance release of the QuickSubmit plugin for OJS 3.3.0.
+
+
+ https://github.com/pkp/quickSubmit/releases/download/v1_0_6-1/quickSubmit-v1_0_6-1.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Maintenance release of the QuickSubmit plugin for OJS 3.3.0.
+
+
+ https://github.com/pkp/quickSubmit/releases/download/v1_0_6-2/quickSubmit-v1_0_6-2.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Maintenance release of the QuickSubmit plugin for OJS 3.3.0.
+
+
+ https://github.com/pkp/quickSubmit/releases/download/v1_0_7-1/quickSubmit-v1_0_7-1.tar.gz
+
+ 3.4.0.0
+ 3.4.0.1
+ 3.4.0.2
+ 3.4.0.3
+ 3.4.0.4
+ 3.4.0.5
+
+
+ Maintenance release of the QuickSubmit plugin for OJS 3.4.0.
+
+
+ https://github.com/pkp/quickSubmit/releases/download/v1_0_7-2/quickSubmit-v1_0_7-2.tar.gz
+
+ ~3.4.0.0
+
+
+ Maintenance release of the QuickSubmit plugin for OJS 3.4.0.
+
+ Allowed Uploads
Allowed Uploads
Sallitut tiedostomuodot
https://github.com/ajnyga/allowedUploads
+ Allowed Uploads plugin enables to choose the filetypes that are allowed when submitting a manuscript.
Allowed Uploads plugin enables to choose the filetypes that are allowed when submitting a manuscript.
Tämän lisäosan avulla voit rajoittaa niitä tiedostomuotoja, joita voi lähettää käsikirjoituksen yhteyteen.
+ Allowed Uploads plugin enables to choose the filetypes that are allowed when submitting a manuscript.NOTE! This is not a security plugin! Please make sure that the files directory is outside the web root.
]]>
Allowed Uploads plugin enables to choose the filetypes that are allowed when submitting a manuscript.NOTE! This is not a security plugin! Please make sure that the files directory is outside the web root.
]]>
Tämän lisäosan avulla voit rajoittaa niitä tiedostomuotoja, joita voi lähettää käsikirjoituksen yhteyteen.HUOM! Tätä lisäosaa ei ole tarkoitettu parantamaan järjestelmän tietoturvaa! Huolehdi, että järjestelmän tiedostot-hakemisto on sijoitettu tai suojattu oikein.
]]>
@@ -503,7 +1319,7 @@
3.1.1.3
3.1.1.4
-
+
Initial release of the Allowed Uploads plugin.
@@ -517,7 +1333,7 @@
3.1.1.3
3.1.1.4
-
+
Updated release of the Allowed Uploads plugin.
@@ -526,30 +1342,508 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
Update for compatibility with v3.2.
+
+ https://github.com/ajnyga/allowedUploads/releases/download/1.1.1.0/allowedUploads.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Update for compatibility with v3.3.0
+
+
+
+ Authors History
+ Authors History
+ Historia de los autores
+ Histórico dos autores
+ https://github.com/lepidus/authorsHistory
+ This plugin adds a tab in the submission view, where all submissions from each contributor are listed.
+ This plugin adds a tab in the submission view, where all submissions from each contributor are listed.
+ Este módulo agrega una pestaña en la vista de envío, donde se enumeran todos los envíos de cada colaborador.
+ Este plugin adiciona uma aba na visualização da submissão, onde todos as submissões de cada contribuidor são listadas.
+ This plugin adds a tab in the submission view, where all submissions from each contributor are listed.]]>
+ This plugin adds a tab in the submission view, where all submissions from each contributor are listed.]]>
+ Este módulo agrega una pestaña en la vista de envío, donde se enumeran todos los envíos de cada colaborador.]]>
+ Este plugin adiciona uma guia na visualização da submissão, onde todos as submissões de cada contribuidor são listadas]]>
+
+ SciELO Brazil Online Submission and Preprints Unit
+ SciELO in collaboration with Lepidus
+ scielo.submission@scielo.org
+
+
+ https://github.com/lepidus/authorsHistory/releases/download/v1.0.7/authorsHistory.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This is the first release of this plugin to be sent to PKP Plugin Gallery. Its main functionality is to add a tab in the submission view where all submission from each contributor are listed.
+ This is the first release of this plugin to be sent to PKP Plugin Gallery. Its main functionality is to add a tab in the submission view where all submission from each contributor are listed.
+ Esta es la primera versión de este módulo que se envía a la Galería de módulos de PKP. Su funcionalidad principal es agregar una pestaña en la vista de envío donde se enumeran todos los envíos de cada colaborador.
+ Esta é a primeira versão deste plugin a ser enviada para a galeria de plugins da PKP. Sua principal funcionalidade é adicionar uma guia na visualização da submissão, onde todos as submissões de cada contribuidor são listadas.
+
+
+ https://github.com/lepidus/authorsHistory/releases/download/v1.0.8/authorsHistory.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This release fixes a bug that occurred when deleting one of the previous submissions from one of the submission's authors
+ This release fixes a bug that occurred when deleting one of the previous submissions from one of the submission's authors
+ Esta versión corrige un error que se produjo al eliminar uno de los envíos anteriores de uno de los autores del envío
+ Essa versão corrige um problema que ocorria quando se excluia uma das submissões passadas de um dos autores da submissão
+
+
+ https://github.com/lepidus/authorsHistory/releases/download/v1.0.9/authorsHistory.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Improves plugin's performance and adds checking for cases in which different authors use the same email.
+ Improves plugin's performance and adds checking for cases in which different authors use the same email.
+ Mejora el rendimiento del módulo y agrega verificación cuando diferentes autores usan el mismo correo electrónico.
+ Melhora performance do plugin e adiciona verificação para quando diferentes autores usam o mesmo e-mail.
+
+
+ https://github.com/lepidus/authorsHistory/releases/download/v1.1.0/authorsHistory.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This release adds translation support for Russian language.
+ This release adds translation support for Russian language.
+ Esta versión agrega soporte de traducción para el idioma ruso.
+ Essa versão adiciona um suporte de tradução para a linguagem russa.
+
+
+ https://github.com/lepidus/authorsHistory/releases/download/v1.1.1/authorsHistory.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This release fixes the link for published articles exhibited in authors history.
+ This release fixes the link for published articles exhibited in authors history.
+ Esta versión corrige el enlace para los envíos publicados exhibidos en la historia de los autores.
+ Esta versão corrige o link para artigos publicados exibido no histórico dos autores.
+
+
+
+ Plugins update notification
+ Plugins update notification
+ Notificación de actualización de módulos
+ Notificação de atualização de plugins
+ https://github.com/lepidus/pluginUpdateNotification
+ This plugin generates a notification whenever an update to a gallery plugin is available
+ This plugin generates a notification whenever an update to a gallery plugin is available
+ Este módulo genera una notificación cada vez que se encuentra disponible una actualización de un módulo de la galería
+ Este plugin gera uma notificação sempre que há uma atualização disponível de um plugin da galeria
+ This plugin generates a notification in the Website Settings informing which plugins have an upgrade available at the plugin gallery]]>
+ This plugin generates a notification in the Website Settings informing which plugins have an upgrade available at the plugin gallery]]>
+ Este módulo genera una notificación en los Ajustes del sítio web que informa qué módulos tienen una actualización disponible en la galería de módulos]]>
+ Esse plugin gera uma notificação nas Configurações do Website informando quais plugins possuem uma atualização disponível através da galeria de plugins]]>
+
+ SciELO Brazil Online Submission and Preprints Unit
+ SciELO in collaboration with Lepidus
+ scielo.submission@scielo.org
+
+
+ https://github.com/lepidus/pluginUpdateNotification/releases/download/v1.2.0/pluginUpdateNotification.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This is the first release of this plugin to be sent to PKP Plugin Gallery. Its main functionality is to add a notification in the Website Settings informing which plugins have an upgrade available.
+ This is the first release of this plugin to be sent to PKP Plugin Gallery. Its main functionality is to add a notification in the Website Settings informing which plugins have an upgrade available.
+ Esta es la primera versión de este módulo que se envía a la Galería de módulos de PKP. Su principal funcionalidad es agregar una notificación en los Ajustes del sítio web informando qué módulos tienen una actualización disponible.
+ Esta é a primeira versão deste plugin a ser enviada à Galeria de Plugins da PKP. Sua principal funcionalidade é adicionar uma notificação nas Configurações do Website, informando quais plugins possuem uma atualização disponível.
+
+
+ https://github.com/lepidus/pluginUpdateNotification/releases/download/v2.0.0/pluginUpdateNotification.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ This release brings support for OJS, OPS, and OMP in version 3.4.0. It's main functionality is to add a notification in the Website Settings informing which plugins have an upgrade available.
+ Esta versión agrega soporte para OJS, OPS y OMP en la versión 3.4.0. Su principal funcionalidad es agregar una notificación en los Ajustes del sítio web informando qué módulos tienen una actualización disponible.
+ Esta versão traz suporte ao OJS, OPS e OMP na versão 3.4.0. Sua principal funcionalidade é adicionar uma notificação nas Configurações do Website, informando quais plugins possuem uma atualização disponível.
+
+
+ https://github.com/lepidus/pluginUpdateNotification/releases/download/v2.0.1/pluginUpdateNotification.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ This release adds the Indonesian translation
+ Esta versión agrega la traducción al Indonesio
+ Essa versão adiciona tradução para o Indonésio
+
+
+
+ Content Analysis
+ Content Analysis
+ Análisis del contenido
+ Análise de Conteúdo
+ https://github.com/lepidus/contentAnalysis
+ This plugin checks the content of the submitted document for certain submission information and metadata
+ This plugin checks the content of the submitted document for certain submission information and metadata
+ Este módulo verifica el contenido del documento de envío en busca de cierta información de envío y metadatos
+ Este plugin verifica o conteúdo do documento da submissão em busca de certas informações e metadados da submissão
+ This plugin checks the content of the submitted document for certain submission information and metadata. Then, it shows a report of which elements had been found on the submission page.]]>
+ This plugin checks the content of the submitted document for certain submission information and metadata. Then, it shows a report of which elements had been found on the submission page.]]>
+ Este módulo verifica el contenido del documento de envío en busca de cierta información de envío y metadatos. Luego muestra un informe de los elementos que se encontraron en la página de envío.]]>
+ Este plugin verifica o conteúdo do documento da submissão em busca de certas informações e metadados da submissão. Então, ele exibe um relatório de quais elementos foram encontrados na página da submissão.]]>
+
+ SciELO Brazil Online Submission and Preprints Unit
+ SciELO in collaboration with Lepidus
+ scielo.submission@scielo.org
+
+
+ https://github.com/lepidus/contentAnalysis/releases/download/v1.2.4/contentAnalysis.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This is the first release of this plugin to be sent to PKP Plugin Gallery.
+ This is the first release of this plugin to be sent to PKP Plugin Gallery.
+ Esta es la primera versión de este módulo que se envía a la Galería de módulos de PKP.
+ Esta é a primeira versão deste plugin a ser enviada à Galeria de Plugins da PKP.
+
- Piwik
+ Matomo
+ Matomo
https://github.com/pkp/piwik
- Permits usage statistics tracking using Piwik.
- The Piwik plugin allows managers to track website usage statistics.]]>
+ Permits usage statistics tracking using Matomo (formerly Piwik).
+ Permits usage statistics tracking using Matomo (formerly Piwik).
+ The Matomo plugin (formerly Piwik) allows managers to track website usage statistics.]]>
+ The Matomo plugin (formerly Piwik) allows managers to track website usage statistics.]]>
- Kassim Machioudi
+ Alec Smecher
Public Knowledge Project
- pkp.contact@sfu.ca
+ pkp.contact@gmail.com
https://github.com/pkp/piwik/releases/download/piwik-1_0_0/piwik-1.0.0.tar.gz
@@ -560,7 +1854,7 @@
3.1.0.0
3.1.0.1
-
+
Initial release of the Piwik plugin.
@@ -569,7 +1863,7 @@
3.1.0.0
3.1.0.1
-
+
Initial release of the Piwik plugin.
@@ -587,7 +1881,7 @@
3.1.1.3
3.1.1.4
-
+
Piwik release for OJS/OMP 3.1.1
@@ -606,7 +1900,7 @@
3.1.2.3
3.1.2.4
-
+
Piwik release for OJS/OMP 3.1.2
@@ -625,7 +1919,7 @@
3.1.2.3
3.1.2.4
-
+
Piwik release for OJS/OMP 3.1.2
@@ -634,24 +1928,94 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
+
Piwik release for OJS/OMP 3.2.0
+
+ https://github.com/pkp/piwik/releases/download/v1.0.3-1/piwik-v1.0.3-1.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Piwik release for OJS/OMP 3.2.1
+
+
+ https://github.com/pkp/piwik/releases/download/v1_0_4-0/piwik-v1_0_4-0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Piwik release for OJS/OMP 3.3.0
+
+
+ https://github.com/pkp/piwik/releases/download/v1_0_5-0/piwik-v1_0_5-0.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Matomo/Piwik release for OJS/OMP 3.4.0
+
+ Shariff Plugin
Shariff Plugin
https://github.com/ojsde/shariff
+ This plugin integrates the shariff solution for social media buttons in OJS and OMP.
This plugin integrates the shariff solution for social media buttons in OJS and OMP.
+ https://github.com/heiseonline/shariff) to your website, allowing you to add social media buttons to your journal without compromising the privacy of website users.]]>
https://github.com/heiseonline/shariff) to your website, allowing you to add social media buttons to your journal without compromising the privacy of website users.]]>
- Svantje Lilienthal
- Freie Universität Berlin
+ Team Open Access und wissenschaftliches Publizieren
+ Universitätsbibliothek, Freie Universität Berlin
e-publishing@cedis.fu-berlin.de
@@ -683,38 +2047,154 @@
Release of the Shariff plugin for OJS 3.0.0.
-
-
- AddThis
- https://github.com/pkp/addThis
- Permits social media sharing of published content using AddThis.
- AddThis permits easy social media sharing by integrating tools for several platforms into a compact set of configurable buttons. This plugin integrates AddThis into OJS/OMP for quick sharing of published content.]]>
-
- Alec Smecher
- Public Knowledge Project
- pkp.contact@sfu.ca
-
-
- https://github.com/pkp/addThis/releases/download/1_0_0-0/addThis-3.1.tar.gz
+
+ https://github.com/ojsde/shariff/releases/download/v3_3_0/shariff-3_3_0.tar.gz
- 3.0.2.0
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
-
- Initial release of the AddThis plugin.
+
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+ Release of the Shariff plugin for OJS 3.3.0.
-
- https://github.com/pkp/addThis/releases/download/ojs-3_1_0-0/addThis-ojs-3_1_0-0.tar.gz
+
+ https://github.com/ojsde/shariff/releases/download/v3_3_0-1/shariff-3_3_0-1.tar.gz
- 3.1.0.0
- 3.1.0.1
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
-
- Initial release of the AddThis plugin.
+
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+ This release of the Shariff plugin for OJS/OMP 3.3.0 fixes a compatibility issue with PHP 8.
-
- https://github.com/pkp/addThis/releases/download/ojs-3_1_1-0/addThis-ojs-3_1_1-0.tar.gz
+
+ https://github.com/ojsde/shariff/releases/download/v3_4_0/shariff-3_4_0.tar.gz
- 3.1.1.0
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+ This plugin adds social media buttons to your web site without compromising the privacy of website users.
+
+
+ https://github.com/ojsde/shariff/releases/download/v3_3_0-2/shariff-3_3_0-2.tar.gz
+
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+ This release of the Shariff plugin for OJS/OMP/OPS 3.3.0 WCAG compliant button styles.
+
+
+ https://github.com/ojsde/shariff/releases/download/v3_4_0-1/shariff-3_4_0-1.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+ This release of the Shariff plugin for OJS/OMP/OPS 3.4.0 WCAG compliant button styles.
+
+
+ https://github.com/ojsde/shariff/releases/download/v3_4_0-2/shariff-3_4_0-2.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+ This release of the Shariff plugin adds the option to select whether to share the URL to the article page or the DOI-URL.
+
+
+ https://github.com/ojsde/shariff/releases/download/v3_4_0-4/shariff-3_4_0-4.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+ This release of the Shariff plugin fixes the Url shared via e-mail.
+
+
+ https://github.com/ojsde/shariff/releases/download/v3_4_0-5/shariff-3_4_0-5.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+ This new release of the Shariff plugin updates the Heise.de Shariff package to version 3.3.0 (thanks to Lepidus).
+
+
+
+ AddThis
+ AddThis
+ https://github.com/pkp/addThis
+ Permits social media sharing of published content using AddThis.
+ Permits social media sharing of published content using AddThis.
+ AddThis permits easy social media sharing by integrating tools for several platforms into a compact set of configurable buttons. This plugin integrates AddThis into OJS/OMP for quick sharing of published content.]]>
+ AddThis permits easy social media sharing by integrating tools for several platforms into a compact set of configurable buttons. This plugin integrates AddThis into OJS/OMP for quick sharing of published content.]]>
+
+ Alec Smecher
+ Public Knowledge Project
+ pkp.contact@gmail.com
+
+
+ https://github.com/pkp/addThis/releases/download/1_0_0-0/addThis-3.1.tar.gz
+
+ 3.0.2.0
+
+
+ Initial release of the AddThis plugin.
+
+
+ https://github.com/pkp/addThis/releases/download/ojs-3_1_0-0/addThis-ojs-3_1_0-0.tar.gz
+
+ 3.1.0.0
+ 3.1.0.1
+
+
+ Initial release of the AddThis plugin.
+
+
+ https://github.com/pkp/addThis/releases/download/ojs-3_1_1-0/addThis-ojs-3_1_1-0.tar.gz
+
+ 3.1.1.0
3.1.1.1
3.1.1.2
3.1.1.4
@@ -726,7 +2206,7 @@
3.1.1.3
3.1.1.4
-
+
AddThis for OJS/OMP 3.1.1.
@@ -745,7 +2225,7 @@
3.1.2.3
3.1.2.4
-
+
AddThis for OJS/OMP 3.1.2.
@@ -754,20 +2234,135 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
+
AddThis for OJS/OMP 3.2.0.
+
+ https://github.com/pkp/addThis/releases/download/v1_0_3-1/addThis-v1_0_3-1.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ AddThis for OJS/OMP 3.2.1.
+
+
+ https://github.com/pkp/addThis/releases/download/v1_0_3-2/addThis-v1_0_3-2.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ AddThis for OJS/OMP/OPS 3.2.1 (adds OPS support).
+
+
+ https://github.com/pkp/addThis/releases/download/v1_0_4-0/addThis-v1_0_4-0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ AddThis for OJS/OMP/OPS 3.3.0.
+
+
+ https://github.com/pkp/addThis/releases/download/v1_0_5-0/addThis-v1_0_5-0.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ AddThis for OJS/OMP/OPS 3.4.0.
+
+ OJS to Copernicus Citation Index xml export plugin
OJS to Copernicus Citation Index xml export plugin
https://github.com/a-vodka/ojs_copernicus_export_plugin/
+ Allows to export article metadata in Copernicus Index in xml format
Allows to export article metadata in Copernicus Index in xml format
+ This release support all necessary items to export issues to Copernicus Citation Index using xml]]>
This release support all necessary items to export issues to Copernicus Citation Index using xml]]>
Oleksii Vodka
@@ -784,7 +2379,7 @@
3.1.1.2
3.1.1.4
-
+
This release support all necessary items to export issues to Copernicus Citation Index using xml
@@ -802,19 +2397,22 @@
3.1.2.3
3.1.2.4
-
+
This release support all necessary items to export issues to Copernicus Citation Index using xml
+ Subscription SSO
Subscription SSO
https://github.com/asmecher/subscriptionSSO
+ This plugin permits delegation of OJS subscription checks to a third-party web service.
This plugin permits delegation of OJS subscription checks to a third-party web service.
+ This plugin permits delegation of OJS subscription checks to a third-party web service.See https://github.com/asmecher/subscriptionSSO for details.
]]>
This plugin permits delegation of OJS subscription checks to a third-party web service.See https://github.com/asmecher/subscriptionSSO for details.
]]>
Alec Smecher
Public Knowledge Project
- pkp.contact@sfu.ca
+ pkp.contact@gmail.com
https://github.com/asmecher/subscriptionSSO/releases/download/1_0_1-0/subscriptionSSO-1_0_1-0.tar.gz
@@ -827,7 +2425,7 @@
3.1.1.2
3.1.1.4
-
+
Initial release of the SubscriptionSSO plugin for OJS between 3.0.2 and 3.1.1-x.
@@ -839,7 +2437,7 @@
3.1.2.3
3.1.2.4
-
+
Initial release of the SubscriptionSSO plugin for OJS 3.1.2.
@@ -848,50 +2446,92 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
+
Initial release of the SubscriptionSSO plugin for OJS 3.2.0.
+
+ https://github.com/asmecher/subscriptionSSO/releases/download/v1_0_3-3/subscriptionSSO-v1_0_3-3.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Initial release of the SubscriptionSSO plugin for OJS 3.2.1.
+
+
+ https://github.com/asmecher/subscriptionSSO/releases/download/v1_0_3-4/subscriptionSSO-v1_0_3-4.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Maintenance release of the SubscriptionSSO plugin for OJS 3.3.x.
+
+
+ https://github.com/asmecher/subscriptionSSO/releases/download/v1_0_3-5/subscriptionSSO-v1_0_3-5.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Maintenance release of the SubscriptionSSO plugin for OJS 3.3.x.
+
+
+ https://github.com/asmecher/subscriptionSSO/releases/download/v1_0_4-0/subscriptionSSO-v1_0_4-0.tar.gz
+
+ ~3.4.0.0
+
+
+ Maintenance release of the SubscriptionSSO plugin for OJS 3.4.x.
+
+ Funding
Funding
https://github.com/ajnyga/funding/
+ Adds submission funding data using the Crossref funders registry.
Adds submission funding data using the Crossref funders registry.
+ This plugin adds submission funding data using the Crossref funders registry, considers the data in the Crossref and DataCite XML export and displays them on the submission view page.]]>
This plugin adds submission funding data using the Crossref funders registry, considers the data in the Crossref and DataCite XML export and displays them on the submission view page.]]>
Antti-Jussi Nygård
ajnyga@gmail.com
-
https://github.com/ajnyga/funding/releases/download/2.1.1.5/funding.tar.gz
3.1.0.0
3.1.0.1
-
+
Release of the Funding data plugin for OJS 3.1.1.x.
@@ -903,7 +2543,7 @@
3.1.2.3
3.1.2.4
-
+
Release of the Funding data plugin for OJS 3.1.2.x.
@@ -912,20 +2552,130 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
Update for compatibility with v3.2.
+
+ https://github.com/ajnyga/funding/releases/download/2.1.4.1/funding.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Update for compatibility with v3.3.
+
+
+ https://github.com/ajnyga/funding/releases/download/2.1.4.2/funding.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This release adds support for OPS 3.3.0. It also adds translation for Brazilian Portuguese
+
+
+ https://github.com/ajnyga/funding/releases/download/3.4.0.0/funding.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Update for compatibility with v3.4.
+
+
+ https://github.com/ajnyga/funding/releases/download/3.4.0.2/funding.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Bugfix release for v3.4.
+
+ Custom Header Plugin
Custom Header Plugin
https://github.com/asmecher/customHeader/
+ Permits the addition of custom headers to the website.
Permits the addition of custom headers to the website.
+ This plugin permits the addition of custom headers to the website. This can be used e.g. to add arbitrary Javascript to the front-end.]]>
This plugin permits the addition of custom headers to the website. This can be used e.g. to add arbitrary Javascript to the front-end.]]>
Alec Smecher
@@ -950,7 +2700,7 @@
3.1.1.3
3.1.1.4
-
+
Initial release of the custom headers plugin.
@@ -969,7 +2719,7 @@
3.1.2.3
3.1.2.4
-
+
Release of the custom headers plugin for OJS/OMP 3.1.2.
@@ -978,25 +2728,518 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
+
Release of the custom headers plugin for OJS/OMP/OPS 3.2.0.
+
+ https://github.com/asmecher/customHeader/releases/download/v1_0_2-1/customHeader-v1_0_2-1.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Release of the custom headers plugin for OJS/OMP/OPS 3.2.1.
+
+
+ https://github.com/pkp/customHeader/releases/download/v1_0_3-0/customHeader-v1_0_3-0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the custom headers plugin for OJS/OMP/OPS 3.3.0.
+
+
+ https://github.com/pkp/customHeader/releases/download/v1_0_3-1/customHeader-v1_0_3-1.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Maintenance release of the custom header plugin for OJS/OMP/OPS 3.3.0.
+
+
+ https://github.com/pkp/customHeader/releases/download/v1_0_3-2/customHeader-v1_0_3-2.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Maintenance release of the custom header plugin for OJS/OMP/OPS 3.3.0.
+
+
+ https://github.com/pkp/customHeader/releases/download/v1_0_4-1/customHeader-v1_0_4-1.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Maintenance release of the custom header plugin for OJS/OMP/OPS 3.4.0.
+
+
+
+ Custom Locale Plugin
+ Custom Locale Plugin
+ https://github.com/pkp/customLocale/
+ Permits the customization of interface text.
+ Permits the customization of interface text.
+ This plugin permits the customization of interface text (usually kept in the language files that come with the software) on a per-context (journal, press, or server) basis. This can be used to tweak details that would otherwise require a file modification on the server.]]>
+ This plugin permits the customization of interface text (usually kept in the language files that come with the software) on a per-context (journal, press, or server) basis. This can be used to tweak details that would otherwise require a file modification on the server.]]>
+
+ Public Knowledge Project
+ Public Knowledge Project
+ pkp.contact@gmail.com
+
+
+ https://github.com/pkp/customLocale/releases/download/v1.1.0-0/customLocale-v1.1.0-0.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ Initial Plugin Gallery release of the custom locale plugin for OJS/OMP/OPS 3.2.
+
+
+ https://github.com/pkp/customLocale/releases/download/v1_1_0-1/customLocale-v1_1_0-1.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Initial Plugin Gallery release of the custom locale plugin for OJS/OMP/OPS 3.2.1.
+
+
+ https://github.com/NateWr/customLocale/releases/download/v1_1_0-2/customLocale-v1_1_0-2.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ A minor update that standardizes a couple of language definitions.
+
+
+ https://github.com/pkp/customLocale/releases/download/v1_1_1-0/customLocale-v1_1_1-0.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Add ability to select other languages than English from the search form.
+
+
+ https://github.com/pkp/customLocale/releases/download/v1_2_0-0/customLocale-v1_2_0-0.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Compatibility release for OJS/OMP/OPS 3.4.0
+
+
+ https://github.com/pkp/customLocale/releases/download/v1_1_1-1/customLocale-v1_1_1-1.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Security release for OJS/OMP/OPS 3.3.0
+
+
+ https://github.com/pkp/customLocale/releases/download/v1_1_1-2/customLocale-v1_1_1-2.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Maintenance release for OJS/OMP/OPS 3.3.0
+
+
+ https://github.com/pkp/customLocale/releases/download/v1_2_0-1/customLocale-v1_2_0-1.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Security release for OJS/OMP/OPS 3.4.0
+
+ JATS Template Plugin
JATS Template Plugin
https://github.com/pkp/jatsTemplate/
+ Permits the automatic generation of a simple (incomplete) JATS XML document.
Permits the automatic generation of a simple (incomplete) JATS XML document.
+ This plugin permits the automatic generation of a simple JATS XML document where a better file is not otherwise available. This can be used e.g. in connection with the OAI JATS plugin to deliver metadata in a JATS format.]]>
This plugin permits the automatic generation of a simple JATS XML document where a better file is not otherwise available. This can be used e.g. in connection with the OAI JATS plugin to deliver metadata in a JATS format.]]>
Alec Smecher
@@ -1013,7 +3256,7 @@
3.1.1.2
3.1.1.4
-
+
Initial release of the JATS Template plugin.
@@ -1031,7 +3274,7 @@
3.1.2.3
3.1.2.4
-
+
Minimum Viable Product (MVP) release of the JATS Template plugin for Coalition Publi.ca.
@@ -1040,15 +3283,162 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
+
Compatibility release of the JATS Template plugin for OJS 3.2
+
+ https://github.com/pkp/jatsTemplate/releases/download/v1.0.3-0/jatsTemplate-v1.0.3-0.tar.gz
+
+ 3.1.0.0
+ 3.1.0.1
+ 3.1.1.0
+ 3.1.1.1
+ 3.1.1.2
+ 3.1.1.4
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ Maintenance release of the JATS Template plugin for Coalition Publi.ca.
+
+
+ https://github.com/pkp/jatsTemplate/releases/download/v1.0.4-0/jatsTemplate-v1.0.4-0.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Maintenance release of the JATS Template plugin for OJS 3.2.x
+
+
+ https://github.com/pkp/jatsTemplate/releases/download/v1_0_4_1/jatsTemplate-v1_0_4_1.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Maintenance release of the JATS Template plugin for OJS 3.2.x
+
+
+ https://github.com/pkp/jatsTemplate/releases/download/v1_0_5-0/jatsTemplate-v1_0_5-0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Compatibility release of the JATS Template plugin for OJS 3.3.0
+
+
+ https://github.com/pkp/jatsTemplate/releases/download/v1_0_6-0/jatsTemplate-v1_0_6-0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Compatibility release of the JATS Template plugin for OJS 3.3.0
+
+
+ https://github.com/pkp/jatsTemplate/releases/download/v1_0_6-1/jatsTemplate-v1_0_6-1.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Compatibility release of the JATS Template plugin for OJS 3.3.0
+
+
+ https://github.com/pkp/jatsTemplate/releases/download/v1_0_6-2/jatsTemplate-v1_0_6-2.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Include preferred name and author bio fields
+
+
+ https://github.com/pkp/jatsTemplate/releases/download/v1_0_7-1/jatsTemplate-v1_0_7-1.tar.gz
+
+ ~3.4.0.0
+
+
+ Compatibility release of the JATS Template plugin for OJS 3.4.0
+
+
+ https://github.com/pkp/jatsTemplate/releases/download/v1_0_7-2/jatsTemplate-v1_0_7-2.tar.gz
+
+ ~3.4.0.0
+
+
+ Bugfix release of the JATS Template plugin for OJS 3.4.0.
+
- SWORD Deposit Plugin
+ SWORD Client Plugin
+ SWORD Client Plugin
https://github.com/asmecher/sword/
+ Permits the use of the SWORD protocol to deposit documents from OJS into other systems.
Permits the use of the SWORD protocol to deposit documents from OJS into other systems.
+ This plugin permits the use of the SWORDv2 protocol to allow OJS to deposit documents into other systems.The deposit can be performed manually, automatically upon acceptance, and manually by the author.
]]>
This plugin permits the use of the SWORDv2 protocol to allow OJS to deposit documents into other systems.The deposit can be performed manually, automatically upon acceptance, and manually by the author.
]]>
Alec Smecher
@@ -1064,8 +3454,8 @@
3.1.1.1
3.1.1.2
-
- Initial release of the SWORD plugin.
+
+ Initial release of the SWORD client plugin.
https://github.com/asmecher/sword/releases/download/v1.0.1-0/sword-v1.0.1-0.tar.gz
@@ -1077,8 +3467,8 @@
3.1.1.2
3.1.1.4
-
- Maintenance release of the SWORD plugin.
+
+ Maintenance release of the SWORD client plugin.
https://github.com/asmecher/sword/releases/download/v1.0.1-1/sword-v1.0.1-1.tar.gz
@@ -1090,8 +3480,8 @@
3.1.1.2
3.1.1.4
-
- Maintenance release of the SWORD plugin.
+
+ Maintenance release of the SWORD client plugin.
https://github.com/asmecher/sword/releases/download/v1.0.2-0/sword-v1.0.2-0.tar.gz
@@ -1102,8 +3492,8 @@
3.1.2.3
3.1.2.4
-
- Maintenance release of the SWORD plugin.
+
+ Maintenance release of the SWORD client plugin.
https://github.com/pkp/sword/releases/download/v1.0.2-1/sword-v1.0.2.1.tar.gz
@@ -1111,15 +3501,95 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
- Maintenance release of the SWORD plugin.
+
+ Maintenance release of the SWORD client plugin.
+
+
+ https://github.com/pkp/sword/releases/download/v1.0.3-0/sword-v1.0.3-0.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Maintenance release of the SWORD client plugin.
+
+
+ https://github.com/pkp/sword/releases/download/v1_0_4-1/sword-v1_0_4-1.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Maintenance release of the SWORD client plugin.
+
+
+ https://github.com/pkp/sword/releases/download/v1_0_6-0/sword-v1_0_6-0.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Compatibility release of the SWORD client plugin for OJS/OPS 3.3.0.
+
+
+ https://github.com/pkp/sword/releases/download/v1_0_7-1/sword-v1_0_7-1.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Compatibility release of the SWORD client plugin for OJS/OPS 3.4.0.
+ OAI JATS Plugin
OAI JATS Plugin
https://github.com/pkp/oaiJats/
+ Permits the delivery of JATS XML via the OAI interface.
Permits the delivery of JATS XML via the OAI interface.
+ This plugin permits the delivery of JATS XML via the OAI interface. Note that it does not generate the JATS document itself -- this will need to be done using the JATS Template Plugin, or using an external tool such as Open Typesetting Stack.]]>
This plugin permits the delivery of JATS XML via the OAI interface. Note that it does not generate the JATS document itself -- this will need to be done using the JATS Template Plugin, or using an external tool such as Open Typesetting Stack.]]>
Alec Smecher
@@ -1136,7 +3606,7 @@
3.1.1.2
3.1.1.4
-
+
Initial release of the OAI JATS plugin.
@@ -1154,8 +3624,8 @@
3.1.2.3
3.1.2.4
-
- Minimum Viable Product (MVP) release of the JATS Template plugin for Coalition Publi.ca.
+
+ Minimum Viable Product (MVP) release of OAI JATS plugin for Coalition Publi.ca.
https://github.com/pkp/oaiJats/releases/download/v1.0.2-0/oaiJats-v1.0.2-0.tar.gz
@@ -1163,19 +3633,148 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
- Compatibility release of the JATS Template plugin for OJS 3.2
+
+ Compatibility release of the OAI JATS plugin for OJS 3.2
+
+
+ https://github.com/pkp/oaiJats/releases/download/v1.0.3-0/oaiJats-v1.0.3-0.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Compatibility release of the OAI JATS plugin for OJS 3.2
+
+
+ https://github.com/pkp/oaiJats/releases/download/v1_0_4-0/oaiJats-v1_0_4-0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Compatibility release of the OAI JATS plugin for OJS 3.3
+
+
+ https://github.com/pkp/oaiJats/releases/download/v1_0_4-2/oaiJats-v1_0_4-2.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Bugfix release of the OAI JATS plugin for OJS 3.3
+
+
+ https://github.com/pkp/oaiJats/releases/download/v1_0_4-3/oaiJats-v1_0_4-3.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Bugfix release of the OAI JATS plugin for OJS 3.3
+
+
+ https://github.com/pkp/oaiJats/releases/download/v1_0_4-4/oaiJats-v1_0_4-4.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Bugfix release of the OAI JATS plugin for OJS 3.3
+
+
+ https://github.com/pkp/oaiJats/releases/download/v1_0_4-5/oaiJats-v1_0_4-5.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Use publication sequence for article sequence information
+
+
+ https://github.com/pkp/oaiJats/releases/download/v1_0_5-0/oaiJats-v1_0_5-0.tar.gz
+
+ ~3.4.0.0
+
+
+ Bugfix release of the OAI JATS plugin for OJS 3.4
+
+
+ https://github.com/pkp/oaiJats/releases/download/v1_0_5-1/oaiJats-v1_0_5-1.tar.gz
+
+ ~3.4.0.0
+
+
+ Bugfix release of the OAI JATS plugin for OJS 3.4
+ Keyword Cloud Plugin
Keyword Cloud Plugin
https://github.com/lepidus/ojs3-keywordcloud-plugin
+ A block plugin to provide a tag cloud of article keywords.
A block plugin to provide a tag cloud of article keywords.
+ A sidebar block plugin for Open Journal Systems and Open Monograph Press which displays a tag cloud of keywords.
]]>
A sidebar block plugin for Open Journal Systems and Open Monograph Press which displays a tag cloud of keywords.
]]>
Alireza Sokhandan
-
+
pkp.contact@gmail.com
@@ -1196,7 +3795,7 @@
3.1.1.3
3.1.1.4
-
+
Initial release of the Keyword Cloud plugin.
@@ -1208,22 +3807,263 @@
3.1.2.3
3.1.2.4
-
+
Updated release of the Keyword Cloud plugin for OJS 3.2 support (new maintainer)
+
+ https://github.com/lepidus/keywordCloud/releases/download/v1.1.0.1/keywordCloud-v1.1.0.1.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ OJS 3.2.0-x and OJS 3.2.1 compatible version. Changes in the JS libraries used.
+
+
+ https://github.com/lepidus/keywordCloud/releases/download/v1.1.0.4/keywordCloud.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.2.1.4
+ 3.2.1.5
+
+
+ OJS 3.2.0-x and OJS 3.2.1 compatible version. Fix bug that prevented the keywords to be displayed in the selected language and adds the Swedish language
+
+
+ https://github.com/lepidus/keywordCloud/releases/download/v1.1.0.5/keywordCloud.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ OJS 3.2.x and OJS 3.3.0-x compatible version. Resize the plugin area, changes the font family to serif and add opacity and font size variation to the keywords.
+
+
+ https://github.com/lepidus/keywordCloud/releases/download/v1.1.0.6/keywordCloud.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ OJS 3.2.x and OJS 3.3.0-x compatible version. Fix an cache-related error that occurred when calling getFileCache with no callback.
+
+
+ https://github.com/lepidus/keywordCloud/releases/download/v1.1.0.8/keywordCloud.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This release adds support for OMP
+ Esta versión agrega soporte para OMP
+ Essa versão adiciona suporte ao OMP
+
+
+ https://github.com/lepidus/keywordCloud/releases/download/v2.0.0.0/keywordCloud.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ This release adds support for 3.4.0-x application releases
+ Esta versión agrega soporte para las versiones de aplicaciones 3.4.0-x
+ Essa versão adiciona suporte às versões 3.4.0-x das aplicações
+
+
+ https://github.com/lepidus/keywordCloud/releases/download/v1.1.1/keywordCloud.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This release normalizes keywords to lowercase and removes duplicated keywords
+ Esta versión normaliza las palabras clave a minúsculas y elimina las palabras clave duplicadas
+ Essa versão normaliza as palavras-chave para minúsculo e remove palavras-chave duplicadas
+
+
+ https://github.com/lepidus/keywordCloud/releases/download/v2.0.1/keywordCloud.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ This release normalizes keywords to lowercase and removes duplicated keywords
+ Esta versión normaliza las palabras clave a minúsculas y elimina las palabras clave duplicadas
+ Essa versão normaliza as palavras-chave para minúsculo e remove palavras-chave duplicadas
+
+ Bootstrap3
Bootstrap3
- https://github.com/NateWr/bootstrap3
+ https://github.com/pkp/bootstrap3
+ A template Bootstrap3 theme for OJS 3.1.1+.
A template Bootstrap3 theme for OJS 3.1.1+.
+ A template Boostrap3 theme for OJS 3.1.1+.]]>
A template Boostrap3 theme for OJS 3.1.1+.]]>
Nate Wright
Public Knowledge Project
- pkp.contact@sfu.ca
+ pkp.contact@gmail.com
- https://github.com/NateWr/bootstrap3/releases/download/3.1.2/bootstrap3-3.1.2.tar.gz
+ https://github.com/pkp/bootstrap3/releases/download/3.1.2/bootstrap3-3.1.2.tar.gz
3.1.2.0
3.1.2.1
@@ -1231,11 +4071,11 @@
3.1.2.3
3.1.2.4
-
+
Compatibility release for OJS 3.1.2.
- https://github.com/NateWr/bootstrap3/releases/download/3.1.2-2/bootstrap3-3.1.2-1.tar.gz
+ https://github.com/pkp/bootstrap3/releases/download/3.1.2-2/bootstrap3-3.1.2-1.tar.gz
3.1.2.0
3.1.2.1
@@ -1243,11 +4083,11 @@
3.1.2.3
3.1.2.4
-
+
Compatibility release for OJS 3.1.2.
- https://github.com/NateWr/bootstrap3/releases/download/3.1.2-3/bootstrap3-3.1.2-3.tar.gz
+ https://github.com/pkp/bootstrap3/releases/download/3.1.2-3/bootstrap3-3.1.2-3.tar.gz
3.1.2.0
3.1.2.1
@@ -1255,11 +4095,11 @@
3.1.2.3
3.1.2.4
-
+
Compatibility release for OJS 3.1.2.
- https://github.com/NateWr/bootstrap3/releases/download/3.1.2-4/bootstrap3-3.1.2.4.tar.gz
+ https://github.com/pkp/bootstrap3/releases/download/3.1.2-4/bootstrap3-3.1.2.4.tar.gz
3.1.2.0
3.1.2.1
@@ -1267,11 +4107,11 @@
3.1.2.3
3.1.2.4
-
+
Compatibility release for OJS 3.1.2.
- https://github.com/NateWr/bootstrap3/releases/download/3.1.2-5/bootstrap3-3.1.2.5.tar.gz
+ https://github.com/pkp/bootstrap3/releases/download/3.1.2-5/bootstrap3-3.1.2.5.tar.gz
3.1.2.0
3.1.2.1
@@ -1279,29 +4119,191 @@
3.1.2.3
3.1.2.4
-
+
Compatibility release for OJS 3.1.2.
+
+ https://github.com/pkp/bootstrap3/releases/download/v3_1_2-6/bootstrap3-v3_1_2-6.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ This releases fixes an error with the edit links which appear on the about us, contact and other pages.
+
- https://github.com/NateWr/bootstrap3/releases/download/3.2.0/bootstrap3-3.2.0.0.tar.gz
+ https://github.com/pkp/bootstrap3/releases/download/3.2.0/bootstrap3-3.2.0.0.tar.gz
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
+
This release makes the theme compatible with OJS v3.2.
+
+ https://github.com/pkp/bootstrap3/releases/download/v3_2_0-1/bootstrap3-v3_2_0-1.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ This release fixes an error when journals are not publishing open access. It also removes the next and previous page navigation on the issue archives page when all issues fit on one page.
+
+
+ https://github.com/pkp/bootstrap3/releases/download/v3_2_0-2/bootstrap3-v3_2_0-2.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ This release fixes an error with the edit links for content like the about us and contact pages.
+
+
+ https://github.com/pkp/bootstrap3/releases/download/v3_2_0-3/bootstrap3-v3_2_0-3.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This release updates the theme to be compatible with OJS 3.3.
+
+
+ https://github.com/pkp/bootstrap3/releases/download/v3_2_0-4/bootstrap3-v3_2_0-4.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This is a minor release to remove the .git directory from the release package. No other files were modified.
+
+
+ https://github.com/pkp/bootstrap3/releases/download/v3_2_0-5/bootstrap3-v3_2_0-5.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This is a minor release to improve PHP8.1 compatibility.
+
+
+ https://github.com/pkp/bootstrap3/releases/download/v3_2_0-6/bootstrap3-v3_2_0-6.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This release includes entry of reviewer interests, improved links in alert boxes, and minor bugfixes.
+
+
+ https://github.com/pkp/bootstrap3/releases/download/v3_3_0-0/bootstrap3-v3_3_0-0.tar.gz
+
+ ~3.4.0.0
+
+
+ Compatibility release for OJS 3.4.0-x
+
+
+ https://github.com/pkp/bootstrap3/releases/download/v3_4_0-0/bootstrap3-v3_4_0-0.tar.gz
+
+ ~3.4.0.0
+
+
+ Fixes ReCAPTCHA support
+
+
+ https://github.com/pkp/bootstrap3/releases/download/v3_4_0-1/bootstrap3-v3_4_0-1.tar.gz
+
+ ~3.4.0.0
+
+
+ Fixes version number mismatch
+
+
+ https://github.com/pkp/bootstrap3/releases/download/v3_4_0-2/bootstrap3-v3_4_0-2.tar.gz
+
+ ~3.4.0.0
+
+
+ This release includes entry of reviewer interests, improved links in alert boxes, and minor bugfixes.
+
+ Classic
Classic
https://github.com/pkp/classic
+ An official theme that plays on colour and font contrasts based on literary classicism.
An official theme that plays on colour and font contrasts based on literary classicism.
- An official theme for OJS 3.1.1.2+ designed with a classic style.]]>
+ An official theme for OJS 3.1.1.2+ designed with a classic style.]]>
+ An official theme for OJS 3.1.1.2+ designed with a classic style.
+Classic theme was designed and developed by Sophy Ouch, Vitalii Bezsheiko, John Willinsky, and Kevin Stranack.
]]>
Vitaliy Bezsheiko
Public Knowledge Project
- pkp.contact@sfu.ca
+ pkp.contact@gmail.com
https://github.com/pkp/classic/releases/download/1.0.0-1/classic-1.0.0.tar.gz
@@ -1309,7 +4311,7 @@
3.1.1.2
3.1.1.4
-
+
Initial release.
@@ -1318,7 +4320,7 @@
3.1.1.2
3.1.1.4
-
+
Bugfix release.
@@ -1330,7 +4332,7 @@
3.1.2.3
3.1.2.4
-
+
Compatibility release.
@@ -1339,8 +4341,10 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
+
This release makes the theme compatible with OJS v3.2.
@@ -1349,20 +4353,104 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
Bugfix release.
+
+ https://github.com/pkp/classic/releases/download/1.0.4/classic-1.0.4.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ This update includes better contrast for some elements, support for catalog category page and minor bugfixes
+
+
+ https://github.com/pkp/classic/releases/download/1.1.0/classic-1.1.0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This release updates a theme to be compatible with OJS 3.3.0.1, fixes display of multilingual keywords on article landing page as well as displays article's license terms, and adds section policies on a submission page
+
+
+ https://github.com/pkp/classic/releases/download/1.1.1/classic-1.1.1.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Adds compatibility with PHP 8.1
+
+
+ https://github.com/pkp/classic/releases/download/1.1.2/classic-1.1.2.tar.gz
+
+ 3.4.0.0
+
+
+ Compatibility release for OJS 3.4.0
+
+
+ https://github.com/pkp/classic/releases/download/1.1.2.1/classic-1.1.2.1.tar.gz
+
+ ~3.4.0.0
+
+
+ Bugfix release for OJS 3.4.0
+
+
+ https://github.com/pkp/classic/releases/download/v1_1_2-2/classic-v1_1_2-2.tar.gz
+
+ ~3.4.0.0
+
+
+ Bugfix release for OJS 3.4.0
+
+ Health Sciences
Health Sciences
https://github.com/pkp/healthSciences
+ An official theme designed to maximize legibility and content clarity.
An official theme designed to maximize legibility and content clarity.
- An official theme designed for health science journals or any journal that wants a clean, modern appearance. The theme features a light grey-blue color scheme that evokes medical settings, but the color can be changed to fit any journal's needs.]]>
+ An official theme designed for health science journals or any journal that wants a clean, modern appearance. The theme features a light grey-blue color scheme that evokes medical settings, but the color can be changed to fit any journal's needs.]]>
+ An official theme designed for health science journals or any journal that wants a clean, modern appearance. The theme features a light grey-blue color scheme that evokes medical settings, but the color can be changed to fit any journal's needs.
+Health Sciences theme was designed and developed by Sophy Ouch, Nate Wright, Vitalii Bezsheiko, John Willinsky, and Kevin Stranack.
]]>
Vitaliy Bezsheiko
Public Knowledge Project
- pkp.contact@sfu.ca
+ pkp.contact@gmail.com
https://github.com/pkp/healthSciences/releases/download/1.0.0/healthSciences-v1.0.0.tar.gz
@@ -1372,7 +4460,7 @@
3.1.1.2
3.1.1.4
-
+
Initial release.
@@ -1383,7 +4471,7 @@
3.1.1.2
3.1.1.4
-
+
Bugfix release (XSS)
@@ -1392,7 +4480,7 @@
3.1.1.2
3.1.1.4
-
+
This release fixes a few visual bugs and provides styles for subscription pages.
@@ -1401,7 +4489,7 @@
3.1.1.2
3.1.1.4
-
+
This is a bugfix release.
@@ -1413,7 +4501,7 @@
3.1.2.3
3.1.2.4
-
+
This is a bugfix release.
@@ -1422,8 +4510,10 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
+
This release makes the theme compatible with OJS v3.2.
@@ -1432,40 +4522,122 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
Bugfix release.
+
+ https://github.com/pkp/healthSciences/releases/download/1.0.7.0/healthSciences-1.0.7.0.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ This update contains fixes for small layout and javascript bugs, adds encoding of emails on the contact page with Smarty native plugin and includes localization files converted to Weblate
+
+
+ https://github.com/pkp/healthSciences/releases/download/1.1.0/healthSciences-1.1.0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This release updates a theme to be compatible with OJS 3.3.0.1, fixes display of multilingual keywords on article landing page as well as displays article's license terms, and adds section policies on a submission page
+
+
+ https://github.com/pkp/healthSciences/releases/download/1.1.1/healthSciences-1.1.1.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Adds compatibility with PHP 8.1
+
+
+ https://github.com/pkp/healthSciences/releases/download/1.1.2/healthSciences-1.1.2.tar.gz
+
+ 3.4.0.0
+
+ Compatibility release for OJS 3.4.0
+
+
+ https://github.com/pkp/healthSciences/releases/download/1.1.2.1/healthSciences-1.1.2.1.tar.gz
+
+ ~3.4.0.0
+
+
+ Bugfix release for OJS 3.4.0
+
+
+ https://github.com/pkp/healthSciences/releases/download/v1_1_2-3/healthSciences-v1_1_2-3.tar.gz
+
+ ~3.4.0.0
+
+
+ Bugfix release for OJS 3.4.0
+
+ Manuscript (Default child theme)
Manuscript (Default child theme)
- https://github.com/NateWr/defaultManuscript
+ https://github.com/pkp/defaultManuscript
+ A clean, simple theme with a boxed layout that mimics a paper document.
A clean, simple theme with a boxed layout that mimics a paper document.
+ A clean, simple theme with a boxed layout that mimics a paper document. It features a similar layout as the default theme, with a different look and feel for your OJS 3 journal. You can customize the primary and accent colors to match your branding.]]>
A clean, simple theme with a boxed layout that mimics a paper document. It features a similar layout as the default theme, with a different look and feel for your OJS 3 journal. You can customize the primary and accent colors to match your branding.]]>
- Nate Wright
+ Jarda Kotěšovec
Public Knowledge Project
- pkp.contact@sfu.ca
+ pkp.contact@gmail.com
- https://github.com/NateWr/defaultManuscript/releases/download/1.0.0/defaultManuscript-1.0.0.0.tar.gz
+ https://github.com/pkp/defaultManuscript/releases/download/1.0.0/defaultManuscript-1.0.0.0.tar.gz
3.0.2.0
-
+
Initial release.
- https://github.com/NateWr/defaultManuscript/releases/download/1.0.1/defaultManuscript-1.0.1.0.tar.gz
+ https://github.com/pkp/defaultManuscript/releases/download/1.0.1/defaultManuscript-1.0.1.0.tar.gz
3.1.0.0
3.1.0.1
-
+
This release provides a few updates to improve compatibility with OJS 3.1, and adds a German translation.
- https://github.com/NateWr/defaultManuscript/releases/download/1.0.2/defaultManuscript-1.0.2.tar.gz
+ https://github.com/pkp/defaultManuscript/releases/download/1.0.2/defaultManuscript-1.0.2.tar.gz
3.1.1.0
3.1.1.1
@@ -1477,39 +4649,211 @@
3.1.2.3
3.1.2.4
-
+
This release provides a few updates to improve compatibility with OJS 3.1.1/3.1.2, and updates the German and Spanish translations.
- https://github.com/NateWr/defaultManuscript/releases/download/1.0.3/defaultManuscript-1.0.3.0.tar.gz
+ https://github.com/pkp/defaultManuscript/releases/download/1.0.3/defaultManuscript-1.0.3.0.tar.gz
3.2.0.0
3.2.0.1
3.2.0.2
-
-
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
This release makes the theme compatible with OJS v3.2.
+
+ https://github.com/pkp/defaultManuscript/releases/download/v1_0_3-1/defaultManuscript-v1_0_3-1.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ A minor update to support changes to the default theme in OJS 3.3.
+
+
+ https://github.com/pkp/defaultManuscript/releases/download/v1_0_4-0/defaultManuscript-v1_0_4-0.tar.gz
+
+ ~3.4.0.0
+
+
+ Compatibility with 3.4.0 version.
+
+
+
+ Material Theme
+ Material Theme
+ https://github.com/madi-nuralin/material.git
+ Material Theme (MDBootstrap based)
+ Material Theme (MDBootstrap based)
+ Material Theme, adaptive stylesheet for fronted templates.]]>
+ Material Theme, adaptive stylesheet for fronted templates.]]>
+
+ Madi Nuralin
+
+ nmdbzk@gmail.com
+
+
+ https://github.com/madi-nuralin/material/releases/download/v1_0_0-0/material-v1_0_0-0.tar.gz
+
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Initial release.
+
+
+ https://github.com/madi-nuralin/material/releases/download/v1_0_0-1/material-v1_0_0-1.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ A minor update to support the material theme in OJS 3.3.0 with bugfixes.
+
+
+ https://github.com/madi-nuralin/material/releases/download/v2_0_0-0/material-v2_0_0-0.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Restyled Material 2.0.0 theme for OJS 3.3.0 with bugfixes.
+
+
+ https://github.com/madi-nuralin/material/releases/download/v2_0_1-0/material-v2_0_1-0.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This release upgrades Material plugin to version 2.0.1-0
+
+
+ https://github.com/madi-nuralin/material/releases/download/v2_1_0-0/material-v2_1_0-0.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Material plugin (version 2.1.1-0), includes localization extension.
+
+
+ https://github.com/madi-nuralin/material/releases/download/v2_2_0-0/material-v2_2_0-0.tar.gz
+
+ ~3.4.0.0
+
+
+ Material plugin, v2.2.0-0. The OJS 3.4 compatible release.
+
+
+ https://github.com/madi-nuralin/material/releases/download/v2_2_1-0/material-v2_2_1-0.tar.gz
+
+ ~3.4.0.0
+
+
+ Resolve:- Issue #13: Is there any way to remove the spinner/website loading animation?)
- Issue #15: How to cite block appearing twice in OJS 3.4.0.3
- Issue #16: Request to change username to username and email on the login page.
]]>
+
+
+ https://github.com/madi-nuralin/material/releases/download/v3_0_0-0/material-v3_0_0-0.tar.gz
+
+ ~3.4.0.0
+
+
+ This release upgrades Material to version 3.0.0.0
+
+
+ https://github.com/madi-nuralin/material/releases/download/v3_0_1-0/material-v3_0_1-0.tar.gz
+
+ ~3.4.0.0
+
+
+ This release upgrades Material to version 3.0.1.0
+
+ Texture plugin
Texture plugin
- https://github.com/asmecher/texture
+ https://github.com/pkp/texture
+ Integrates the Substance Texture JATS XML Editor with OJS.
Integrates the Substance Texture JATS XML Editor with OJS.
+ This plugin integrates the Texture JATS XML editor with OJS, permitting in-place editing of article content.]]>
This plugin integrates the Texture JATS XML editor with OJS, permitting in-place editing of article content.]]>
- Alec Smecher
+ Dulip Withanage
Public Knowledge Project
- pkp.contact@sfu.ca
+ pkp.contact@gmail.com
- https://github.com/asmecher/texture/releases/download/v1.0.0-0/texture-v1.0.0-0.tar.gz
+ https://github.com/pkp/texture/releases/download/v1.0.0-0/texture-v1.0.0-0.tar.gz
3.1.1.0
3.1.1.1
3.1.1.2
3.1.1.4
-
+
This is the initial release of the plugin.
@@ -1521,7 +4865,7 @@
3.1.2.3
3.1.2.4
-
+
This is a compatibility release of the plugin for OJS 3.1.2.
@@ -1533,7 +4877,7 @@
3.1.2.3
3.1.2.4
-
+
This release upgrades Texture to version 2.2.0.
@@ -1566,21 +4910,142 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
This release adapts the plugin for compatibility with OJS 3.2 and support for importing and exporting the DAR format.
+
+ https://github.com/pkp/texture/releases/download/v2.3.1.0/texture-v2.3.1.0.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ OJS 3.1.2 version : This release updates texture editor 2.3 + and bug fixes
+
+
+ https://github.com/pkp/texture/releases/download/v2.3.2.0/texture-v2.3.2.0.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ OJS 3.2 version : This release updates texture editor 2.3 + and bug fixes
+
+
+ https://github.com/pkp/texture/releases/download/v2.4.2.0/texture-v2.4.2.0.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ OJS 3.2+ (V2.4.2.0) Final substance texture version release
+
+
+ https://github.com/pkp/texture/releases/download/v2.4.1.0/texture-v2.4.1.0.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ OJS 3.1 (V2.4.1.0) Final substance texture version release
+
+
+ https://github.com/pkp/texture/releases/download/v2_4_3-3/texture-v2_4_3-3.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ OJS 3.2+ (V2.4.3.3) JATS mixed citation support for substance texture
+
+
+ https://github.com/pkp/texture/releases/download/v2_4_3-8/texture-v2_4_3-8.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This release updates texture plugin compatible with OJS 3.3.0.0 and after versions
+
+
+ https://github.com/pkp/texture/releases/download/v2_4_3-9/texture-v2_4_3-9.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Version 2.4.3.9 adds following enhancements to the texture plugin for OJS 3.3- Create galley from XML files for JATS XML files
- By galley creation all dependent files are copied to the galley
- By user selection following metadata blocks are added or updated to the jats metadata section
- Journal metadata
- Publication history (recieved, accepted and published date )
- published date can be either taken over or modified in the create galley modal
- First page and last page of the article in a volume
- Create the cc-by license block inserted in the journal. Additionally, If a ported cc-by url is added it will be mapped accordingly.
]]>
+
+ Crossref Reference Linking Plugin
Crossref Reference Linking Plugin
https://github.com/pkp/crossrefReferenceLinking
+ Automatically add the extracted article references to the DOI registration with Crossref
Automatically add the extracted article references to the DOI registration with Crossref
- This plugin will automatically add the extracted article references to the DOI registration with Crossref. Crossref will then automatically check if any DOIs can be found for the submitted references. Shortly after that, the user can use the plugin to check for the found references DOIs, either automatically or manually in the submission metadata tab "References". If article references change once they are registered, the article DOI withe the new references will have to be registered anew. Then the check for the found references DOIs should be done again.
-This plugin requires Crossref DOIs to be assigned to articles, article references to be separately entered and extracted, as well as article DOIs to be deposited to Crossref from within OJS. It uses the Crossref Export/Registration plugin settings: Crossref credentials (username and password), the setting for the automatic DOI deposit (here for automatic references DOIs check), as well as the setting for the testing mode.
]]>
+ This plugin will automatically add the extracted article references to the DOI registration with Crossref. Crossref will then automatically check if any DOIs can be found for the submitted references. Shortly after that, using the scheduled task, the plugin will check for the found references DOIs. If article references change once they are registered, the article DOI with the new references will have to be registered anew. Then the check for the found references DOIs will be done again.]]>
+ This plugin will automatically add the extracted article references to the DOI registration with Crossref. Crossref will then automatically check if any DOIs can be found for the submitted references. Shortly after that, using the scheduled task, the plugin will check for the found references DOIs. If article references change once they are registered, the article DOI with the new references will have to be registered anew. Then the check for the found references DOIs will be done again.
+This plugin requires Crossref DOIs to be assigned to articles, article references to be separately entered and extracted, as well as article DOIs to be deposited to Crossref from within OJS. It uses the Crossref Export/Registration plugin settings: Crossref credentials (username and password), as well as the setting for the testing mode.
]]>
Bozana Bokan
Public Knowledge Project
- pkp.contact@sfu.ca
+ pkp.contact@gmail.com
https://github.com/pkp/crossrefReferenceLinking/releases/download/v1.0.0-0/crossrefReferenceLinking-v1.0.0-0.tar.gz
@@ -1591,19 +5056,74 @@
3.1.2.3
3.1.2.4
-
+
This is the initial release of the plugin.
+
+
+ https://github.com/pkp/crossrefReferenceLinking/releases/download/v1_0_2-0/crossrefReferenceLinking-v1_0_2-0.tar.gz
+
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Maintenance release of the plugin for OJS 3.3.0.
+
+
+ https://github.com/pkp/crossrefReferenceLinking/releases/download/v1_0_2-1/crossrefReferenceLinking-v1_0_2-1.tar.gz
+
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Bugfix release of the plugin for OJS 3.3.0
+
+
+ https://github.com/pkp/crossrefReferenceLinking/releases/download/v2_0_0-0/crossrefReferenceLinking-v2_0_0-0.tar.gz
+
+ ~3.4.0.0
+
+
+ Maintenance release of the plugin for OJS 3.4.0
+
+ Immersion
Immersion
https://github.com/pkp/immersion
+ An official theme focused on full-page visuals, large typefaces, and bold color blocks.
An official theme focused on full-page visuals, large typefaces, and bold color blocks.
- The Immersion theme emphasizes the reading experience and offers bold design options such as a full-width header image and per-section color choices. This theme may work best for arts and culture journals which want to present a more ambitious visual profile.]]>
+ The Immersion theme emphasizes the reading experience and offers bold design options such as a full-width header image and per-section color choices. This theme may work best for arts and culture journals which want to present a more ambitious visual profile.]]>
+ The Immersion theme emphasizes the reading experience and offers bold design options such as a full-width header image and per-section color choices. This theme may work best for arts and culture journals which want to present a more ambitious visual profile.
+Immersion theme was designed and developed by Sophy Ouch, Vitalii Bezsheiko, John Willinsky, and Kevin Stranack.
]]>
Vitalii Bezsheiko
Public Knowledge Project
- pkp.contact@sfu.ca
+ pkp.contact@gmail.com
https://github.com/pkp/immersion/releases/download/1.0.0/immersion-1.0.0.tar.gz
@@ -1662,8 +5182,10 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
-
+
This release makes the theme compatible with OJS v3.2.
@@ -1672,21 +5194,112 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
Bugfix release.
-
-
- ORCiD Profile
- https://github.com/pkp/orcidProfile
- ORCiD integration for users and authors
- The ORCiD Profile plugin integrates support for ORCiD identifiers for authors and users. This includes tools to submit new content to an author's ORCiD profile.]]>
-
- Dulip Withanage; Clinton Graham; Nils Weiher
- Public Knowledge Project; Pittsburgh University; Heidelberg University
- pkp.contact@sfu.ca
-
+
+ https://github.com/pkp/immersion/releases/download/1.0.5.0/immersion-1.0.5.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ This release includes minor bugfixes
+
+
+ https://github.com/pkp/immersion/releases/download/1.1.0.0/immersion-1.1.0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This release updates a theme to be compatible with OJS 3.3.0.1 and fixes minor bugs
+
+
+ https://github.com/pkp/immersion/releases/download/1.1.1/immersion-1.1.1.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Adds compatibility with PHP 8.1
+
+
+ https://github.com/pkp/immersion/releases/download/1.1.2/immersion-1.1.2.tar.gz
+
+ 3.4.0.0
+
+
+ The release updates the theme to be compatible with OJS 3.4.0
+
+
+ https://github.com/pkp/immersion/releases/download/1.1.2.1/immersion-1.1.2.1.tar.gz
+
+ ~3.4.0.0
+
+
+ Bugfix release for OJS 3.4.0
+
+
+ https://github.com/pkp/immersion/releases/download/1.1.2.2/immersion-1.1.2.2.tar.gz
+
+ ~3.4.0.0
+
+
+ Bugfix release for OJS 3.4.0
+
+
+ https://github.com/pkp/immersion/releases/download/v1_1_2-3/immersion-v1_1_2-3.tar.gz
+
+ ~3.4.0.0
+
+
+ Bugfix release for OJS 3.4.0
+
+
+
+ ORCiD Profile
+ ORCiD Profile
+ https://github.com/pkp/orcidProfile
+ ORCiD integration for users and authors
+ ORCiD integration for users and authors
+ The ORCiD Profile plugin integrates support for ORCiD identifiers for authors and users. This includes tools to submit new content to an author's ORCiD profile.]]>
+ The ORCiD Profile plugin integrates support for ORCiD identifiers for authors and users. This includes tools to submit new content to an author's ORCiD profile.]]>
+
+ Dulip Withanage; Clinton Graham; Nils Weiher
+ Public Knowledge Project; Pittsburgh University; Heidelberg University
+ pkp.contact@gmail.com
+
https://github.com/pkp/orcidProfile/releases/download/v1.1.1-0/orcidProfile-v1.1.1-0.tar.gz
@@ -1723,17 +5336,33 @@
Feature enhancements release for OJS 3.1.2.
+
+ https://github.com/pkp/orcidProfile/releases/download/v1.1.1-3/orcidProfile-v1.1.1-3.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ Bugfix release for OJS 3.1.2.
+
https://github.com/pkp/orcidProfile/releases/download/v1.1.2-0/orcidProfile-v1.1.2-0.tar.gz
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
Compatibility release for OJS/OPS 3.2.0.
@@ -1744,28 +5373,40 @@
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
Bugfix release for OJS/OPS 3.2.0.
-
-
- Default Translation
- https://github.com/pkp/defaultTranslation
- Make OJS fall back on English when elements of the software translation are missing.
- This plugin, when enabled, will cause OJS to fall back on the English language translations for elements of the software that haven't been translated into the user's language.]]>
-
- Alec Smecher
- Public Knowledge Project
- pkp.contact@sfu.ca
-
-
- https://github.com/pkp/defaultTranslation/releases/download/ojs-3_1_0-1/defaultTranslation-ojs-3_1_0-1.tar.gz
+
+ https://github.com/pkp/orcidProfile/releases/download/v1.1.2-2/orcidProfile-v1.1.2-2.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ Bugfix release for OJS/OPS 3.2.0.
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1.1.1-4/orcidProfile-v1.1.1-4.tar.gz
3.1.2.0
3.1.2.1
@@ -1774,82 +5415,71 @@
3.1.2.4
- Initial release for OJS 3.x.
+ Maintenance release for OJS 3.1.2.
-
- https://github.com/pkp/defaultTranslation/releases/download/v1.1.1-0/defaultTranslation-v1.1.1-0.tar.gz
+
+ https://github.com/pkp/orcidProfile/releases/download/v1.1.2-3/orcidProfile-v1.1.2-3.tar.gz
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
3.2.0.0
3.2.0.1
3.2.0.2
-
-
- 3.2.0.0
- 3.2.0.1
- 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
- Initial release for OJS/OMP/OPS 3.2.
+ Maintenance release for OJS/OPS 3.2.0.
-
-
- Paperbuzz
- https://github.com/pkp/paperbuzz
- Display free altmetrics based on open data from Paperbuzz.
- This plugin will display free altmetrics based on open data from Paperbuzz, a free and open service built by Impactstory that itself relies on Crossref Event Data. To use this plugin, your journal must have DOIs assigned to articles and properly deposited with Crossref.]]>
-
- Bozana Bokan
- Public Knowledge Project
- pkp.contact@sfu.ca
-
-
- https://github.com/pkp/paperbuzz/releases/download/1.0.0.0/paperbuzz-1.0.0.0.tar.gz
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-4/orcidProfile-v1_1_2-4.tar.gz
- 3.1.2.0
- 3.1.2.1
- 3.1.2.2
- 3.1.2.3
- 3.1.2.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
- Initial release.
+ Maintenance release for OJS/OPS 3.2.1.
-
-
- OpenAIRE Plugin 2.0
- https://github.com/ojsde/openAIRE
- This plugin adds a new OAI-PMH metadata format to Open Journal Systems that complements the OpenAIRE Guidelines for Literature Repository Managers v4.
- For detailed instructions, see plugin Readme file https://github.com/ojsde/openAIRE/blob/master/readme.md.]]>
-
- Antti-Jussi Nygård
- OJS-de.net
- ajnyga@gmail.com
-
-
- https://github.com/ojsde/openAIRE/releases/download/2.0.0.4/openAIRE.tar.gz
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-5/orcidProfile-v1_1_2-5.tar.gz
- 3.1.1.2
- 3.1.1.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
-
- OpenAIRE 2.0 plugin for OJS 3.1.1
-
-
- https://github.com/ojsde/openAIRE/releases/download/2.0.0.5/openAIRE.tar.gz
-
- 3.1.1.2
- 3.1.1.4
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
-
- OpenAIRE 2.0 plugin for OJS 3.1.1
+
+ Maintenance release for OJS/OPS 3.2.1. (Different API help texts)
-
- https://github.com/ojsde/openAIRE/releases/download/2.0.1.4/openAIRE.tar.gz
+
+ https://github.com/pkp/orcidProfile/releases/download/v1.1.1-5/orcidProfile-v1.1.1-5.tar.gz
3.1.2.0
3.1.2.1
@@ -1857,11 +5487,11 @@
3.1.2.3
3.1.2.4
-
- OpenAIRE 2.0 plugin for OJS 3.1.2
+
+ This release fixes a problem where multiple ORCID icons sometimes appeared on the article landing page.
-
- https://github.com/ojsde/openAIRE/releases/download/2.0.1.5/openAIRE.tar.gz
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_1-8/orcidProfile-v1_1_1-8.tar.gz
3.1.2.0
3.1.2.1
@@ -1869,32 +5499,11 @@
3.1.2.3
3.1.2.4
-
- OpenAIRE 2.0 plugin for OJS 3.1.2
-
-
- https://github.com/ojsde/openAIRE/releases/download/2.0.2.0/openAIRE.tar.gz
-
- 3.2.0.0
- 3.2.0.1
- 3.2.0.2
-
-
- Update for compatibility with v3.2.
+
+ API failure handling
-
-
- Lens Viewer for Monographs and Journal Articles
- https://github.com/withanage/lensGalleyBits
- An extended version of the Lens Viewer that supports books and articles.
- This plugin provides an extended version of the Lens Viewer with support for books with BITS extensions. It also supports articles.Do not use this plugin alongside the official Lens Viewer plugin. Only use one or the other, depending on your needs.
]]>
-
- Dulip Withanage
- University of Heidelberg
- dulip.withanage@gmail.com
-
-
- https://github.com/withanage/lensGalleyBits/releases/download/V3.0.0.0/lensGalleyBits-V3.0.0.0.tar.gz
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_1-12/orcidProfile-v1_1_1-12.tar.gz
3.1.2.0
3.1.2.1
@@ -1902,175 +5511,5103 @@
3.1.2.3
3.1.2.4
-
- Initial release.
+
+ Disable for site-index, disable by cleint Id and secret errors
-
-
- ReviewerCredits Plugin
- https://github.com/4Science/reviewercredits-ojs
- This plugin enable the integration with ReviewerCredits (www.reviewercredits.com).
-
-
- 4Science staff
- 4Science
- support@4science.it
-
-
- https://github.com/4Science/reviewercredits-ojs/releases/download/1.0.0.0/reviewerCredits.tgz
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-6/orcidProfile-v1_1_2-6.tar.gz
- 3.1.1.4
- 3.1.2.0
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
-
- Plugin to enable the integration with ReviewerCredits. First release.
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Maintenance release fixes API calls between ORCID and OJS
-
-
- Plum Analytics Artifact Widget
- https://github.com/ulsdevteam/ojs-plum-plugin
- This plugin integrates Plum Analytics' Artifact Widget.
- This plugin provides display of PlumX Metrics from Plum Analytics on the article level for PKP Open Journal Systems.
-
- University Library System
- University of Pittsburgh
- uls-systemsdevelopment@pitt.edu
-
-
- https://github.com/ulsdevteam/ojs-plum-plugin/releases/download/v1.3.0-0/plumAnalytics-1.3.0.0.tar.gz
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-7/orcidProfile-v1_1_2-7.tar.gz
- 3.1.1.4
- 3.1.2.0
- 3.1.2.1
- 3.1.2.2
- 3.1.2.3
- 3.1.2.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
-
- Release of the Plum Analytics plugin for OJS 3.1.1/3.1.2.
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Disable for site-index, disable by cleint Id and secret errors
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-8/orcidProfile-v1_1_2-8.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Adds support for OJS/OPS 3.3, Better error hanlding for Guzzle, Member API publication update
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-14/orcidProfile-v1_1_2-14.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Disable site-index mails, Client-Secret and ID validation
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-17/orcidProfile-v1_1_2-17.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Orcid API V3.0 support
-
-
- SUSHI-Lite
- https://github.com/ulsdevteam/ojs-sushiLite-plugin
- This plugin adds SUSHI-Lite (draft) support.
- This plugin provides the NISO SUSHI-Lite standard (2015 draft release) for PKP software.
-
- University Library System
- University of Pittsburgh
- uls-systemsdevelopment@pitt.edu
-
-
- https://github.com/ulsdevteam/ojs-sushiLite-plugin/releases/download/v1.1.1-0/sushiLite-1.1.1-0.tar.gz
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-18/orcidProfile-v1_1_2-18.tar.gz
- 3.1.1.4
- 3.1.2.0
- 3.1.2.1
- 3.1.2.2
- 3.1.2.3
- 3.1.2.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
-
- Release of the SUSHI-Lite plugin for OJS 3.1.1/3.1.2.
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Orcid API V3.0 support
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-19/orcidProfile-v1_1_2-19.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Orcid API V3.0 support - update
-
-
- Better Password
- https://github.com/ulsdevteam/pkp-betterPassword
- This plugin adds user restrictions when selecting passwords.
- This plugin provides additional password restriction options when users are selecting their own password. Please review the NIST recommendations in the README before using arbitrary password complexity requirements.
-
- University Library System
- University of Pittsburgh
- uls-systemsdevelopment@pitt.edu
-
-
- https://github.com/ulsdevteam/pkp-betterPassword/releases/download/v1.0.0-1/betterPassword-1.0.0-1.tgz
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-20/orcidProfile-v1_1_2-20.tar.gz
- 3.1.2.0
- 3.1.2.1
- 3.1.2.2
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Plugin configuration enhancement
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-22/orcidProfile-v1_1_2-22.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Plugin configuration enhancement
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-24/orcidProfile-v1_1_2-24.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Reviewer credit support
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-25/orcidProfile-v1_1_2-25.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Reviewer credit support
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-26/orcidProfile-v1_1_2-26.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Bug fix release
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_3-1/orcidProfile-v1_1_3-1.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Bump version to resolve conflicts
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_3-2/orcidProfile-v1_1_3-2.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Bugfix Contributor Email
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-28/orcidProfile-v1_1_2-28.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Bug fix release
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-29/orcidProfile-v1_1_2-29.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Change the public API URL and add redirection
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_2-30/orcidProfile-v1_1_2-30.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ consider old API URL in plugin settings
+
+
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_3-4/orcidProfile-v1_1_3-4.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ API Error capturing - Bugfix
+
+
+ https://github.com/withanage/orcidProfile/releases/download/v1_1_3-5/orcidProfile-v1_1_3-5.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Additions
- Pre-publication check : detect unauthenticatedORCiDs
- Pre-publication check : detect duplicate authors
- Display orcid Icon for only authenticated users
- orcid Title includes prefix
Changes
- Update the orcid about page with newset changes
- Disable thank reviewer for Public-API to avodi errors
]]>
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_3-6/orcidProfile-v1_1_3-6.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Additions
- Send DOI URL to orcid , if available
- Pre-publication check : detect unauthenticatedORCiDs
- Pre-publication check : detect duplicate authors
- Display orcid Icon for only authenticated users
- orcid Title includes prefix
Changes
- Update the orcid about page with newset changes
- Disable thank reviewer for Public-API to avodi errors
]]>
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_3-7/orcidProfile-v1_1_3-7.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Additions
- Send DOI URL to orcid , if available
- Pre-publication check : detect unauthenticatedORCiDs form Member-API
- Pre-publication check : detect duplicate authors
- Display orcid Icon for only authenticated users
- orcid Title includes prefix
Changes
- Update the orcid about page with newset changes
- Disable thank reviewer for Public-API to avodi errors
]]>
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_3-8/orcidProfile-v1_1_3-8.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Removed orcidProfile plugin based login
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_3-9/orcidProfile-v1_1_3-9.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Security Enhancement: Remove orcid tokens information from the api information
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_3-10/orcidProfile-v1_1_3-10.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Change the public API URL and add redirection
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_3-12/orcidProfile-v1_1_3-12.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ consider old API URL in plugin settings
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_3-13/orcidProfile-v1_1_3-13.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Various bug fixes
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_1_3-14/orcidProfile-v1_1_3_14.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ OPS compatibility bug fixes
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_3_4-4/orcidProfile-v1_3_4-4.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Fix enable/disable behaviour
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_3_4-1/orcidProfile-v1_3_4-1.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Additions
- Improved display of the official orcid symbol on the article landing page
- Better handling of garbled titles in articles/prints
- Display of the orcid symbol on the article landing page only for authenticated authors
Changes
- Co-Author for UI is changed
- Important: For co authors, the readonly field includes an additional override button, which will be removed
- Important: Only for co-authors: after validation the orcidButton is not available, which will be implemented soon
]]>
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_3_4-5/orcidProfile-v1_3_4-5.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Change the public API URL and add redirection
+
+
+ https://github.com/pkp/orcidProfile/releases/download/v1_3_4-8/orcidProfile-v1_3_4-8.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Bugfix: consider old API URL in plugin settings
+
+
+
+
+
+
+ Default Translation
+ Default Translation
+ https://github.com/pkp/defaultTranslation
+ Make OJS fall back on English when elements of the software translation are missing.
+ Make OJS fall back on English when elements of the software translation are missing.
+ This plugin, when enabled, will cause OJS to fall back on the English language translations for elements of the software that haven't been translated into the user's language.]]>
+ This plugin, when enabled, will cause OJS to fall back on the English language translations for elements of the software that haven't been translated into the user's language.]]>
+
+ Alec Smecher
+ Public Knowledge Project
+ pkp.contact@gmail.com
+
+
+ https://github.com/pkp/defaultTranslation/releases/download/ojs-3_1_0-1/defaultTranslation-ojs-3_1_0-1.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
3.1.2.3
3.1.2.4
+
+ Initial release for OJS 3.x.
+
+
+ https://github.com/pkp/defaultTranslation/releases/download/v1.1.1-0/defaultTranslation-v1.1.1-0.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ Initial release for OJS/OMP/OPS 3.2.
+
+
+ https://github.com/pkp/defaultTranslation/releases/download/v1_1_1-1/defaultTranslation-v1_1_1-1.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Maintenance release for OJS/OMP/OPS 3.2.1 / 3.3.0.
+
+
+ https://github.com/pkp/defaultTranslation/releases/download/v1_2_0-0/defaultTranslation-v1_2_0-0.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+ ~3.4.0.0
+
+
+ Compatibility release for OJS/OMP/OPS 3.4.0.
+
+
+
+
+
+ OpenAIRE Plugin 2.0
+ OpenAIRE Plugin 2.0
+ https://github.com/ojsde/openAIRE
+ This plugin adds a new OAI-PMH metadata format to Open Journal Systems that complements the OpenAIRE Guidelines for Literature Repository Managers v4.
+ This plugin adds a new OAI-PMH metadata format to Open Journal Systems that complements the OpenAIRE Guidelines for Literature Repository Managers v4.
+ For detailed instructions, see plugin Readme file https://github.com/ojsde/openAIRE/blob/master/readme.md.]]>
+ For detailed instructions, see plugin Readme file https://github.com/ojsde/openAIRE/blob/master/readme.md.]]>
+
+ Antti-Jussi Nygård
+ OJS-de.net
+ ajnyga@gmail.com
+
+
+ https://github.com/ojsde/openAIRE/releases/download/2.0.0.4/openAIRE.tar.gz
+
+ 3.1.1.2
+ 3.1.1.4
+
+
+ OpenAIRE 2.0 plugin for OJS 3.1.1
+
+
+ https://github.com/ojsde/openAIRE/releases/download/2.0.0.5/openAIRE.tar.gz
+
+ 3.1.1.2
+ 3.1.1.4
+
+
+ OpenAIRE 2.0 plugin for OJS 3.1.1
+
+
+ https://github.com/ojsde/openAIRE/releases/download/2.0.1.4/openAIRE.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ OpenAIRE 2.0 plugin for OJS 3.1.2
+
+
+ https://github.com/ojsde/openAIRE/releases/download/2.0.1.5/openAIRE.tar.gz
+
3.1.2.0
3.1.2.1
3.1.2.2
3.1.2.3
3.1.2.4
-
- Release of the Better Password plugin for OJS/OMP 3.1.2.
+
+ OpenAIRE 2.0 plugin for OJS 3.1.2
+
+
+ https://github.com/ojsde/openAIRE/releases/download/2.0.2.0/openAIRE.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ Update for compatibility with v3.2.
+
+
+ https://github.com/ojsde/openAIRE/releases/download/2.0.3.0/openAIRE.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Update for compatibility with v3.3.
+
+
+ https://github.com/ojsde/openAIRE/releases/download/3.4.0.1/openAIRE.tar.gz
+
+ ~3.4.0.0
+
+
+ Update for compatibility with v3.4.
+
+
+ https://github.com/ojsde/openAIRE/releases/download/3.4.0.2/openAIRE.tar.gz
+
+ ~3.4.0.0
+
+
+ Update for compatibility with v3.4.
+
+
+
+ Lens Viewer for Monographs and Journal Articles
+ Lens Viewer for Monographs and Journal Articles
+ https://github.com/withanage/lensGalleyBits
+ An extended version of the Lens Viewer that supports books and articles.
+ An extended version of the Lens Viewer that supports books and articles.
+ This plugin provides an extended version of the Lens Viewer with support for books with BITS extensions. It also supports articles.Do not use this plugin alongside the official Lens Viewer plugin. Only use one or the other, depending on your needs.
]]>
+ This plugin provides an extended version of the Lens Viewer with support for books with BITS extensions. It also supports articles.Do not use this plugin alongside the official Lens Viewer plugin. Only use one or the other, depending on your needs.
]]>
+
+ Dulip Withanage
+ University of Heidelberg
+ dulip.withanage@gmail.com
+
+
+ https://github.com/withanage/lensGalleyBits/releases/download/V3.0.0.0/lensGalleyBits-V3.0.0.0.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ Initial release.
+
+
+ https://github.com/withanage/lensGalleyBits/releases/download/V4.0.0.0/lensGalleyBits-V4.0.0.0.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ OJS 3.1.2 : Image support
+
+
+ https://github.com/withanage/lensGalleyBits/releases/download/V4.0.0.1/lensGalleyBits-V4.0.0.1.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ OJS 3.2 : Image support
+
+
+ https://github.com/withanage/lensGalleyBits/releases/download/v4_0_0-2/lensGalleyBits-v4_0_0-2.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Update article fetch for 3.2 compatibility
+
+
+ https://github.com/withanage/lensGalleyBits/releases/download/v4_0_0-5/lensGalleyBits-v4_0_0-5.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Table format + citations
+
+
+
+ ReviewerCredits Plugin
+ ReviewerCredits Plugin
+ https://gitlab.com/reviewercredits/reviewercredits-ojs-plugin
+ This plugin enable the integration with ReviewerCredits (www.reviewercredits.com).
+ This plugin enable the integration with ReviewerCredits (www.reviewercredits.com).
+
+
+
+ Emre Danisan
+ Reviewer Credits GmbH
+ emre.danisan@reviewercredits.com
+
+
+ https://www.reviewercredits.com/wp-content/uploads/reviewer-credits/ojsplugin/reviewercredits-ojs-plugin-stable-3_3_0.tar.gz
+
+ ~3.3.0.0
+
+
+ Plugin to enable the reviewer finder integration with ReviewerCredits.
+
+
+ https://www.reviewercredits.com/wp-content/uploads/reviewer-credits/ojsplugin/reviewercredits-ojs-plugin-stable-3_4_0.tar.gz
+
+ ~3.4.0.0
+
+
+ Plugin to enable the reviewer finder integration with ReviewerCredits and compatibility with OJS 3.4.
+
+
+ https://www.reviewercredits.com/wp-content/uploads/2021/10/reviewerCredits.tar.gz
+
+ 3.1.1.2
+ 3.1.1.4
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+
+
+ Plugin to enable the integration with ReviewerCredits.
+
+
+ https://www.reviewercredits.com/wp-content/uploads/2021/05/reviewerCredits.tar.gz
+
+ 3.3.0.4
+ 3.2.1.0
+ 3.1.2.4
+ 3.1.1.2
+ 3.1.1.4
+ 3.1.2.0
+
+
+ Plugin to enable the integration with ReviewerCredits.
+
+
+ https://www.reviewercredits.com/wp-content/uploads/2020/10/reviewerCredits.tar.gz
+
+ 3.2.1.0
+ 3.1.2.4
+ 3.1.1.2
+ 3.1.1.4
+ 3.1.2.0
+
+
+ Plugin to enable the integration with ReviewerCredits.
+
+
+
+ Admin Notification Manager
+ Admin Notification Manager
+ https://github.com/ulsdevteam/pkp-adminNotificationManager
+ This plugin disables email notification for all admin users, so they no longer recieve any email notifications from a journal after its creation. This is useful, for example, if the administrator account(s) are not responsible for editorial actions.
+ This plugin disables email notification for all admin users, so they no longer recieve any email notifications from a journal after its creation. This is useful, for example, if the administrator account(s) are not responsible for editorial actions.
+ Enable this plugin to disable email notifications in the settings for newly created journals. This plugin also allows an administrator to disable email notifications for all existing journals.
+ Enable this plugin to disable email notifications in the settings for newly created journals. This plugin also allows an administrator to disable email notifications for all existing journals.
+
+ University Library System
+ University of Pittsburgh
+ uls-systemsdevelopment@pitt.edu
+
+
+ https://github.com/ulsdevteam/pkp-adminNotificationManager/releases/download/v1.2.0.0/adminNotificationManager-v1.2.0.0.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the adminNotificationManager plugin for OJS 3.3.
+
+
+
+ Email Issue Table of Contents
+ Email Issue Table of Contents
+ https://github.com/ulsdevteam/pkp-emailIssueToc
+ This plugin embeds the table of contents within the default notification email sent when publishing an issue.
+ This plugin embeds the table of contents within the default notification email sent when publishing an issue.
+ This plugin embeds the table of contents within the default notification email sent when publishing an issue.
+ This plugin embeds the table of contents within the default notification email sent when publishing an issue.
+
+ University Library System
+ University of Pittsburgh
+ uls-systemsdevelopment@pitt.edu
+
+
+ https://github.com/ulsdevteam/pkp-emailIssueToc/releases/download/v1.1.0-1/emailIssueToc-1.1.0-1.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the emailIssueToc plugin for OJS 3.3.
+
+
+ https://github.com/ulsdevteam/pkp-emailIssueToc/releases/download/v1.0.2-2/emailIssueToc-1.0.2-2.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the emailIssueToc plugin for OJS 3.2+.
+
+
+ https://github.com/ulsdevteam/pkp-emailIssueToc/releases/download/v1.0.2-1/emailIssueToc-1.0.2.1.tgz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Release of the emailIssueToc plugin for OJS 3.2, with English, German, and Italian locales.
+
+
+ https://github.com/ulsdevteam/pkp-emailIssueToc/releases/download/v1.0.1-0/emailIssueToc-1.0.1.0.tgz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Release of the emailIssueToc plugin for OJS 3.2.
+
+
+ https://github.com/ulsdevteam/pkp-emailIssueToc/releases/download/v1.0.0-0/emailIssueToc-1.0.0.0.tgz
+
+ 3.1.1.4
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ Release of the emailIssueToc plugin for OJS 3.1.
+
+
+
+ EditorialBio plugin
+ EditorialBio plugin
+ https://github.com/ulsdevteam/pkp-editorialBio
+ This plugin exposes the editorial biographies as pages, as used to be the case with OJS 2.x.
+ This plugin exposes the editorial biographies as pages, as used to be the case with OJS 2.x.
+ The endpoint {journal_path}/about/editorialTeamBio/{user_id} will respond to display a public editorial bio page, if data is entered in the biography for an editor or journal manager.
+ The endpoint {journal_path}/about/editorialTeamBio/{user_id} will respond to display a public editorial bio page, if data is entered in the biography for an editor or journal manager.
+
+ University Library System
+ University of Pittsburgh
+ uls-systemsdevelopment@pitt.edu
+
+
+ https://github.com/ulsdevteam/pkp-editorialBio/releases/download/v1.0.0-1/editorialBio-1.0.0-1.tgz
+
+ 3.1.1.4
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Release of the Editorial Bio plugin for OJS 3.1/3.2.
+
+
+ https://github.com/ulsdevteam/pkp-editorialBio/releases/download/v1.0.0-2/editorialBio-1.0.0-2.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the Editorial Bio plugin for OJS 3.3
+
+
+ https://github.com/ulsdevteam/pkp-editorialBio/releases/download/v1.1.0-0/editorialBio-1.1.0-0.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Release of the Editorial Bio plugin for OJS 3.4
+
+
+
+ Clam Antivirus plugin
+ Clam Antivirus plugin
+ https://github.com/ulsdevteam/pkp-clamav
+ This plugin scans submission files using Clam Antivirus, blocking files with a known virus signature.
+ This plugin scans submission files using Clam Antivirus, blocking files with a known virus signature.
+ When uploading a submission file through the Author Submission Steps, or via the Editorial interface, or via the Review process, the submission file will be scanned. If a virus is detected, the upload will be canceled and warning notification will be displayed.
+ When uploading a submission file through the Author Submission Steps, or via the Editorial interface, or via the Review process, the submission file will be scanned. If a virus is detected, the upload will be canceled and warning notification will be displayed.
+
+ University Library System
+ University of Pittsburgh
+ uls-systemsdevelopment@pitt.edu
+
+
+ https://github.com/ulsdevteam/pkp-clamav/releases/download/v3.0.0.0/clamav-3.0.0-0.tgz
+
+ 3.1.1.4
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Release of the ClamAV plugin for OJS 3.1/3.2.
+
+
+ https://github.com/ulsdevteam/pkp-clamav/releases/download/v4.0.0-0/clamav-4.0.0-0.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the ClamAV plugin for OJS/OMP/OPS 3.3
+
+
+ https://github.com/ulsdevteam/pkp-clamav/releases/download/v4.0.0-1/clamav-4.0.0-1.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ ClamAV patch
+
+
+ https://github.com/ulsdevteam/pkp-clamav/releases/download/v4.0.0-2/clamav-4.0.0-2.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the ClamAV plugin for OJS/OMP/OPS 3.3
+
+
+ https://github.com/ulsdevteam/pkp-clamav/releases/download/v4.0.0-3/clamav-4.0.0-3.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ ClamAV Plugin PHP 8 Compatibility
+
+
+
+ Plum Analytics Artifact Widget
+ Plum Analytics Artifact Widget
+ https://github.com/ulsdevteam/ojs-plum-plugin
+ This plugin integrates Plum Analytics' Artifact Widget.
+ This plugin integrates Plum Analytics' Artifact Widget.
+ This plugin provides display of PlumX Metrics from Plum Analytics on the article level for PKP Open Journal Systems.
+ This plugin provides display of PlumX Metrics from Plum Analytics on the article level for PKP Open Journal Systems.
+
+ University Library System
+ University of Pittsburgh
+ uls-systemsdevelopment@pitt.edu
+
+
+ https://github.com/ulsdevteam/ojs-plum-plugin/releases/download/v1.3.0-0/plumAnalytics-1.3.0.0.tar.gz
+
+ 3.1.1.4
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ Release of the Plum Analytics plugin for OJS 3.1.1/3.1.2.
+
+
+ https://github.com/ulsdevteam/ojs-plum-plugin/releases/download/v1.3.0-1/plumAnalytics-1.3.0.1.tar.gz
+
+ 3.1.1.4
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+
+
+ Release of the Plum Analytics plugin for OJS 3.1/3.2.
+
+
+ https://github.com/ulsdevteam/ojs-plum-plugin/releases/download/v1.3.0-2/plumAnalytics-1.3.0-2.tgz
+
+ 3.1.1.4
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ Legacy release of the Plum Analytics plugin for OJS 3.1.
+
+
+ https://github.com/ulsdevteam/ojs-plum-plugin/releases/download/v1.4.0-0/plumAnalytics-1.4.0-0.tgz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the Plum Analytics plugin for OJS 3.2+.
+
+
+ https://github.com/ulsdevteam/ojs-plum-plugin/releases/download/v1.4.0-1/plumAnalytics-v1.4.0-1.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the Plum Analytics plugin for OJS 3.2+ with PHP 8 compatibility
+
+
+
+ SUSHI-Lite
+ SUSHI-Lite
+ https://github.com/ulsdevteam/ojs-sushiLite-plugin
+ This plugin adds SUSHI-Lite (draft) support.
+ This plugin adds SUSHI-Lite (draft) support.
+ This plugin provides the NISO SUSHI-Lite standard (2015 draft release) for PKP software.
+ This plugin provides the NISO SUSHI-Lite standard (2015 draft release) for PKP software.
+
+ University Library System
+ University of Pittsburgh
+ uls-systemsdevelopment@pitt.edu
+
+
+ https://github.com/ulsdevteam/ojs-sushiLite-plugin/releases/download/v1.1.1-0/sushiLite-1.1.1-0.tar.gz
+
+ 3.1.1.4
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ Release of the SUSHI-Lite plugin for OJS 3.1.1/3.1.2.
+
+
+ https://github.com/ulsdevteam/ojs-sushiLite-plugin/releases/download/v1.1.2-0/sushiLite-1.1.2-0.tar.gz
+
+ 3.1.1.4
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Release of the SUSHI-Lite plugin for OJS 3.1/3.2.
+
+
+ https://github.com/ulsdevteam/ojs-sushiLite-plugin/releases/download/v1.1.3-0/sushiLite-1.1.3-0.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the SUSHI-Lite plugin for OJS 3.3
+
+
+
+
+ Better Password
+ Better Password
+ https://github.com/ulsdevteam/pkp-betterPassword
+ This plugin adds user restrictions when selecting passwords.
+ This plugin adds user restrictions when selecting passwords.
+ This plugin provides additional password restriction options when users are selecting their own password. Please review the NIST recommendations in the README before using arbitrary password complexity requirements.
+ This plugin provides additional password restriction options when users are selecting their own password. Please review the NIST recommendations in the README before using arbitrary password complexity requirements.
+
+ University Library System
+ University of Pittsburgh
+ uls-systemsdevelopment@pitt.edu
+
+
+ https://github.com/ulsdevteam/pkp-betterPassword/releases/download/v1.0.0-1/betterPassword-1.0.0-1.tgz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ Release of the Better Password plugin for OJS/OMP 3.1.2.
+
+
+ https://github.com/ulsdevteam/pkp-betterPassword/releases/download/v1.1.0-2/betterPassword-v1.1.0-2.tgz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Release of the Better Password plugin for OJS/OMP 3.2.1.
+
+
+ https://github.com/ulsdevteam/pkp-betterPassword/releases/download/v1.2.0-0/betterPassword-v1.2.0-0.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the Better Password plugin for OJS/OMP/OPS 3.3
+
+
+ https://github.com/ulsdevteam/pkp-betterPassword/releases/download/v1.2.0-1/betterPassword-v1.2.0-1.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the Better Password plugin for OJS/OMP/OPS 3.3
+
+
+ https://github.com/ulsdevteam/pkp-betterPassword/releases/download/v1.3.0-0/betterPassword-v1.3.0-0.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Release of the Better Password plugin for OJS/OMP/OPS 3.4
+
+
+
+ Sitesearch
+ Sitesearch
+ https://github.com/ulsdevteam/pkp-sitesearch
+ This plugin forces public searches for a context to be re-scoped to the site.
+ This plugin forces public searches for a context to be re-scoped to the site.
+ This plugin rewrites the search for a context to the site level. This is used, for example, in the case where one journal has assumed the operations of one or more other journals (which are installed in the same site).
+ This plugin rewrites the search for a context to the site level. This is used, for example, in the case where one journal has assumed the operations of one or more other journals (which are installed in the same site).
+
+ University Library System
+ University of Pittsburgh
+ uls-systemsdevelopment@pitt.edu
+
+
+ https://github.com/ulsdevteam/pkp-sitesearch/releases/download/v1.0.0-0/sitesearch-1.0.0-0.tgz
+
+ 3.1.1.4
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Release of the Sitesearch plugin for OJS/OMP 3.1 / 3.2 and OPS 3.2.
+
+
+ https://github.com/ulsdevteam/pkp-sitesearch/releases/download/v1.1.0-0/sitesearch-1.1.0-0.tar.gz
+
+ 3.1.1.4
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the Sitesearch plugin for OJS/OMP/OPS 3.3
+
+
+ https://github.com/ulsdevteam/pkp-sitesearch/releases/download/v1.2.0.0/sitesearch-1.2.0.0.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Release of the Sitesearch plugin for OJS/OMP/OPS 3.4
+
+
+
+ Akismet
+ Akismet
+ https://github.com/ulsdevteam/pkp-akismet
+ This plugin integrates the Akismet anti-spam service.
+ This plugin integrates the Akismet anti-spam service.
+ This plugin verifies new user registrations via the Akismet anti-spam service. Subscription to Akismet is required.
+ This plugin verifies new user registrations via the Akismet anti-spam service. Subscription to Akismet is required.
+
+ University Library System
+ University of Pittsburgh
+ uls-systemsdevelopment@pitt.edu
+
+
+ https://github.com/ulsdevteam/pkp-akismet/releases/download/v1.2.2-1/akismet-1.2.2-1.tgz
+
+ 3.1.1.4
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ Release of the Akismet plugin for OJS 3.1.1 and OJS/OMP 3.1.2.
+
+
+ https://github.com/ulsdevteam/pkp-akismet/releases/download/v1.2.2-2/akismet-1.2.2-2.tgz
+
+ 3.1.1.4
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Release of the Akismet plugin for OJS/OMP 3.1 / 3.2 and OPS 3.2.
+
+
+ https://github.com/ulsdevteam/pkp-akismet/releases/download/v1.2.3-0/akismet-1.2.3-0.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the Akismet plugin for OJS/OMP/OPS 3.3
+
+
+ https://github.com/ulsdevteam/pkp-akismet/releases/download/v1.2.3-1/akismet-1.2.3-1.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This update fixes a bug in the settings form
+
+
+ https://github.com/ulsdevteam/pkp-akismet/releases/download/v1.2.3-2/akismet-1.2.3-2.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ PHP 8 compatibility
+
+
+
+ Form Honeypot
+ Form Honeypot
+ https://github.com/ulsdevteam/pkp-formHoneypot
+ This plugin adds a honeypot to user registration.
+ This plugin adds a honeypot to user registration.
+ This plugin verifies new user registrations by creating a honeypot on the User Registration form.
+ This plugin verifies new user registrations by creating a honeypot on the User Registration form.
+
+ University Library System
+ University of Pittsburgh
+ uls-systemsdevelopment@pitt.edu
+
+
+ https://github.com/ulsdevteam/pkp-formHoneypot/releases/download/v1.3.0-1/formHoneypot-1.3.0-1.tgz
+
+ 3.1.1.4
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ Release of the Form Honeypot plugin for OJS 3.1.1/3.1.2.
+
+
+ https://github.com/ulsdevteam/pkp-formHoneypot/releases/download/v1.4.0-0/formHoneypot-1.4.0-0.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the Form Honeypot plugin for OJS 3.2+.
+
+
+ https://github.com/ulsdevteam/pkp-formHoneypot/releases/download/v1.4.0-1/formHoneypot-1.4.0-1.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the Form Honeypot plugin for OJS 3.2+.
+
+
+ https://github.com/ulsdevteam/pkp-formHoneypot/releases/download/v1.4.0-3/formHoneypot-1.4.0-3.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ PHP 8 Compatibility
+
+
+ https://github.com/ulsdevteam/pkp-formHoneypot/releases/download/v1.5.0-0/formHoneypot-v1.5.0.0.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Release of the Form Honeypot plugin for OJS 3.4.
+
+
+
+ Author Requirements
+ Author Requirements
+ https://github.com/ewhanson/authorRequirements
+ Make certain author fields optional.
+ Make certain author fields optional.
+ This plugin makes it possible to add an author to a list of contributors without using certain required fields (e.g. email). This is useful in cases where required information does not exist for authors.
+ This plugin makes it possible to add an author to a list of contributors without using certain required fields (e.g. email). This is useful in cases where required information does not exist for authors.
+
+ Erik Hanson
+ Public Knowledge Project
+ hansonew@gmail.com
+
+
+ https://github.com/ewhanson/authorRequirements/releases/download/v1.0.0-0/authorRequirements-1.0.0-0.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ Initial release of the authorRequirements plugin for OJS/OMP 3.1.x
+
+
+ https://github.com/ewhanson/authorRequirements/releases/download/v1.0.0-1/authorRequirements-1.0.0-1.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ Release of the authorRequirements plugin for OJS/OMP 3.2.0
+
+
+ https://github.com/ewhanson/authorRequirements/releases/download/v1.0.1-0/authorRequirements-1.0.1-0.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release of the authorRequirements plugin for OJS/OMP 3.3.0
+
+
+ https://github.com/ewhanson/authorRequirements/releases/download/v1.0.1-1/authorRequirements-1.0.1-1.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Update to authorRequirements plugin fixing compatability issues in OMP 3.3
+
+
+ https://github.com/ewhanson/authorRequirements/releases/download/v1.0.1-2/authorRequirements-1.0.1-2.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Updated for cross-application compatibility.
+
+
+ https://github.com/pkp/authorRequirements/releases/download/v1.0.2-1/authorRequirements-v1.0.2-1.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Updated for OJS/OMP 3.3 compatibility and PHP 8.0 support
+
+
+ https://github.com/pkp/authorRequirements/releases/download/v2.0.0-0/authorRequirements-v2.0.0-0.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Updated for OJS/OMP 3.4 compatibility
+
+
+
+ Registration Notification
+ Registration Notification
+ https://github.com/pkp/registrationNotification
+ Sends an email notification to a configurable list of emails whenever a new user is registered.
+ Sends an email notification to a configurable list of emails whenever a new user is registered.
+ Once enabled, the plugin will send an email notification to a configurable list of emails, configurable per journal/press, whenever a new user is registered. The plugin also supports setting up the email template using variables.
+ See https://github.com/pkp/registrationNotification/blob/master/README.md for details.
+ ]]>
+
+ Public Knowledge Project
+ Public Knowledge Project
+ pkp.contact@gmail.com
+
+
+ https://github.com/pkp/registrationNotification/releases/download/v1.0.0.2/registrationNotification-v1.0.0.2.tar.gz
+
+ 3.1.1.0
+ 3.1.1.1
+ 3.1.1.2
+ 3.1.1.4
+
+
+ 3.1.1.0
+ 3.1.1.1
+ 3.1.1.2
+ 3.1.1.3
+ 3.1.1.4
+
+
+ Registration Notification Plugin v1.0.0.2 (Compatible with OJS/OMP 3.1.1).
+
+
+ https://github.com/pkp/registrationNotification/releases/download/v2.0.0.1/registrationNotification-v2.0.0.1.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Registration Notification Plugin v2.0.0.1 (Compatible with OJS/OMP 3.1.2).
+
+
+
+ Control Public Files
+ Control Public Files
+ https://github.com/pkp/controlPublicFiles
+ Limit who can upload public files and what kind of files they can upload.
+ Limit who can upload public files and what kind of files they can upload.
+ Users can upload images wherever they are presented with a rich text editor that includes the image upload control. This includes places like the About the Journal section as well as the user biography in every user's profile area.
+ This plugin provides settings to restrict who can upload, what kind of files they can upload, and how large their directory of files can grow.
+ ]]>
+
+ Public Knowledge Project
+ Public Knowledge Project
+ pkp.contact@gmail.com
+
+
+ https://github.com/pkp/controlPublicFiles/releases/download/1.0.0.0/controlPublicFiles-1.0.0.0.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ Initial release for OJS/OMP v3.2.
+
+
+ https://github.com/pkp/controlPublicFiles/releases/download/v1_0_0-1/controlPublicFIles-v1_0_0-1.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Maintenance release for OJS/OMP v3.2.1.
+
+
+ https://github.com/pkp/controlPublicFiles/releases/download/v1_0_0-2/controlPublicFiles-v1_0_0-2.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This update adds translations for Finnish, Norwegian, Czech, Greek, and Vietnamese.
+
+
+ https://github.com/pkp/controlPublicFiles/releases/download/v1_0_0-3/controlPublicFIles-v1_0_0-3.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This is a bugfix release for compatibility with recent PHP releases.
+
+
+ https://github.com/pkp/controlPublicFiles/releases/download/v1_0_0-4/controlPublicFIles-v1_0_0-4.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This is a bugfix release for compatibility with recent PHP releases.
+
+
+ https://github.com/pkp/controlPublicFiles/releases/download/v1_0_1-0/controlPublicFIles-v1_0_1-0.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ This is a compatibility release for OJS/OMP/OPS 3.4.0.
+
+
+
+ Text Editor Extras
+ Text Editor Extras
+ https://github.com/pkp/textEditorExtras
+ Add controls to the rich text editor to upload images, manipulate the HTML code, and add tables.
+ Add controls to the rich text editor to upload images, manipulate the HTML code, and add tables.
+ This plugin provides settings to turn on extra controls for the rich text editor and to specify which fields should receive the additional controls.
+ ]]>
+
+ Public Knowledge Project
+ Public Knowledge Project
+ pkp.contact@gmail.com
+
+
+ https://github.com/pkp/textEditorExtras/releases/download/1.0.0.0/textEditorExtras-1.0.0.0.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ Initial release for OJS/OMP v3.2.
+
+
+ https://github.com/pkp/textEditorExtras/releases/download/1.0.0.1/textEditorExtras-1.0.0.1.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ This update fixes a bug that prevented image uploads from working in some configurations.
+
+
+ https://github.com/pkp/textEditorExtras/releases/download/v1_0_0-2/textEditorExtras-v1_0_0-2.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Maintenance release for OJS/OPS/OMP 3.2.1.
+
+
+ https://github.com/NateWr/textEditorExtras/releases/download/v1_0_0-3/textEditorExtras-v1_0_0-3.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This update adds translations for Arabic, Spanish and Ukrainian.
+
+
+ https://github.com/NateWr/textEditorExtras/releases/download/v1_0_0-4/textEditorExtras-v1_0_0-4.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This update adds support for extra text editor options in the announcements form.
+
+
+ https://github.com/pkp/textEditorExtras/releases/download/v1_0_0-5/textEditorExtras-v1_0_0-5.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Maintenance release.
+
+
+ https://github.com/pkp/textEditorExtras/releases/download/v1_0_1-0/textEditorExtras-v1_0_1-0.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Compatibility release for OJS/OMP/OPS 3.4.0
+
+
+
+ Twitter Block Plugin
+ Twitter Block Plugin
+ https://github.com/RBoelter/ojs3-twitter-sidebar
+ This plugin adds a block to display a Twitter feed in the sidebar.
+ This plugin adds a block to display a Twitter feed in the sidebar.
+ This plugin makes it easy to include Twitter feeds in a multi-journal instance without the need to create several custom blocks.Check the how to use guide.
]]>
+ This plugin makes it easy to include Twitter feeds in a multi-journal instance without the need to create several custom blocks.Check the how to use guide.
]]>
+
+ Ronny Bölter
+ Leibniz Institute for Psychology Information
+ rb@leibniz-psychology.org
+
+
+ https://github.com/RBoelter/twitterBlock/releases/download/1.0.0.0/twitterBlock-1.0.0.0.tar.gz
+
+ 3.1.2.4
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ Initial release
+
+
+ https://github.com/RBoelter/twitterBlock/releases/download/v1_0_0-1/twitterBlock-v1_0_0-1.tar.gz
+
+ 3.1.2.4
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Added a message to remind administrators to make an appropriate entry in the cookie policy.
+
+
+ https://github.com/RBoelter/twitterBlock/releases/download/v1_0_0-3/twitterBlock-v1_0_0-3.tar.gz
+
+ 3.1.2.4
+
+
+ Spanish translation added
+
+
+ https://github.com/RBoelter/twitterBlock/releases/download/v3_2_0-1/twitterBlock-v3_2_0-1.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Spanish translation added
+
+
+
+ Announcements Block
+ Announcements Block
+ https://github.com/RBoelter/announcementsBlock
+ This plugin adds a block to display announcements in the sidebar.
+ This plugin adds a block to display announcements in the sidebar.
+ This plugin makes it easy to show the latest announcements in the sidebar. It allows you to specify how many announcements are displayed.Check the "how to use" guide on GitHub
]]>
+ This plugin makes it easy to show the latest announcements in the sidebar. It allows you to specify how many announcements are displayed.Check the "how to use" guide on GitHub
]]>
+
+ Ronny Bölter
+ Leibniz Institute for Psychology (ZPID), Trier, Germany
+ rb@leibniz-psychology.org
+
+
+ https://github.com/RBoelter/announcementsBlock/releases/download/1.0.0.0/announcementsBlock-1.0.0.0.tar.gz
+
+ 3.1.2.4
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ Initial release
+
+
+ https://github.com/RBoelter/announcementsBlock/releases/download/v1_0_0-2/announcementsBlock-v1_0_0-2.tar.gz
+
+ 3.1.2.4
+
+
+ Settings for text alignment added
+
+
+ https://github.com/RBoelter/announcementsBlock/releases/download/v3_2_0-1/announcementsBlock-v3_2_0-1.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Settings for text alignment added
+
+
+
+ Sword Server Plugin
+ Sword Server Plugin
+ https://github.com/quoideneuf/swordServer
+ Permits the use of the SWORD protocol to receive deposits from other applications.
+ Permits the use of the SWORD protocol to receive deposits from other applications.
+ This plugin permits the use of the SWORDv2 protocol to allow OJS to receive deposit documents from other systems.]]>
+ This plugin permits the use of the SWORDv2 protocol to allow OJS to receive deposit documents from other systems.]]>
+
+ Public Knowledge Project
+ Public Knowledge Project
+ pkp.contact@gmail.com
+
+
+ https://github.com/pkp/swordServer/releases/download/v0.0.0.1/swordServer-v0.0.0.1.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ Initial release
+
+
+ https://github.com/pkp/swordServer/releases/download/v1_0_0-0/swordServer-v1_0_0-0.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Maintenance release for OJS 3.2.1
+
+
+
+ Public Identifier Resolver
+ Public Identifier Resolver
+ https://github.com/yasielpv/pubIdResolver
+ Allows resolving the URL of an issue, article and galley from your public identifier registered in OJS.
+ Allows resolving the URL of an issue, article and galley from your public identifier registered in OJS.
+ The Public Identifier Resolver plugin resolves individual articles, issues and galleys in the current OJS installation using the supplied public identifier register in OJS. The public identifier can be DOI, URN, ARK, PURL, etc. Also, It can obtain the element metadata using the format ERC adding question marks at the end of the persistent identifier. ERC format includes the metadata who, what, when, where, how and target.]]>
+ The Public Identifier Resolver plugin resolves individual articles, issues and galleys in the current OJS installation using the supplied public identifier register in OJS. The public identifier can be DOI, URN, ARK, PURL, etc. Also, It can obtain the element metadata using the format ERC adding question marks at the end of the persistent identifier. ERC format includes the metadata who, what, when, where, how and target.]]>
+
+ Yasiel Perez Vera
+ Universidad La Salle
+ yasielpv@gmail.com
+
+
+ https://github.com/yasielpv/pubIdResolver/releases/download/v1_0_2-0/pubIdResolver-v1_0_2-0.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Initial release
+
+
+
+ Returning Author Screening Plugin
+ Returning Author Screening Plugin
+ https://github.com/pkp/returningAuthorScreening
+ Permits authors who already have at least one published submission to self-publish subsequent submissions.
+ Permits authors who already have at least one published submission to self-publish subsequent submissions.
+ This plugin permits authors who already have at least one published submission to self-publish subsequent submissions.]]>
+ This plugin permits authors who already have at least one published submission to self-publish subsequent submissions.]]>
+
+ Public Knowledge Project
+ Public Knowledge Project
+ pkp.contact@gmail.com
+
+
+ https://github.com/pkp/returningAuthorScreening/releases/download/v1.0.0-0/returningAuthorScreening-v1.0.0-0.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Initial release
+
+
+
+ Open Graph Plugin
+ Open Graph Plugin
+ Open Graph -lisäosa
+ https://github.com/ajnyga/openGraph
+ Open Graph Plugin presents published content using the Open Graph protocol.
+ Open Graph Plugin presents published content using the Open Graph protocol.
+ Open Graph -lisäosa esittää metadatan Open Graph -protokollan mukaisessa muodossa.
+ Open Graph Plugin presents published content using the Open Graph protocol. Open Graph tags are used when you content is shared in Facebook]]>
+ Open Graph Plugin presents published content using the Open Graph protocol. Open Graph tags are used when you content is shared in Facebook]]>
+ Open Graph -lisäosa esittää metadatan Open Graph -protokollan mukaisessa muodossa. Tietoja käytetään, kun julkaistua sisältöä jaetaan Facebookissa.]]>
+
+ Antti-Jussi Nygård
+ The Federation of Finnish Learned Societies
+ ajnyga@gmail.com
+
+
+ https://github.com/ajnyga/openGraph/releases/download/1.0.0.0/openGraph.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+
+
+ Initial release of the Open Graph Plugin.
+
+
+ https://github.com/ajnyga/openGraph/releases/download/1.0.1.0/openGraph.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ OpenGraph plugin for 3.3
+
+
+
+ Publons Reviewer Recognition Plugin
+ Publons Reviewer Recognition Plugin
+ https://github.com/publons/ojs_3_plugin/
+ This plugin enables integration with Publons Reviewer Recognition Service.
+ This plugin enables integration with Publons Reviewer Recognition Service.
+
+
+
+ Publons
+ Publons
+ ojs@publons.com
+
+
+ https://github.com/publons/ojs_3_plugin/releases/download/2021.6.1.0/publons.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Fix compatibility issues with OJS v3.3. Fixed the send reviews button for already sent reviews.
+
+
+ https://github.com/publons/ojs_3_plugin/releases/download/2020.6.5.0/publons.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Fix compatibility issues with OJS v3.2.0. Reset versioning to use calendar versioning.
+
+
+ https://github.com/publons/ojs_3/releases/download/3.2.2.0/publons.tar.gz
+
+ 3.1.0.0
+ 3.1.0.1
+ 3.1.1.0
+ 3.1.1.1
+ 3.1.1.2
+ 3.1.1.4
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ Minor improvements for Portuguese translations.
+
+
+
+ Pragma
+ Pragma
+ https://github.com/pkp/pragma
+ An official theme for OJS 3.
+ An official theme for OJS 3.
+ A minimalist OJS theme inspired by early periodicals’ tables of contents featuring a bold use of a monochromatic colour palette.
+ Pragma theme was designed and developed by Sophy Ouch, Vitalii Bezsheiko, John Willinsky, and Kevin Stranack.
+ ]]>
+
+ Sophy Ouch
+ Public Knowledge Project
+ pkp.contact@gmail.com
+
+
+ https://github.com/pkp/pragma/releases/download/1.0.0.0/pragma-1.0.0.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ Initial release.
+
+
+ https://github.com/pkp/pragma/releases/download/v1_0_0-1/pragma-v1_0_0-1.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ This update fixes a bug that would show unpublished issues on the homepage. It also implements a number of minor fixes and style improvements. Full details available at https://github.com/pkp/pragma/releases/tag/v1_0_0-1.
+
+
+ https://github.com/pkp/pragma/releases/download/1.1.0/pragma-1.1.0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This release updates a theme to be compatible with OJS 3.3.0.1, fixes display of multilingual keywords on article landing page as well as displays article's license terms
+
+
+ https://github.com/pkp/pragma/releases/download/1.1.1/pragma-1.1.1.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Adds compatibility with PHP 8.1
+
+
+ https://github.com/pkp/pragma/releases/download/1.1.2/pragma-1.1.2.tar.gz
+
+ 3.4.0.0
+
+
+ This release updates the theme to be compatible with OJS 3.4.0
+
+
+ https://github.com/pkp/pragma/releases/download/1.1.2.1/pragma-1.1.2.1.tar.gz
+
+ ~3.4.0.0
+
+
+ Bugfix release for OJS 3.4.0
+
+
+ https://github.com/pkp/pragma/releases/download/v1_1_2-2/pragma-v1_1_2-2.tar.gz
+
+ ~3.4.0.0
+
+
+ Bugfix release for OJS 3.4.0
+
+
+
+ Archivematica Export
+ Archivematica Export
+ https://github.com/escire/ArchivematicaExportPlugin
+ Exports articles or issues to Archivematica for its preservation.
+ Exports articles or issues to Archivematica for its preservation.
+ This plugin allows you to export articles or full numbers from OJS to an installation of Archivematica preservation software.]]>
+ This plugin allows you to export articles or full numbers from OJS to an installation of Archivematica preservation software.]]>
+
+ Manuel Campechano
+ eScire
+ contacto@escire.mx
+
+
+ https://github.com/escire/ArchivematicaExportPlugin/archive/refs/tags/compat-ojs3.1.x.tar.gz
+
+ 3.1.0.0
+ 3.1.0.1
+ 3.1.1.0
+ 3.1.1.1
+ 3.1.1.2
+ 3.1.1.4
+
+
+ Initial release for OJS 3.1.0.x/3.1.1.x.
+
+
+ https://github.com/escire/ArchivematicaExportPlugin/archive/compat-ojs3.1.2-x.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ Initial release for OJS 3.1.2.x.
+
+
+
+ PKP|PN (PKP Preservation Network) Plugin
+ PKP|PN (PKP Preservation Network) Plugin
+ https://github.com/pkp/pln
+ Supports preservation of published journal content in the PKP Preservation Network.
+ Supports preservation of published journal content in the PKP Preservation Network.
+ This plugin enables the automatic preservation of published journal content in the PKP Preservation Network (PKP|PN).Note: This plugin requires ZipArchive support. See https://www.php.net/manual/en/zip.installation.php for details.]]>
+ This plugin enables the automatic preservation of published journal content in the PKP Preservation Network (PKP|PN).Note: This plugin requires ZipArchive support. See https://www.php.net/manual/en/zip.installation.php for details.]]>
+
+ Public Knowledge Project
+ Public Knowledge Project
+ pkp.contact@gmail.com
+
+
+ https://github.com/pkp/pln/releases/download/v2.0.1-1/pln-v2.0.1-1.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ PKP|PN for OJS 3.1.2-x.
+
+
+ https://github.com/pkp/pln/releases/download/v2.0.2-1/pln-v2.0.2-1.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+
+
+ PKP|PN for OJS 3.2.0-x.
+
+
+ https://github.com/pkp/pln/releases/download/v2.0.3-1/pln-v2.0.3-1.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ PKP|PN for OJS 3.2.1-x.
+
+
+ https://github.com/pkp/pln/releases/download/v2.0.4-1/pln-v2.0.4-1.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ PKP|PN for OJS 3.3.0-x.
+
+
+ https://github.com/pkp/pln/releases/download/v2_0_4-2/pln-v2_0_4-2.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ PKP|PN for OJS 3.3.0-x.
+
+
+ https://github.com/pkp/pln/releases/download/v2_0_4-3/pln-v2_0_4-3.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ PKP|PN for OJS 3.3.0-x. Several issues have been addressed and the error handling has been improved.
+
+
+ https://github.com/pkp/pln/releases/download/v2_0_4-4/pln-v2_0_4-4.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ PKP|PN for OJS 3.3.0-x. Minor fixes were added.
+
+
+ https://github.com/pkp/pln/releases/download/v2_0_4-5/pln-v2_0_4-5.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ PKP|PN for OJS 3.3.0-x. Updated localization and fixed the version tag.
+
+
+ https://github.com/pkp/pln/releases/download/v3_0_0-0/pln-v3_0_0-0.tar.gz
+
+ ~3.4.0.0
+
+
+ PKP|PN for OJS 3.4.x-x. First release for OJS 3.4.
+
+
+
+ Scopus/Crossref Citations Plugin
+ Scopus/Crossref Citations Plugin
+ https://github.com/RBoelter/citations
+ Shows the total number of citations and a "cited by" article list from Scopus and/or Crossref.
+ Shows the total number of citations and a "cited by" article list from Scopus and/or Crossref.
+ This plugin uses the DOI of an article to get all citations from Scopus and/or Crossref. Google Scholar and PubMed are also supported. The count and list of citations is displayed in the sidebar of the article details. It is possible to choose between the different providers and display only the amount of results if the list is not desired. For more information check GitHub
]]>
+ This plugin uses the DOI of an article to get all citations from Scopus and/or Crossref. Google Scholar and PubMed are also supported. The count and list of citations is displayed in the sidebar of the article details. It is possible to choose between the different providers and display only the amount of results if the list is not desired. For more information check GitHub
]]>
+
+ Ronny Bölter
+ Leibniz Institute for Psychology (ZPID), Trier, Germany
+ rb@leibniz-psychology.org
+
+
+ https://github.com/RBoelter/citations/releases/download/v3_1_0-1/citations-v3_1_0-1.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ Scopus/Crossref Citations Plugin for OJS 3.1.2-x.
+
+
+ https://github.com/RBoelter/citations/releases/download/v3_2_0-1/citations-v3_2_0-1.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+
+
+ Scopus/Crossref Citations Plugin for OJS 3.2.0-x.
+
+
+ https://github.com/RBoelter/citations/releases/download/v3_1_0-2/citations-v3_1_0-2.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ This releases fixes a minor bug that occurred on an empty API response.
+
+
+ https://github.com/RBoelter/citations/releases/download/v3_2_0-2/citations-v3_2_0-2.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Release for OJS 3.2 and 3.3. Fixes a minor bug that occurred on an empty API response.
+
+
+ https://github.com/RBoelter/citations/releases/download/v3_2_0-3/citations-v3_2_0-3.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Spanish translation added.
+
+
+ https://github.com/RBoelter/citations/releases/download/v3_3_0-1/citations-v3_3_0-1.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Spanish translation added and curl replaced with Guzzle
+
+
+ https://github.com/RBoelter/citations/releases/download/v3_3_0-2/citations-v3_3_0-2.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Added Crossref contact information to request permission to use the cited-by service.
+
+
+ https://github.com/RBoelter/citations/releases/download/v3_4_0-1/citations-v3_4_0-1.tar.gz
+
+ ~3.4.0.0
+
+
+ The plugin was completely rewritten for OJS 3.4 and to clean up old (terrible) code and replace it with new, more maintainable, Sonarqube-tested code.
+
+
+
+ Portico Plugin
+ Portico Plugin
+ https://github.com/pkp/portico
+ Supports export of published content to Portico.
+ Supports export of published content to Portico.
+ This plugin enables the digital preservation of published content in the Portico preservtion service.Note: This plugin requires ZipArchive support. See https://www.php.net/manual/en/zip.installation.php for details.]]>
+ This plugin enables the digital preservation of published content in the Portico preservtion service.Note: This plugin requires ZipArchive support. See https://www.php.net/manual/en/zip.installation.php for details.]]>
+
+ Public Knowledge Project
+ Public Knowledge Project
+ pkp.contact@gmail.com
+
+
+ https://github.com/pkp/portico/releases/download/v1.1.0-0/portico-v1.1.0-0.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ Portico for OJS 3.1.2-x.
+
+
+ https://github.com/pkp/portico/releases/download/v1.1.1-0/portico-v1.1.1-0.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Portico for OJS 3.2.x.
+
+
+ https://github.com/pkp/portico/releases/download/v1_1_0-2/portico-v1_1_0-2.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
+
+
+ Portico for OJS 3.1.2-x.
+
+
+ https://github.com/pkp/portico/releases/download/v1_1_1-2/portico-v1_1_1-2.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Portico for OJS 3.2.x.
+
+
+ https://github.com/pkp/portico/releases/download/v1_1_1-3/portico-v1_1_1-3.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Portico for OJS 3.2.x.
+
+
+ https://github.com/pkp/portico/releases/download/v1_1_2-2/portico-v1_1_2-2.tar.gz
+
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Portico for OJS 3.3.x.
+
+
+ https://github.com/pkp/portico/releases/download/v1_2_0-0/portico-v1_2_0-0.tar.gz
+
+ ~3.4.0.0
+
+
+ Portico for OJS 3.4.x.
+
+
+ https://github.com/pkp/portico/releases/download/v1_2_0-1/portico-v1_2_0-1.tar.gz
+
+ ~3.4.0.0
+
+
+ Portico for OJS 3.4.x.
-
- Akismet
- https://github.com/ulsdevteam/pkp-akismet
- This plugin integrates the Akismet anti-spam service.
- This plugin verifies new user registrations via the Akismet anti-spam service. Subscription to Akismet is required.
+
+ Research Organization Registry(ROR) Plugin
+ Research Organization Registry(ROR) Plugin
+ https://github.com/withanage/ror/
+ OJS 3 Plugin for adding Organization names for author affiliations provided by ROR.org
+ OJS 3 Plugin for adding Organization names for author affiliations provided by ROR.org
+ The ROR plugin integrates support for ROR. Organizations maintained by ROR.org are automatically fetched using an auto suggesting function. For multilingual journals, additionally supported languages will be pre-filled given, ROR.org has the corresponding names in the OJS supported languages. ]]>
+ The ROR plugin integrates support for ROR. Organizations maintained by ROR.org are automatically fetched using an auto suggesting function. For multilingual journals, additionally supported languages will be pre-filled given, ROR.org has the corresponding names in the OJS supported languages. ]]>
- University Library System
- University of Pittsburgh
- uls-systemsdevelopment@pitt.edu
+ Dulip Withanage
+ German National Library of Science and Technology (TIB), Hannover, Germany
+ dulip.withanage@gmail.com
-
- https://github.com/ulsdevteam/pkp-akismet/releases/download/v1.2.2-1/akismet-1.2.2-1.tgz
+
+ https://github.com/withanage/ror/releases/download/v1_0_0-0/ror-v1_0_0-0.tar.gz
- 3.1.1.4
- 3.1.2.0
- 3.1.2.1
- 3.1.2.2
- 3.1.2.3
- 3.1.2.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
-
- 3.1.2.0
- 3.1.2.1
- 3.1.2.2
- 3.1.2.3
- 3.1.2.4
+
+ Initial release
+
+
+ https://github.com/withanage/ror/releases/download/v1_0_0-8/ror-v1_0_0-8.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
- Release of the Akismet plugin for OJS 3.1.1 and OJS/OMP 3.1.2.
+ Adds support for OJS 3.3, better handling of placeholders
+
+
+ https://github.com/withanage/ror/releases/download/v1_0_0-12/ror-v1_0_0-12.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Adds support for OPS 3.3
+
+
+ https://github.com/withanage/ror/releases/download/v3_4_0-2/ror-v3_4_0-2.tar.gz
+
+ ~3.4.0.0
+
+
+ ROR plugin for OJS 3.4.0-x
+
-
- Form Honeypot
- https://github.com/ulsdevteam/pkp-formHoneypot
- This plugin adds a honeypot to user registration.
- This plugin verifies new user registrations by creating a honeypot on the User Registration form.
+
+ DOI to mEDRA XML export and registration plugin
+ DOI to mEDRA XML export and registration plugin
+ https://github.com/pkp/medra/
+ Allows DOI export in ONIX4DOI format and the registration with mEDRA.
+ Allows DOI export in ONIX4DOI format and the registration with mEDRA.
+ The mEDRA plugin enables the export of issue and article metadata in ONIX4DOI format and
+the registration of DOIs with mEDRA.]]>
+ The mEDRA plugin enables the export of issue and article metadata in ONIX4DOI format and
+the registration of DOIs with mEDRA.]]>
- University Library System
- University of Pittsburgh
- uls-systemsdevelopment@pitt.edu
+ Public Knowledge Project
+ Public Knowledge Project
+ pkp.contact@gmail.com
-
- https://github.com/ulsdevteam/pkp-formHoneypot/releases/download/v1.3.0-1/formHoneypot-1.3.0-1.tgz
+
+ https://github.com/pkp/medra/releases/download/v4_0_0-0/medra-v4_0_0-0.tar.gz
- 3.1.1.4
- 3.1.2.0
- 3.1.2.1
- 3.1.2.2
- 3.1.2.3
- 3.1.2.4
+ ~3.4.0.0
-
- Release of the Form Honeypot plugin for OJS 3.1.1/3.1.2.
+
+ mEDRA plugin for OJS 3.4.0-x
+
+
+ https://github.com/pkp/medra/releases/download/v4_0_0-1/medra-v4_0_0-1.tar.gz
+
+ ~3.4.0.0
+
+
+ Bugfix for OJS 3.4.0-x
+
+
+ https://github.com/pkp/medra/releases/download/v4_0_0-2/medra-v4_0_0-2.tar.gz
+
+ ~3.4.0.0
+
+
+ Bugfix for OJS 3.4.0-x
+
+
+ https://github.com/pkp/medra/releases/download/v4_0_0-3/medra-v4_0_0-3.tar.gz
+
+ ~3.4.0.0
+
+
+ Bugfix for OJS 3.4.0-x
+
+
+ https://github.com/pkp/medra/releases/download/v4_0_0-4/medra-v4_0_0-4.tar.gz
+
+ ~3.4.0.0
+
+
+ Improvement for OJS 3.4.0-x
-
- Author Requirements
- https://github.com/ewhanson/authorRequirements
- Make certain author fields optional.
- This plugin makes it possible to add an author to a list of contributors without using certain requried fields (e.g. email). This is useful in cases where required information does not exist for authors.
+
+ DOI to mEDRA xml export and registration plugin
+ DOI to mEDRA xml export and registration plugin
+ https://github.com/pkp/medra/
+ Allows DOI export in ONIX4DOI format and the registration with mEDRA.
+ Allows DOI export in ONIX4DOI format and the registration with mEDRA.
+ The mEDRA plugin enables the export of issue, article and galley metadata in ONIX4DOI format and
+the registration of DOIs with mEDRA.]]>
+ The mEDRA plugin enables the export of issue, article and galley metadata in ONIX4DOI format and
+the registration of DOIs with mEDRA.]]>
- Erik Hanson
+ Public Knowledge Project
Public Knowledge Project
- hansonew@gmail.com
+ pkp.contact@gmail.com
-
- https://github.com/ewhanson/authorRequirements/releases/download/v1.0.0-0/authorRequirements-1.0.0-0.tar.gz
+
+ https://github.com/pkp/medra/releases/download/v3_0_0-0/medra-v3_0_0-0.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ mEDRA plugin for OJS 3.3.0-x
+
+
+ https://github.com/pkp/medra/releases/download/v3_0_0-1/medra-v3_0_0-1.tar.gz
+
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Bugfix release of the plugin for OJS 3.3.0
+
+
+ https://github.com/pkp/medra/releases/download/v3_0_0-2/medra-v3_0_0-2.tar.gz
+
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Bugfix release of the plugin for OJS 3.3.0
+
+
+ https://github.com/pkp/medra/releases/download/v3_0_0-3/medra-v3_0_0-3.tar.gz
+
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Collection element and unstructured citation list, for OJS 3.3.0-14
+
+
+ https://github.com/pkp/medra/releases/download/v3_0_0-4/medra-v3_0_0-4.tar.gz
+
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ No contributors, subtitle element, different schema location for test and production
+
+
+
+ ARK
+ ARK
+ https://github.com/yasielpv/pkp-ark-pubid
+ Allows assign ARK ID to issue, article and galley.
+ Allows assign ARK ID to issue, article and galley.
+ The ARK plugin enables the assignation and management of ARK ID to issue, article and galley.]]>
+ The ARK plugin enables the assignation and management of ARK ID to issue, article and galley.]]>
+
+ Yasiel Perez Vera
+ Universidad La Salle
+ yasielpv@gmail.com
+
+
+ https://github.com/yasielpv/pkp-ark-pubid/releases/download/ojs-3.1/pkp-ark-pubid-ojs-3.1.tar.gz
3.1.2.0
3.1.2.1
@@ -2078,65 +10615,329 @@
3.1.2.3
3.1.2.4
-
+
+ ARK plugin for OJS 3.0.x.x - 3.1.x.x
+
+
+ https://github.com/yasielpv/pkp-ark-pubid/releases/download/ojs-3.3/pkp-ark-pubid-ojs-3.3.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ ARK plugin for OJS 3.2.x.x - 3.3.x.x
+
+
+ https://github.com/yasielpv/pkp-ark-pubid/releases/download/v1_0_3-1/pkp-ark-pubid-v1_0_3-1.tar.gz
+
3.1.2.0
3.1.2.1
3.1.2.2
3.1.2.3
3.1.2.4
-
- Initial release of the authorRequirements plugin for OJS/OMP 3.1.x
+
+ ARK plugin for OJS 3.0.x.x - 3.1.x.x
-
- https://github.com/ewhanson/authorRequirements/releases/download/v1.0.0-1/authorRequirements-1.0.0-1.tar.gz
+
+ https://github.com/yasielpv/pkp-ark-pubid/releases/download/v1_0_3-0/pkp-ark-pubid-v1_0_3-0.tar.gz
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ ARK plugin for OJS 3.2.x.x - 3.3.x.x
+
+
+
+ PURL
+ PURL
+ https://github.com/yasielpv/pkp-purl-pubid
+ Allows assign PURL ID to issue, article and galley.
+ Allows assign PURL ID to issue, article and galley.
+ The PURL plugin enables the assignation and management of PURL ID to issue, article and galley.]]>
+ The PURL plugin enables the assignation and management of PURL ID to issue, article and galley.]]>
+
+ Yasiel Perez Vera
+ Universidad La Salle
+ yasielpv@gmail.com
+
+
+ https://github.com/yasielpv/pkp-purl-pubid/releases/download/v1_0_0-0/pkp-purl-pubid-v1_0_0-0.tar.gz
+
+ 3.1.2.0
+ 3.1.2.1
+ 3.1.2.2
+ 3.1.2.3
+ 3.1.2.4
-
+
+ PURL plugin for OJS 3.0.x.x - 3.1.x.x
+
+
+ https://github.com/yasielpv/pkp-purl-pubid/releases/download/v1_0_1-0/pkp-purl-pubid-v1_0_1-0.tar.gz
+
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+
+
+ PURL plugin for OJS 3.2.x.x - 3.3.x.x
+
+
+
+ OpenID Authentication Plugin
+ OpenID Authentication Plugin
+ https://github.com/leibniz-psychology/openid
+ This plugin allows users to register and login with an OpenID Connect provider such as Keycloak, Google, Orchid, Microsoft and Apple
+ This plugin allows users to register and login with an OpenID Connect provider such as Keycloak, Google, Orchid, Microsoft and Apple
+ This plugin enables logging in to PKP applications using OpenID Connect providers. It currently supports Google, Apple ID, Microsoft Azure AD and Orchid. It is also possible to configure a custom OpenID Connect provider such as Keycloak.For more information check GitHub
Read the wiki if you need help with the configuration.
]]>
+ This plugin enables logging in to PKP applications using OpenID Connect providers. It currently supports Google, Apple ID, Microsoft Azure AD and Orchid. It is also possible to configure a custom OpenID Connect provider such as Keycloak.For more information check GitHub
Read the wiki if you need help with the configuration.
]]>
+
+ Ronny Bölter
+ Leibniz Institute for Psychology (ZPID), Trier, Germany
+ rb@leibniz-psychology.org
+
+
+ https://github.com/leibniz-psychology/openid/releases/download/v3_3_0-6/openid-v3_3_0-6.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
-
- Release of the authorRequirements plugin for OJS/OMP 3.2.0
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ OpenID plugin for OJS 3.3.0-x (first release)
+
+
+ https://github.com/leibniz-psychology/openid/releases/download/v3_3_0-7/openid-v3_3_0-7.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+
+
+ Registration as reviewer added. Review interest added. PHP warning fixed
-
- Registration Notification
- https://github.com/pkp/registrationNotification
- Sends an email notification to a configurable list of emails whenever a new user is registered.
- Once enabled, the plugin will send an email notification to a configurable list of emails, configurable per journal/press, whenever a new user is registered. The plugin also supports setting up the email template using variables.
- See https://github.com/pkp/registrationNotification/blob/master/README.md for details.
- ]]>
+
+ Datacite
+ Datacite
+ https://github.com/withanage/datacite
+ This plugin allows DOI registration via Datacite
+ This plugin allows DOI registration via Datacite
+
+
- Public Knowledge Project
+ Dulip Withanage
Public Knowledge Project
- pkp.contact@sfu.ca
+ pkp.contact@gmail.com
-
- https://github.com/pkp/registrationNotification/releases/download/v1.0.0.2/registrationNotification-v1.0.0.2.tar.gz
-
- 3.1.1.0
- 3.1.1.1
- 3.1.1.2
- 3.1.1.4
-
+
+ https://github.com/withanage/datacite/releases/download/v1_0_0-4/datacite-v1_0_0-4.tar.gz
+ 3.1.0.0
3.1.1.0
3.1.1.1
3.1.1.2
3.1.1.3
- 3.1.1.4
- Registration Notification Plugin v1.0.0.2 (Compatible with OJS/OMP 3.1.1).
+ Initial Release of Datacite plugin for OMP 3.1.x.
-
- https://github.com/pkp/registrationNotification/releases/download/v2.0.0.1/registrationNotification-v2.0.0.1.tar.gz
+
+ https://github.com/withanage/datacite/releases/download/v1_0_0-5/datacite-v1_0_0-5.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Datacite plugin for OMP 3.3.0
+
+
+ https://github.com/withanage/datacite/releases/download/v1_0_0-6/datacite-v1_0_0-6.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Datacite plugin Bugfix release
+
+
+ https://github.com/withanage/datacite/releases/download/v3_4_0-1/datacite-v3_4_0-1.tar.gz
+
+ ~3.4.0.0
+
+
+ OJS 3.4 support
+
+
+
+ Browse By Section Plugin
+ Browse By Section Plugin
+ https://github.com/pkp/browseBySection
+ A plugin which allows visitors to browse published articles by section.
+ A plugin which allows visitors to browse published articles by section.
+ This plugin allows the journal to configure new public facing pages for each journal section, which list the published articles in that section by publication date or by title.]]>
+ This plugin allows the journal to configure new public facing pages for each journal section, which list the published articles in that section by publication date or by title.]]>
+
+ Public Knowledge Project
+ Public Knowledge Project
+ pkp.contact@gmail.com
+
+
+ https://github.com/pkp/browseBySection/releases/download/v1_2_0_0/browseBySection-v1_2_0_0.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Browse By Section for OJS 3.3 (first release)
+
+
+ https://github.com/pkp/browseBySection/releases/download/v1_1_0_0/browseBySection-v1_1_0_0.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Browse By Section for OJS 3.1.2 (first release)
+
+
+ https://github.com/pkp/browseBySection/releases/download/v1_0_2_0/browseBySection-v1_0_2_0.tar.gz
3.1.2.0
3.1.2.1
@@ -2144,245 +10945,1580 @@
3.1.2.3
3.1.2.4
+
+ Browse By Section for OJS 3.3 (first release)
+
+
+ https://github.com/pkp/browseBySection/releases/download/v1_2_1-0/browseBySection-v1_2_1-0.tar.gz
+
+ ~3.4.0.0
+
+
+ Browse By Section for OJS 3.4
+
+
+
+ SciELO Submissions Report
+ SciELO Submissions Report
+ Relatorio de Envíos de SciELO
+ Relatório de Submissões SciELO
+ https://github.com/lepidus/scieloSubmissionsReport
+ This plugin generates a CSV spreadsheet with submissions information that is usually requested by SciELO
+ This plugin generates a CSV spreadsheet with submissions information that is usually requested by SciELO
+ Este módulo genera un informe CSV con la información de los envíos que normalmente solicita SciELO.
+ Este plugin gera um relatório CSV com informação das submissões que é normalmente requisitada pela SciELO.
+ This plugin generates a CSV spreadsheet with information that is usually requested by SciELO, based on the website submissions.]]>
+ This plugin generates a CSV spreadsheet with information that is usually requested by SciELO, based on the website submissions.]]>
+ Este módulo genera un informe CSV con información que normalmente solicita SciELO, según los envíos del sitio web.]]>
+ Este plugin gera um relatório CSV com informações que são normalmente solicitadas pela SciELO, com base nas submissões do website.]]>
+
+ SciELO Brazil Online Submission and Preprints Unit
+ SciELO in collaboration with Lepidus
+ scielo.submission@scielo.org
+
+
+ https://github.com/lepidus/scieloSubmissionsReport/releases/download/v1.4.11.0/scieloSubmissionsReport.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Improves UTF-8 enconding support and prevents SQL injections. First release sent to PKP Plugin Gallery.
+ Improves UTF-8 enconding support and prevents SQL injections. First release sent to PKP Plugin Gallery.
+ Mejora la compatibilidad con la codificación UTF-8 y evita las inyecciones de SQL. Primera versión que se enviará a la galería de módulos de PKP.
+ Melhora suporte a codificação UTF-8 e previne injeções SQL. Primeira versão a ser enviada à galeria de plugins da PKP.
+
+
+ https://github.com/lepidus/scieloSubmissionsReport/releases/download/v1.4.12.0/scieloSubmissionsReport.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Fixes bug with the report filter by final decision date. This bug affected the submissions included in the report in both OPS and OJS.
+ Fixes bug with the report filter by final decision date. This bug affected the submissions included in the report in both OPS and OJS.
+ Corrige bug con el filtro de la fecha de decisión final. Este error afectó los envíos incluidos en el informe tanto en OPS como en OJS.
+ Corrige bug com o filtro por data de decisão final. Esse bug afetava as submissões incluidas no relatório tanto no OPS quanto no OJS.
+
+
+ https://github.com/lepidus/scieloSubmissionsReport/releases/download/v1.4.13.0/scieloSubmissionsReport.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Correction in filtering by submission date that resulted in empty reports
+ Correction in filtering by submission date that resulted in empty reports
+ Corrección en el filtrado por fecha de envío que resultó en informes vacíos
+ Correção na filtragem por data de submissão que resultava em relatórios vazios
+
+
+ https://github.com/lepidus/scieloSubmissionsReport/releases/download/v1.4.14.0/scieloSubmissionsReport.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Fixes plugin gallery problem, upgrades interface and fixes minor problems
+ Fixes plugin gallery problem, upgrades interface and fixes minor problems
+ Corrige problema con la galería de módulos, actualiza la interfaz y corrige problemas menores
+ Corrige problema com a galeria de plugins, atualiza interface e corrige menores problemas
+
+
+ https://github.com/lepidus/scieloSubmissionsReport/releases/download/v1.4.15.0/scieloSubmissionsReport.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Fixes bad request issue on public site pages.
+ Fixes bad request issue on public site pages.
+ Soluciona el problema de solicitud incorrecta en las páginas del sitio público.
+ Corrige problema de má requisição em páginas públicas do site.
+
+
+ https://github.com/lepidus/scieloSubmissionsReport/releases/download/v2.0.2.0/scieloSubmissionsReport.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This is the first release of this plugin compatible with OJS and OPS in 3.3.0-x versions.
+ This is the first release of this plugin compatible with OJS and OPS in 3.3.0-x versions.
+ Esta es la primera versión de este módulo compatible con OJS y OPS en las versiones 3.3.0-x.
+ Esta é a primeira release deste plugin a ser compatível com OJS e OPS nas versões 3.3.0-x.
+
+
+ https://github.com/lepidus/scieloSubmissionsReport/releases/download/v2.0.6.0/scieloSubmissionsReport.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Adds support for uncovered editor decisions in the Last Decision column and fixes bug that prevented the loading of the Plugins page at Site Settings
+ Adds support for uncovered editor decisions in the Last Decision column and fixes bug that prevented the loading of the Plugins page at Site Settings
+ Agrega soporte para decisiones editoriales que no se cubrieron en la columna Última decisión y corrige el error que impedía la carga de la página de módulos en la Configuración del sitio
+ Dá suporte a decisões editoriais que não eram cobertas na coluna da Última Decisão e corrige erro que impedia o carregamento da página de plugins nas Configurações do Portal
+
+
+ https://github.com/lepidus/scieloSubmissionsReport/releases/download/v2.0.7.0/scieloSubmissionsReport.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Fixes problem that occurred when a submitter didn't have a country filled
+ Fixes problem that occurred when a submitter didn't have a country filled
+ Soluciona el problema que se producía cuando el autor que realizaba el envío no tenía la afiliación completa
+ Corrige problema que ocorria quando o autor submissor não possuía a afiliação preenchida
+
+
+ https://github.com/lepidus/scieloSubmissionsReport/releases/download/v2.1.0.0/scieloSubmissionsReport.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Increases overall plugin performance. Now it only takes 20% of the time it took to generate the report before.
+ Increases overall plugin performance. Now it only takes 20% of the time it took to generate the report before.
+ Aumenta el rendimiento general del módulo. Ahora solo toma el 20% del tiempo que tomaba generar el informe antes.
+ Aumenta o desempenho geral do plugin. Agora, é necessário apenas 20% do tempo necessário anteriormente para gerar o relatório.
+
+
+ https://github.com/lepidus/scieloSubmissionsReport/releases/download/v2.2.0.0/scieloSubmissionsReport.tar.gz
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This release adds the columns of abstract views and PDF views to the report. This change is currently available only to OPS.
+ This release adds the columns of abstract views and PDF views to the report. This change is currently available only to OPS.
+ Esta versión agrega las columnas para vistas de PDF y resumen. Estos cambios actualmente solo están disponibles para OPS.
+ Essa versão adiciona as colunas de visualizações do PDF e do resumo. Essas mudanças estão disponíveis atualmente apenas para OPS.
+
+
+
+ Lucene/Solr Plugin
+ Lucene/Solr Plugin
+ https://github.com/ojsde/lucene
+ Solr/Lucene integration for OJS
+ Solr/Lucene integration for OJS
+ This plugins integrates the solr/search for OJS journals. Warning! Integration requires additional configuration . Please see the help page for configuration and we advise to test it on a test installation, before using on a production server.]]>
+ This plugins integrates the solr/search for OJS journals. Warning! Integration requires additional configuration . Please see the help page for configuration and we advise to test it on a test installation, before using on a production server.]]>
+
+ Dulip Withanage
+ Public Knowledge Project
+ pkp.contact@gmail.com
+
+
+ https://github.com/ojsde/lucene/releases/download/v1_2_0-1/lucene-v1_2_0-1.tar.gz
+
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+
+
+ Initial Release of Lucene/Solr plugin for OJS 3.2
+
+
+
+ Bibi Epub Viewer
+ Bibi Epub Viewer
+ Visualizador de EPUB Bibi
+ Visor EPUBs Bibi
+ https://github.com/lepidus/epubViewer
+ A plugin for viewing embedded EPUBs in Open Journal Systems and Open Monograph Press using Bibi Epub Reader.
+ A plugin for viewing embedded EPUBs in Open Journal Systems and Open Monograph Press using Bibi Epub Reader.
+ Plugin para visualização embutida de EPUBs no Open Journal Systems e Open Monograph Press utilizando o Bibi Epub Reader.
+ Módulo para visualización incrustada de EPUB en Open Journal Systems y Open Monograph Press con Bibi EPUB Reader.
+ A plugin for viewing embedded EPUBs in Open Journal Systems and Open Monograph Press using Bibi Epub Reader.]]>
+ A plugin for viewing embedded EPUBs in Open Journal Systems and Open Monograph Press using Bibi Epub Reader.]]>
+ Módulo para visualización incrustada de EPUB en Open Journal Systems y Open Monograph Press con Bibi EPUB Reader.]]>
+ Plugin para visualização embutida de EPUBs no Open Journal Systems e Open Monograph Press utilizando o Bibi Epub Reader.]]>
+
+ Lepidus Tecnologia Team
+ Lepidus Tecnologia
+ contato@lepidus.com.br
+
+
+ https://github.com/lepidus/epubViewer/releases/download/v1.0.5/epubViewer.tar.gz
+
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+
+ This is the first release of this plugin to be sent to PKP Plugin Gallery. Its main functionality is to display embedded EPUBs files in publications.
+ This is the first release of this plugin to be sent to PKP Plugin Gallery. Its main functionality is to display embedded EPUBs files in publications.
+ Esta es la primera versión de este módulo que se envía a la Galería de módulos de PKP. Su funcionalidad principal es mostrar archivos EPUBs incrustados en publicaciones.
+ Esta é a primeira versão deste plugin a ser enviada para a galeria de plugins da PKP. Sua principal funcionalidade é exibir arquivos EPUBs embutidos nas publicações.
+
+
+ https://github.com/lepidus/epubViewer/releases/download/v2.0.0/epubViewer.tar.gz
+
+ ~3.4.0.0
+
+ ~3.4.0.0
+
+
+
+ This release adds support for 3.4.0-x application releases.
+ Esta versión agrega soporte para las versiones de aplicaciones 3.4.0-x
+ Essa versão adiciona suporte às versões 3.4.0-x das aplicações.
+
+
+
+ Inline Html Galley
+ Inline Html Galley
+ https://github.com/ulsdevteam/inlineHtmlGalley
+ This plugin provides inline display of article galleys.
+ This plugin provides inline display of article galleys.
+ This plugin provides inline display of article galleys. It replaces the default HTML Article Galley plugin's use of an iframe to deliver the HTML Galleys.
+ This plugin provides inline display of article galleys. It replaces the default HTML Article Galley plugin's use of an iframe to deliver the HTML Galleys.
+
+ University Library System
+ University of Pittsburgh
+ uls-systemsdevelopment@pitt.edu
+
+
+ https://github.com/ulsdevteam/inlineHtmlGalley/releases/download/v1.2.0-0/inlineHtmlGalley-1.2.0-0.tar.gz
+
+ 3.1.1.4
3.1.2.0
3.1.2.1
3.1.2.2
3.1.2.3
3.1.2.4
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
-
- Registration Notification Plugin v2.0.0.1 (Compatible with OJS/OMP 3.1.2).
+
+ Release of the inlineHtmlGalley plugin for OJS 3.x
-
- Control Public Files
- https://github.com/pkp/controlPublicFiles
- Limit who can upload public files and what kind of files they can upload.
- Users can upload images wherever they are presented with a rich text editor that includes the image upload control. This includes places like the About the Journal section as well as the user biography in every user's profile area.
- This plugin provides settings to restrict who can upload, what kind of files they can upload, and how large their directory of files can grow.
- ]]>
+
+ Plaudit
+ Plaudit
+ Plaudit
+ Plaudit
+ https://github.com/lepidus/plaudit
+ This plugin adds the Plaudit widget to the submission details on the submission's landing page.
+ This plugin adds the Plaudit widget to the submission details on the submission's landing page.
+ Este plugin adiciona o widget Plaudit aos detalhes na página pública da submissão.
+ Este módulo agrega el widget Plaudit a los detalles de envío en el sitio público.
+ This plugin adds the Plaudit widget to the submission details on the submission's landing page.]]>
+ This plugin adds the Plaudit widget to the submission details on the submission's landing page.]]>
+ Este plugin adiciona o widget Plaudit aos detalhes na página pública da submissão.]]>
+ Este módulo agrega el widget Plaudit a los detalles de envío en el sitio público.]]>
- Public Knowledge Project
- Public Knowledge Project
- pkp.contact@sfu.ca
+ Lepidus Tecnologia Team
+ Lepidus Tecnologia
+ contato@lepidus.com.br
-
- https://github.com/pkp/controlPublicFiles/releases/download/1.0.0.0/controlPublicFiles-1.0.0.0.tar.gz
-
- 3.2.0.0
- 3.2.0.1
- 3.2.0.2
+
+ https://github.com/lepidus/plaudit/releases/download/v1.0.1/plaudit.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This is the first release of this plugin to be sent to PKP Plugin Gallery. Its main functionality is to add the Plaudit widget to the submission details on the submission's landing page.
+ This is the first release of this plugin to be sent to PKP Plugin Gallery. Its main functionality is to add the Plaudit widget to the submission details on the submission's landing page.
+ Esta es la primera versión de este módulo que se envía a la Galería de módulos de PKP. Su funcionalidad principal es agregar el widget Plaudit a los detalles de envío en el sitio web público.
+ Esta é a primeira versão deste plugin a ser enviada para a galeria de plugins da PKP. Sua principal funcionalidade é adicionar o widget Plaudit aos detalhes na página pública da submissão.
+
+
+ https://github.com/lepidus/plaudit/releases/download/v1.0.2/plaudit.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
- 3.2.0.0
- 3.2.0.1
- 3.2.0.2
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
- 3.2.0.0
- 3.2.0.1
- 3.2.0.2
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This release adds support for OJS and OMP in versions 3.3.0-x.
+ This release adds support for OJS and OMP in versions 3.3.0-x.
+ Esta versión agrega compatibilidad con OJS y OMP en las versiones 3.3.0-x.
+ Esta versão adiciona suporte para o OJS e OMP nas versões 3.3.0-x.
+
+
+ https://github.com/lepidus/plaudit/releases/download/v1.0.3/plaudit.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
-
- Initial release for OJS/OMP v3.2.
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ This is the first version of the plugin compatible with OJS and OMP, in versions 3.3.0-x. It brings usability improvements over the previous version.
+ This is the first version of the plugin compatible with OJS and OMP, in versions 3.3.0-x. It brings usability improvements over the previous version.
+ Esta es la primera versión del módulo compatible con OJS y OMP, en las versiones 3.3.0-x. Trae mejoras de usabilidad en comparación con la versión anterior.
+ Esta é a primeira versão do plugin compatível com OJS e OMP, nas versões 3.3.0-x. Traz melhorias de usabilidade em relação à versão anterior.
+
+
+ https://github.com/lepidus/plaudit/releases/download/v2.0.0/plaudit.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ This release adapts the plugin, adding compatibility with OJS/OPS/OMP 3.4.0
+ Esta versión adapta el módulo, agregando compatibilidad con OJS/OPS/OMP 3.4.0
+ Esta versão adapta o plugin, adicionando compatibilidade com OJS/OPS/OMP 3.4.0
-
- Text Editor Extras
- https://github.com/pkp/textEditorExtras
- Add controls to the rich text editor to upload images, manipulate the HTML code, and add tables.
- This plugin provides settings to turn on extra controls for the rich text editor and to specify which fields should receive the additional controls.
- ]]>
+
+ Toggle Required Metadata
+ Toggle Required Metadata
+ Alternar Metadados requeridos
+ Alternar los metadatos requeridos
+ https://github.com/lepidus/toggleRequiredMetadata
+ This plugin makes the "affiliation" and "ORCID" fields required.
+ This plugin makes the "affiliation" and "ORCID" fields required.
+ Este plugin torna os campos "afiliação" e "ORCID" de preenchimento obrigatório.
+ Este plugin hace que los campos "afiliación" y "ORCID" sean obligatorios.
+ This plugin makes the "affiliation" and "ORCID" fields required.]]>
+ This plugin makes the "affiliation" and "ORCID" fields required.]]>
+ Este plugin torna os campos "afiliação" e "ORCID" de preenchimento obrigatório.]]>
+ Este módulo hace que los campos "afiliación" y "ORCID" sean obligatorios.]]>
- Public Knowledge Project
- Public Knowledge Project
- pkp.contact@sfu.ca
+ Lepidus Tecnologia Team
+ Lepidus Tecnologia
+ contato@lepidus.com.br
-
- https://github.com/pkp/textEditorExtras/releases/download/1.0.0.0/textEditorExtras-1.0.0.0.tar.gz
-
- 3.2.0.0
- 3.2.0.1
- 3.2.0.2
+
+ https://github.com/lepidus/toggleRequiredMetadata/releases/download/v1.0.0/toggleRequiredMetadata.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
- 3.2.0.0
- 3.2.0.1
- 3.2.0.2
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
- 3.2.0.0
- 3.2.0.1
- 3.2.0.2
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Makes it required for the authors/contributors of the submission to fill in the "affiliation" field.
+ Makes it required for the authors/contributors of the submission to fill in the "affiliation" field.
+ Obliga a los autores/colaboradores del envío a rellenar el campo "afiliación".
+ Torna obrigatório o preenchimento do campo "afiliação" pelos autores/contribuidores da submissão.
+
+
+ https://github.com/lepidus/toggleRequiredMetadata/releases/download/v1.1.0/toggleRequiredMetadata.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
-
- Initial release for OJS/OMP v3.2.
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Makes the "ORCID" field required.
+ Makes the "ORCID" field required.
+ Hace que el campo "ORCID" sea obligatorio.
+ Torna o campo "ORCID" obrigatório.
+
+
+ https://github.com/lepidus/toggleRequiredMetadata/releases/download/v1.2.2/toggleRequiredMetadata.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Allows configuring the fields to be required through the plugin settings. Checks if ORCID Profile Plugin is disabled to be able to require "ORCID" field.
+ Allows configuring the fields to be required through the plugin settings. Checks if ORCID Profile Plugin is disabled to be able to require "ORCID" field.
+ Permite configurar los campos a ser requeridos a través de la configuración del módulo. Comprueba si el módulo de Perfil ORCID está deshabilitado para poder solicitar el campo "ORCID".
+ Permite configurar os campos a serem requeridos através das configurações do plugin. Verifica se o plugin Perfil ORCID está desativado para que seja possível requerer o campo "ORCID".
+
+
+ https://github.com/lepidus/toggleRequiredMetadata/releases/download/v1.2.3.1/toggleRequiredMetadata.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Allows you to configure the Biography Statement field as required.
+ Allows you to configure the Biography Statement field as required.
+ Permite configurar el campo Resumen de Biografía como obligatorio.
+ Permite configurar o campo Resumo da Biografia como obrigatório.
+
+
+ https://github.com/lepidus/toggleRequiredMetadata/releases/download/v1.2.4/toggleRequiredMetadata.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Add CSRF checks.
+ Add CSRF checks.
+ Añadir comprobación CSRF.
+ Adiciona checagem CSRF.
+
+
+ https://github.com/lepidus/toggleRequiredMetadata/releases/download/v1.2.5/toggleRequiredMetadata.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Feat Bio Statement field required
+ Feat Bio Statement field required
+ Campo obligatorio de declaración de biografía del autor
+ Campo de declaração de biografia do autor obrigatório
+
+
+ https://github.com/lepidus/toggleRequiredMetadata/releases/download/v2.0.0/toggleRequiredMetadata.tar.gz
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ ~3.4.0.0
+
+
+ Adapt plugin for OJS 3.4
+ Adapta el complemento para la versión 3.4 de OJS
+ Adapta plugin para a versão 3.4 do OJS
-
- https://github.com/pkp/textEditorExtras/releases/download/1.0.0.1/textEditorExtras-1.0.0.1.tar.gz
+
+ https://github.com/lepidus/toggleRequiredMetadata/releases/download/v2.0.1/toggleRequiredMetadata.tar.gz
- 3.2.0.0
- 3.2.0.1
- 3.2.0.2
+ ~3.4.0.0
- 3.2.0.0
- 3.2.0.1
- 3.2.0.2
+ ~3.4.0.0
- 3.2.0.0
- 3.2.0.1
- 3.2.0.2
+ ~3.4.0.0
+
+
+ Fixed an error when enabled via Site Settings. Plugin can only be enabled in journals.
+ Corregido un error cuando se habilita a través de la Configuración del sitio. El plugin solo se puede habilitar en revistas.
+ Corrigido um erro quando habilitado via Configurações do Site. O plugin só pode ser habilitado em periódicos.
+
+
+ https://github.com/lepidus/toggleRequiredMetadata/releases/download/v1.2.10/toggleRequiredMetadata.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
-
- This update fixes a bug that prevented image uploads from working in some configurations.
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Fixed an error when enabled via Site Settings. Plugin can only be enabled in journals.
+ Fixed an error when enabled via Site Settings. Plugin can only be enabled in journals.
+ Corregido un error cuando se habilita a través de la Configuración del sitio. El plugin solo se puede habilitar en revistas.
+ Corrigido um erro quando habilitado via Configurações do Site. O plugin só pode ser habilitado em periódicos.
-
- Twitter Block Plugin
- https://github.com/RBoelter/ojs3-twitter-sidebar
- This plugin adds a block to display a Twitter feed in the sidebar.
- This plugin makes it easy to include Twitter feeds in a multi-journal instance without the need to create several custom blocks.Check the how to use guide.
]]>
+
+ DOI in Summary
+ DOI in Summary
+ DOI no Sumário
+ DOI en el Resumen
+ https://github.com/lepidus/doiInSummary
+ Shows the DOI of the articles in the summary of issues and in the home page
+ Shows the DOI of the articles in the summary of issues and in the home page
+ Exibe o DOI dos artigos no sumário das edições e na página inicial
+ Muestra el DOI de los artículos en el resumen de la edición y en la página de inicio
+ Shows the DOI of the articles in the summary of issues and in the home page]]>
+ Shows the DOI of the articles in the summary of issues and in the home page]]>
+ Exibe o DOI dos artigos no sumário das edições e na página inicial]]>
+ Muestra el DOI de los artículos en el resumen de la edición y en la página de inicio]]>
- Ronny Bölter
- Leibniz Institute for Psychology Information
- rb@leibniz-psychology.org
+ Lepidus Tecnologia Team
+ Lepidus Tecnologia
+ contato@lepidus.com.br
-
- https://github.com/RBoelter/twitterBlock/releases/download/1.0.0.0/twitterBlock-1.0.0.0.tar.gz
+
+ https://github.com/lepidus/doiInSummary/releases/download/v1.3.0/doiInSummary.tar.gz
- 3.1.2.4
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
- Initial release
+ Shows the DOI of the articles in the summary of issues and in the home page
+ Shows the DOI of the articles in the summary of issues and in the home page
+ Exibe o DOI dos artigos no sumário das edições e na página inicial
+ Muestra el DOI de los artículos en el resumen de la edición y en la página de inicio
-
-
- Announcements Block
- https://github.com/RBoelter/announcementsBlock
- This plugin adds a block to display announcements in the sidebar.
- This plugin makes it easy to show the latest announcements in the sidebar. It allows you to specify how many announcements are displayed.Check the "how to use" guide on GitHub
]]>
-
- Ronny Bölter
- Leibniz Institute for Psychology Information, Trier, Germany
- rb@leibniz-psychology.org
-
-
- https://github.com/RBoelter/announcementsBlock/releases/download/1.0.0.0/announcementsBlock-1.0.0.0.tar.gz
+
+ https://github.com/lepidus/doiInSummary/releases/download/v1.3.1/doiInSummary.tar.gz
- 3.1.2.4
3.2.0.0
3.2.0.1
3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
- Initial release
+ Fixes compatibility problem with PHP 8
+ Fixes compatibility problem with PHP 8
+ Corrige problema de compatibilidade com PHP 8
+ Soluciona un problema de compatibilidad con PHP 8
+
+
+ https://github.com/lepidus/doiInSummary/releases/download/v2.0.0/doiInSummary.tar.gz
+
+ ~3.4.0.0
+
+
+ This release adds support for 3.4.0-x application releases
+ This release adds support for 3.4.0-x application releases
+ Essa versão adiciona suporte às versões 3.4.0-x das aplicações
+ Esta versión agrega soporte para las versiones de aplicaciones 3.4.0-x
-
- Sword Server Plugin
- https://github.com/quoideneuf/swordServer
- Permits the use of the SWORD protocol to receive deposits from other applications.
- This plugin permits the use of the SWORDv2 protocol to allow OJS to receive deposit documents from other systems.]]>
+
+ Gopher Theme
+ Gopher Theme
+ https://github.com/UMNLibraries/ojs-gopher-theme
+ A modern, simple theme with a focus on accessibility.
+ A modern, simple theme with a focus on accessibility.
+ A modern, simple theme with a focus on accessibility. This theme was developed by PKP with the support of the University of Minnesota Libraries. The initial release supports OJS 3.3.]]>
+ A modern, simple theme with a focus on accessibility. This theme was developed by PKP with the support of the University of Minnesota Libraries. The initial release supports OJS 3.3.]]>
- Public Knowledge Project
- Public Knowledge Project
- pkp.contact@sfu.ca
+ Publishing Team
+ University of Minnesota Libraries
+ libpubs@umn.edu
-
- https://github.com/pkp/swordServer/releases/download/v0.0.0.1/swordServer-v0.0.0.1.tar.gz
+
+ https://github.com/UMNLibraries/ojs-gopher-theme/releases/download/1_0_0-0/ojs-gopher-theme-1_0_0-0.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+ Initial release.
+
+
+ https://github.com/UMNLibraries/ojs-gopher-theme/releases/download/1_0_0-1/ojs-gopher-theme-1_0_0-1.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+ Fixed base directory name.
+ Fixed base directory name.
+
+
+ https://github.com/UMNLibraries/ojs-gopher-theme/releases/download/1_0_0-2/gopher-1_0_0-2.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+ Updated version and download metadata to match.
+ Updated version and download metadata to match.
+
+
+ https://github.com/UMNLibraries/ojs-gopher-theme/releases/download/1_0_1-0/gopher-1_0_1-0.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+ Design changes and bug fixes.
+ Design changes and bug fixes.
+
+
+ https://github.com/UMNLibraries/ojs-gopher-theme/releases/download/1_0_2-0/gopher-1_0_2-0.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+ Template and language fixes in locale.po.
+ Template and language fixes in locale.po.
+
+
+
+ Academic Free Theme
+ Academic Free Theme
+ https://github.com/openjournalteam/academicFree
+ Academic Free Theme by openjournaltheme.com
+ Academic Free Theme by openjournaltheme.com
+ openjournaltheme.com]]>
+ openjournaltheme.com]]>
+
+ Open Journal Theme Team
+ Open Journal Theme
+ support@openjournaltheme.com
+
+
+ https://github.com/openjournalteam/academicFree/releases/download/v3_3_1-1/academicFree-v3_3_1-1.tar.gz
+
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Initial release on OJS Plugin Gallery
+
+
+
+ Conference publishing
+ Conference publishing
+ https://github.com/withanage/conference
+ Enables conference support for OJS
+ Enables conference support for OJS
+
+ Enables conferences to be hosted in OJS. When enabled, conference-related metadata gets added automatically and the backend and frontend will be changed to reflect conference publication software]]>
+
+ Enables conferences to be hosted in OJS. When enabled, conference-related metadata gets added automatically and the backend and frontend will be changed to reflect conference publication software]]>
+
+ Dulip Withanage
+ TIB: German National Library of Science and Technology
+ dulip.withanage@gmail.com
+
+
+ https://github.com/withanage/conference/releases/download/v3_3_0-4/conference-v3_3_0-4.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Public release
+
+
+ https://github.com/withanage/conference/releases/download/v3_3_0-5/conference-v3_3_0-5.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Public release
+
+
+ https://github.com/withanage/conference/releases/download/v3_3_3-10/conference-v3_3_3-10.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Third party additions
+
+
+ https://github.com/withanage/conference/releases/download/v3_4_0-1/conference-v3_4_0-1.tar.gz
- 3.2.0.0
- 3.2.0.1
- 3.2.0.2
+ ~3.4.0.0
-
- Initial release
+
+ OJS 3.4 support
-
- Returning Author Screening Plugin
- https://github.com/pkp/returningAuthorScreening
- Permits authors who already have at least one published submission to self-publish subsequent submissions.
- This plugin permits authors who already have at least one published submission to self-publish subsequent submissions.]]>
+
+ Custom Questions
+ Custom Questions
+ Perguntas Personalizadas
+ Preguntas personalizadas
+ https://github.com/lepidus/customQuestions
+ Plugin to add custom questions to submission wizard
+ Plugin to add custom questions to submission wizard
+ Plugin to add custom questions to submission wizard
+ Plugin para adicionar perguntas personalizadas ao fluxo de submissão
+ Módulo para agregar preguntas personalizadas al asistente de envío.
+ Módulo para agregar preguntas personalizadas al asistente de envío.
+ A plugin to add custom questions to submission wizard]]>
+ A plugin to add custom questions to submission wizard]]>
+ Módulo para agregar preguntas personalizadas al asistente de envío.]]>
+ Módulo para agregar preguntas personalizadas al asistente de envío.]]>
+ Um plugin para adicionar perguntas personalizadas ao fluxo de submissão]]>
- Public Knowledge Project
- Public Knowledge Project
- pkp.contact@sfu.ca
+ SciELO Brazil Online Submission and Preprints Unit
+ SciELO in collaboration with Lepidus
+ scielo.submission@scielo.org
-
- https://github.com/pkp/returningAuthorScreening/releases/download/v1.0.0-0/returningAuthorScreening-v1.0.0-0.tar.gz
+
+ https://github.com/lepidus/customQuestions/releases/download/v1.0.0/customQuestions.tar.gz
- 3.2.0.0
- 3.2.0.1
- 3.2.0.2
+ ~3.4.0.0
-
- Initial release
+
+ Manage custom questions to be answered by authors during the submission Details step.
+ Administre preguntas personalizadas que deben ser respondidas por los autores durante el paso Detalles del envío.
+ Gerencie perguntas personalizadas a serem respondidas pelos autores durante o passo Detalhes da submissão.
+
+
+ https://github.com/lepidus/customQuestions/releases/download/v1.0.1/customQuestions.tar.gz
+
+ ~3.4.0.0
+
+
+ Ensures the question is related to the current journal.
+ Asegura que la pregunta esté relacionada con el diario actual.
+ Garante que a pergunta esteja relacionada ao revista atual.
-
- Open Graph Plugin
- Open Graph -lisäosa
- https://github.com/ajnyga/openGraph
- Open Graph Plugin presents published content using the Open Graph protocol.
- Open Graph -lisäosa esittää metadatan Open Graph -protokollan mukaisessa muodossa.
- Open Graph Plugin presents published content using the Open Graph protocol. Open Graph tags are used when you content is shared in Facebook]]>
- Open Graph -lisäosa esittää metadatan Open Graph -protokollan mukaisessa muodossa. Tietoja käytetään, kun julkaistua sisältöä jaetaan Facebookissa.]]>
+
+ CRediT Plugin
+ CRediT Plugin
+ https://github.com/asmecher/credit
+ Plugin to add CRediT contributor role vocabulary to submission contributors
+ Plugin to add CRediT contributor role vocabulary to submission contributors
+ A plugin to add support for the NISO CRediT contributor role vocabulary.]]>
+ A plugin to add support for the NISO CRediT contributor role vocabulary.]]>
- Antti-Jussi Nygård
- The Federation of Finnish Learned Societies
- ajnyga@gmail.com
+ Alec Smecher
+ Public Knowledge Project
+ pkp.contact@gmail.com
-
- https://github.com/ajnyga/openGraph/releases/download/1.0.0.0/openGraph.tar.gz
-
- 3.2.0.0
+
+ https://github.com/asmecher/credit/releases/download/v1_1_0-0/credit-v1_1_0-0.tar.gz
+
+ ~3.4.0.0
-
- 3.2.0.0
+
+ Initial release of the CRediT plugin for OJS 3.4.0.
+ Initial release of the CRediT plugin for OJS 3.4.0.
+
+
+
+ Journal Editor Restriction Plugin
+ Journal Editor Restriction Plugin
+ https://openjournaltheme.com/docs/ojs-product-documentation-free/journal-editor-restriction-plugin/
+ Restricts some access for Journal Editors
+ Restricts some access for Journal Editors
+ This plugin will disable access for Journal Editors to the following sections:
+
+ - Journal Settings
+ - Website Settings
+ - Workflow Settings
+ - Distribution Settings
+ - Users & Roles
+ - Tools
+
]]>
+ This plugin will disable access for Journal Editors to the following sections:
+
+ - Journal Settings
+ - Website Settings
+ - Workflow Settings
+ - Distribution Settings
+ - Users & Roles
+ - Tools
+
]]>
+
+ Open Journal Theme Team
+ Open Journal Theme
+ support@openjournaltheme.com
+
+
+ https://github.com/openjournalteam/journalEditorRestriction/releases/download/1.0.0.1/journalEditorRestriction.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
-
- 3.2.0.0
+
+ Initial release on OJS Plugin Gallery
+
+
+
+ DOI For Translation
+ DOI Para Tradução
+ DOI Para La Traducción
+ https://github.com/lepidus/doiForTranslation
+ Allows the creation of submissions which are translations of others
+ Permite a criação de submissões que são traduções de outras
+ Permite crear envíos que son traducciones de otros envíos
+ Allows the creation of submissions which are translations of others]]>
+ Permite a criação de submissões que são traduções de outras]]>
+ Permite crear envíos que son traducciones de otros envíos]]>
+
+ Lepidus Tecnologia Team
+ Lepidus Tecnologia
+ contato@lepidus.com.br
+
+
+ https://github.com/lepidus/DoiForTranslation/releases/download/v1.0.3.2/doiForTranslation.tar.gz
+
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
- Initial release of the Open Graph Plugin.
+ This release allows you to create a copy of a submission, where this new submission represents a translation of the original in a certain language. In addition, it will send Crossref the hasTranslation/isTranslationOf relationship linking the DOI of the original language with the DOI of the submission that is a translation.
+ Esta versão permite que você crie uma cópia de uma submissão, em que representa uma tradução do original em um determinado idioma. Além disso, ela enviará ao Crossref a relação hasTranslation/isTranslationOf que vincula o DOI do idioma original ao DOI do envio que é uma tradução.
+ Esta versión le permite crear una copia de un envío, donde este nuevo envío representa una traducción del original en un idioma determinado. Además, enviará a Crossref la relación hasTranslation/isTranslationOf que vincula el DOI del idioma original con el DOI del envío que es una traducción.
-
- Publons Reviewer Recognition Plugin
- https://github.com/publons/ojs_3_plugin/
- This plugin enables integration with Publons Reviewer Recognition Service.
-
+
+ Review Reminder
+ Lembrete de Avaliação
+ Recordatorio de Revisión
+ https://github.com/lepidus/reviewReminder
+ Sends a review reminder email to assigned reviewers.
+ Envia um e-mail com lembrete de avaliação para avaliadores designados.
+ Envía un correo electrónico de recordatorio de revisión a los revisores asignados.
+ Sends a review reminder email to assigned reviewers.]]>
+ Envia um e-mail com lembrete de avaliação para avaliadores designados.]]>
+ Envía un correo electrónico de recordatorio de revisión a los revisores asignados.]]>
- Publons
- Publons
- ojs@publons.com
+ Lepidus Tecnologia Team
+ Lepidus Tecnologia
+ contato@lepidus.com.br
-
- https://github.com/publons/ojs_3/releases/download/3.2.2.0/publons.tar.gz
+
+ https://github.com/lepidus/reviewReminder/releases/download/v0.0.0.6/reviewReminder.tar.gz
- 3.1.0.0
- 3.1.0.1
- 3.1.1.0
- 3.1.1.1
- 3.1.1.2
- 3.1.1.4
- 3.1.2.0
- 3.1.2.1
- 3.1.2.2
- 3.1.2.3
- 3.1.2.4
+ ~3.4.0.0
-
- Minor improvements for Portuguese translations.
+
+ This plugin sends a reminder to the reviewer's email address when they are assigned to a submission. The reminder informs them of the review period, which can be added to major digital calendars.
+ Esse plugin envia um lembrete para o endereço de e-mail do avaliador quando ele é atribuído a uma submissão. O lembrete os informa sobre o período de revisão, que pode ser adicionado aos principais calendários digitais.
+ Este módulo envía un recordatorio a la dirección de correo electrónico del revisor cuando se le asigna un envío. El recordatorio les informa del periodo de revisión, que puede añadirse a los principales calendarios digitales.
+
+
+
+ Article Metrics
+ Article Metrics
+ https://github.com/indakabarody/articleMetrics
+ Shows the abstract views, article downloads and article DOI in the summary of issues and in the home page
+ Shows the abstract views, article downloads and article DOI in the summary of issues and in the home page
+ Shows the abstract views, article downloads and article DOI in the summary of issues and in the home page]]>
+ Shows the abstract views, article downloads and article DOI in the summary of issues and in the home page]]>
+
+ Indaka Barody
+ Indonesian Journal Publisher
+ indakabarody16@gmail.com
+
+
+ https://github.com/indakabarody/articleMetrics/releases/download/v1.0.0/articleMetrics.tar.gz
+
+ 3.2.0.0
+ 3.2.0.1
+ 3.2.0.2
+ 3.2.0.3
+ 3.2.0.4
+ 3.2.1.0
+ 3.2.1.1
+ 3.2.1.2
+ 3.2.1.3
+ 3.2.1.4
+ 3.2.1.5
+ 3.3.0.0
+ 3.3.0.1
+ 3.3.0.2
+ 3.3.0.3
+ 3.3.0.4
+ 3.3.0.5
+ 3.3.0.6
+ 3.3.0.7
+ 3.3.0.8
+ 3.3.0.9
+ 3.3.0.10
+ ~3.3.0.0
+
+
+ Initial release.
+ Initial release.
-
\ No newline at end of file
+
diff --git a/plugins.xsd b/plugins.xsd
new file mode 100644
index 00000000..805803b6
--- /dev/null
+++ b/plugins.xsd
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+