Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed Apr 8, 2020
1 parent dc40136 commit 9c82bd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ OJS3 Plugin for parsing JATS XML and displaying it on article detail page.
3. Activate the plugin from the dashboard.
4. To change image logo in resulted PDF just replace `JATSParser/logo/logo.jpg` file by yours.
## Requirements
* PHP 7.1 or higher
* PHP 7.2 or higher
* OJS theme with Bootstrap 4. If the theme doesn't utilize this library, it must be added alongside with jQuery from the plugin main class (it is [quite straightforward](https://github.com/Vitaliy-1/JATSParserPlugin/blob/0bfbe3acba6841cbfbec01e220d8ae507cde02af/JatsParserPlugin.inc.php#L145-L148)). JATS Parser Plugin is tested with [HealthSciences](https://github.com/pkp/healthSciences), [Classic](https://github.com/Vitaliy-1/classic), and [oldGregg](https://github.com/Vitaliy-1/oldGregg) themes
* OJS 3.1+
* Lens Galley Plugin must be turned off
Expand Down
4 changes: 2 additions & 2 deletions version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<version>
<application>jatsParser</application>
<type>plugins.generic</type>
<release>2.0.1.1</release>
<date>2019-04-03</date>
<release>2.1.0.0</release>
<date>2020-04-08</date>
<lazy-load>1</lazy-load>
<class>JatsParserPlugin</class>
</version>

0 comments on commit 9c82bd2

Please sign in to comment.