File tree 3 files changed +6
-7
lines changed
classes/migration/upgrade 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ protected function oldNewVariablesMap(): array
26
26
$ newVariable = 'pressUrl ' ;
27
27
} elseif ($ newVariable === 'contextSignature ' ) {
28
28
$ newVariable = 'pressSignature ' ;
29
- } elseif ($ newVariable === 'contextAcronym ' ) {
30
- $ newVariable = 'pressAcronym ' ;
31
29
}
32
30
});
33
31
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/**
4
- * @file classes/migration/upgrade/v3_4_0 /I11125_UpdateEmailTemplateVariables.php
4
+ * @file classes/migration/upgrade/v3_5_0 /I11125_UpdateEmailTemplateVariables.php
5
5
*
6
- * Copyright (c) 2014- 2025 Simon Fraser University
7
- * Copyright (c) 2000- 2025 John Willinsky
6
+ * Copyright (c) 2025 Simon Fraser University
7
+ * Copyright (c) 2025 John Willinsky
8
8
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
9
9
*
10
10
* @class I11125_UpdateEmailTemplateVariables
11
11
*
12
12
* @brief Migration to update Email Template variable names
13
13
*/
14
14
15
- namespace APP \migration \upgrade \v3_4_0 ;
15
+ namespace APP \migration \upgrade \v3_5_0 ;
16
16
17
- class I11125_UpdateEmailTemplateVariables extends \PKP \migration \upgrade \v3_4_0 \I11125_UpdateEmailTemplateVariables
17
+ class I11125_UpdateEmailTemplateVariables extends \PKP \migration \upgrade \v3_5_0 \I11125_UpdateEmailTemplateVariables
18
18
{
19
19
public function oldToNewVariablesMap (): array
20
20
{
Original file line number Diff line number Diff line change 162
162
<migration class =" PKP\migration\upgrade\v3_4_0\I7624_StrftimeDeprecation" />
163
163
<migration class =" PKP\migration\upgrade\v3_5_0\I11238_PrepareDBForStructuredCitations" />
164
164
<migration class =" APP\migration\upgrade\v3_5_0\I11241_MissingDecisionConstantsUpdate" />
165
+ <migration class =" APP\migration\upgrade\v3_5_0\I11125_UpdateEmailTemplateVariables" />
165
166
<code function =" downloadIPGeoDB" />
166
167
<note file =" docs/release-notes/README-3.5.0" />
167
168
</upgrade >
You can’t perform that action at this time.
0 commit comments