Skip to content

Commit

Permalink
Merge pull request #66 from openjournalteam/header/journal-url
Browse files Browse the repository at this point in the history
Add Journal URL to headers.
  • Loading branch information
thisnugroho authored Mar 13, 2024
2 parents 9cb36b4 + 10381f5 commit 6b1bc92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions OjtPlugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public function getHttpClient($headers = [])
'ojt-plugin-version' => $this->getPluginVersion(),
'ojs-version' => $this->getJournalVersion(),
'ojs-version-detail' => $version->getVersionString(),
'journal-url' => $this->getJournalURL(),
'php-version' => PHP_VERSION,
]);

Expand Down
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>
<application>ojtPlugin</application>
<type>plugins.generic</type>
<release>2.0.7.1</release>
<release>2.0.7.2</release>
<date>2023-11-28</date>
<lazy-load>0</lazy-load>
<class>OjtPlugin</class>
Expand Down

0 comments on commit 6b1bc92

Please sign in to comment.