Skip to content

Commit

Permalink
Merge pull request #67 from openjournalteam/header/34-journal-url
Browse files Browse the repository at this point in the history
Add Journal URL to headers (Version 34)
  • Loading branch information
thisnugroho authored Mar 13, 2024
2 parents f5b302d + 5996fe0 commit 126a07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions OjtControlPanelPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,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>ojtControlPanel</application>
<type>plugins.generic</type>
<release>3.0.1.1</release>
<release>3.0.1.2</release>
<date>2023-11-28</date>
<lazy-load>0</lazy-load>
<class>OjtControlPanelPlugin</class>
Expand Down

0 comments on commit 126a07a

Please sign in to comment.