We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 315816d + c5e2682 commit 5a24f21Copy full SHA for 5a24f21
2 files changed
ThothSettingsForm.inc.php
@@ -16,7 +16,7 @@
16
* @brief Form for managers to modify Thoth plugin settings
17
*/
18
19
-use APP\plugins\generic\thoth\classes\APIKeyEncryption;
+use APP\plugins\generic\thoth\lib\APIKeyEncryption;
20
use PKP\form\Form;
21
use PKP\form\validation\FormValidatorCSRF;
22
use PKP\form\validation\FormValidatorCustom;
version.xml
@@ -3,8 +3,8 @@
3
<version>
4
<application>thoth</application>
5
<type>plugins.generic</type>
6
- <release>0.2.5.0</release>
7
- <date>2025-02-20</date>
+ <release>0.2.5.1</release>
+ <date>2025-03-18</date>
8
<lazy-load>1</lazy-load>
9
<class>ThothPlugin</class>
10
</version>
0 commit comments