Skip to content

Commit 5a24f21

Browse files
committed
Merge branch 'fix_encryption_class_import' into 'main'
Fixes encryption class import See merge request softwares-pkp/plugins_ojs/thoth-omp-plugin!56
2 parents 315816d + c5e2682 commit 5a24f21

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)