-
Notifications
You must be signed in to change notification settings - Fork 50
Add selectionOfReviewingInterests plugin to gallery #469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,7 +49,7 @@ | |
| <package>https://github.com/ub-unibe-ch/iiifViewer/archive/refs/tags/ojs.v.1.1.0.0.tar.gz</package> | ||
| <compatibility application="ojs2"> | ||
| <version>3.5.0.0</version> | ||
| <version>3.5.0.1</version> | ||
| <version>3.5.0.1</version> | ||
| </compatibility> | ||
| <certification type="official"/> | ||
| <description>initial release</description> | ||
|
|
@@ -58,7 +58,7 @@ | |
| <package>https://github.com/ub-unibe-ch/iiifViewer/archive/refs/tags/omp.v.1.1.0.0.tar.gz</package> | ||
| <compatibility application="omp"> | ||
| <version>3.5.0.0</version> | ||
| <version>3.5.0.1</version> | ||
| <version>3.5.0.1</version> | ||
| </compatibility> | ||
| <certification type="official"/> | ||
| <description>initial release</description> | ||
|
|
@@ -15976,4 +15976,59 @@ the registration of DOIs with mEDRA.</p>]]></description> | |
| <description>Initial release for 3.5.0-3+</description> | ||
| </release> | ||
| </plugin> | ||
| <plugin category="generic" product="selectionOfReviewingInterests"> | ||
| <name locale="en">Selection Field in Reviewing Interests Area</name> | ||
| <name locale="en_US">Selection Field in Reviewing Interests Area</name> | ||
| <name locale="pt_BR">Campo de seleção no campo Áreas de Interesse de Avaliação</name> | ||
| <name locale="es">Campo de selección en el área de Intereses de Revisión</name> | ||
| <name locale="es_ES">Campo de selección en el área de Intereses de Revisión</name> | ||
| <homepage>https://github.com/lepidus/selectionOfReviewingInterests</homepage> | ||
| <summary locale="en">Adds a selection field in the Reviewing Interests Area, with options defined from the plugin settings.</summary> | ||
| <summary locale="en_US">Adds a selection field in the Reviewing Interests Area, with options defined from the plugin settings.</summary> | ||
| <summary locale="pt_BR">Adiciona um campo de seleção na Áreas de Interesse de Avaliação, com as opções sendo definidas a partir das configurações do plugin.</summary> | ||
| <summary locale="es">Añade un campo de selección en el área de Intereses de Revisión, con opciones definidas desde la configuración del plugin.</summary> | ||
| <summary locale="es_ES">Añade un campo de selección en el área de Intereses de Revisión, con opciones definidas desde la configuración del plugin.</summary> | ||
| <description locale="en"><![CDATA[<p>Adds a selection field in the Reviewing Interests Area, with options defined from the plugin settings.</p>]]></description> | ||
| <description locale="en_US"><![CDATA[<p>Adds a selection field in the Reviewing Interests Area, with options defined from the plugin settings.</p>]]></description> | ||
| <description locale="pt_BR"><![CDATA[<p>Adiciona um campo de seleção na Áreas de Interesse de Avaliação, com as opções sendo definidas a partir das configurações do plugin.</p>]]></description> | ||
| <description locale="es"><![CDATA[<p>Añade un campo de selección en el área de Intereses de Revisión, con opciones definidas desde la configuración del plugin.</p>]]></description> | ||
| <description locale="es_ES"><![CDATA[<p>Añade un campo de selección en el área de Intereses de Revisión, con opciones definidas desde la configuración del plugin.</p>]]></description> | ||
| <maintainer> | ||
| <name>Lepidus Tecnologia Team</name> | ||
| <institution>Developed by Lepidus Tecnologia</institution> | ||
| <email>contato@lepidus.com.br</email> | ||
| </maintainer> | ||
| <release date="2026-02-25" version="1.0.0.2" md5="a9afb070bd6741e217615c641bd4f0db"> | ||
| <package>https://github.com/lepidus/selectionOfReviewingInterests/releases/download/v1.0.0.2/selectionOfReviewingInterests.tar.gz</package> | ||
| <compatibility application="ojs2"> | ||
| <version>3.3.0.0</version> | ||
| <version>3.3.0.1</version> | ||
| <version>3.3.0.2</version> | ||
| <version>3.3.0.3</version> | ||
| <version>3.3.0.4</version> | ||
| <version>3.3.0.5</version> | ||
| <version>3.3.0.6</version> | ||
| <version>3.3.0.7</version> | ||
| <version>3.3.0.8</version> | ||
| <version>3.3.0.9</version> | ||
| <version>3.3.0.10</version> | ||
| <version>~3.3.0.0</version> | ||
| </compatibility> | ||
| <certification type="reviewed"/> | ||
| <description locale="en_US">Adds a selection field in the Reviewing Interests Area, with options defined from the plugin settings.</description> | ||
| <description locale="pt_BR">Adiciona um campo de seleção na Áreas de Interesse de Avaliação, com as opções sendo definidas a partir das configurações do plugin.</description> | ||
| <description locale="es_ES">Añade un campo de selección en el área de Intereses de Revisión, con opciones definidas desde la configuración del plugin.</description> | ||
| </release> | ||
| <release date="2026-02-25" version="2.0.0.1" md5="72149caba0a1557640d91fde7f0cd429"> | ||
| <package>https://github.com/lepidus/selectionOfReviewingInterests/releases/download/v2.0.0.1/selectionOfReviewingInterests.tar.gz</package> | ||
| <compatibility application="ojs2"> | ||
| <version>~3.4.0.0</version> | ||
| <version>~3.5.0.0</version> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's generally safest not to try to maintain support for two major branches within the same release -- though it's not a show-stopper for me. I'd recommend maintaining branches named the same as OJS/OMP/OPS releases (e.g.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Duly noted. This version was developed targeting OJS stable-3_5_0. After validating that it also works with stable-3_4_0, we decided to leverage the same version for both. For future developments, we usually maintain separate branches aligned with each supported stable application release. |
||
| </compatibility> | ||
| <certification type="reviewed"/> | ||
| <description locale="en_US">Adds a selection field in the Reviewing Interests Area, with options defined from the plugin settings.</description> | ||
| <description locale="pt_BR">Adiciona um campo de seleção na Áreas de Interesse de Avaliação, com as opções sendo definidas a partir das configurações do plugin.</description> | ||
| <description locale="es_ES">Añade un campo de selección en el área de Intereses de Revisión, con opciones definidas desde la configuración del plugin.</description> | ||
| </release> | ||
| </plugin> | ||
| </plugins> | ||
Uh oh!
There was an error while loading. Please reload this page.