Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
lrosenstrom committed Jun 30, 2022
2 parents 588a30d + aae72c0 commit 84342a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions fgsMetsMods/OAIMetadataFormatPlugin_FgsMetsMods.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @file OAIMetadataFormatPlugin_FgsMetsMods.inc.php
*
* Copyright (c) 2021 National Library of Sweden
* Copyright (c) 2022 National Library of Sweden
* Distributed under the GNU GPL v3. For full terms see LICENSE in the plugin repository root.
*
* @class OAIMetadataFormatPlugin_FgsMetsMods
Expand Down Expand Up @@ -57,7 +57,7 @@ static function getNamespace() {
}

static function getVersion() {
return '1.1.4';
return '1.1.5';
}

static function getUrl() {
Expand Down
2 changes: 1 addition & 1 deletion fgsMetsMods/OAIMetadataFormat_FgsMetsMods.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @file OAIMetadataFormat_FgsMetsMods.inc.php
*
* Copyright (c) 2021 National Library of Sweden
* Copyright (c) 2022 National Library of Sweden
* Distributed under the GNU GPL v3. For full terms see LICENSE in the plugin repository root.
*
* @class OAIMetadataFormat_FgsMetsMods
Expand Down
5 changes: 1 addition & 4 deletions fgsMetsMods/templates/record.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{*
* Copyright (c) 2021 National Library of Sweden
* Copyright (c) 2022 National Library of Sweden
* Distributed under the GNU GPL v3. For full terms see LICENSE in the plugin repository root.
*
* FGS-PUBL METS/MODS metadata record for an article.
Expand Down Expand Up @@ -75,9 +75,6 @@
{assign var=affiliation value=$author->getAffiliation($journal->getPrimaryLocale())}
{if $affiliation}
<mods:affiliation>{$affiliation|escape}</mods:affiliation>{/if}
{if $author->getData('orcid')}
<mods:nameIdentifier type="orcid">{$author->getOrcid('orcid')|escape}</mods:nameIdentifier>
{/if}
</mods:name>
{/foreach}
<mods:titleInfo lang="{$articleLanguage|escape}">
Expand Down
4 changes: 2 additions & 2 deletions fgsMetsMods/version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<version>
<application>fgsMetsMods</application>
<type>plugins.oaiMetadataFormats</type>
<release>1.1.4</release>
<date>2021-09-08</date>
<release>1.1.5</release>
<date>2022-06-30</date>
</version>

0 comments on commit 84342a0

Please sign in to comment.