Skip to content

Commit 8d1465a

Browse files
Merge pull request #29 from lepidus/main
Feature/fix encryption class import (OMP 3.4.0)
2 parents c99a373 + 5a24f21 commit 8d1465a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ThothSettingsForm.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @brief Form for managers to modify Thoth plugin settings
1717
*/
1818

19-
use APP\plugins\generic\thoth\classes\APIKeyEncryption;
19+
use APP\plugins\generic\thoth\lib\APIKeyEncryption;
2020
use PKP\form\Form;
2121
use PKP\form\validation\FormValidatorCSRF;
2222
use PKP\form\validation\FormValidatorCustom;

version.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<version>
44
<application>thoth</application>
55
<type>plugins.generic</type>
6-
<release>0.2.5.0</release>
7-
<date>2025-02-20</date>
6+
<release>0.2.5.1</release>
7+
<date>2025-03-18</date>
88
<lazy-load>1</lazy-load>
99
<class>ThothPlugin</class>
1010
</version>

0 commit comments

Comments
 (0)