Skip to content

Commit

Permalink
pkp/pkp-lib#10671 Fix filters for user import/export plugin and class…
Browse files Browse the repository at this point in the history
…loading modernization
  • Loading branch information
asmecher committed Jan 8, 2025
1 parent da3358a commit 72bbffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
<migration class="PKP\migration\upgrade\v3_4_0\I9039_DropDeprecatedFields"/>
<migration class="APP\migration\upgrade\v3_4_0\I8933_EventLogLocalized"/>
<migration class="APP\migration\upgrade\v3_4_0\I7470_FixDeprecatedFileStage"/>
<migration class="APP\migration\upgrade\v3_4_0\FilterClassNames"/>
<note file="docs/release-notes/README-3.4.0" />
</upgrade>

Expand Down Expand Up @@ -158,6 +157,8 @@
<migration class="PKP\migration\upgrade\v3_5_0\I10292_RemoveControlledVocabEntrySettingType"/>
<migration class="PKP\migration\upgrade\v3_5_0\I10292_UpdateControlledVocabAssocId"/>
<migration class="PKP\migration\upgrade\v3_5_0\I10292_UpdateControlledVocabEntrySettingName"/>
<migration class="APP\migration\upgrade\v3_4_0\FilterClassNames"/>
<note file="docs/release-notes/README-3.5.0" />
</upgrade>

<!-- update plugin configuration - should be done as the final upgrade task -->
Expand Down

0 comments on commit 72bbffa

Please sign in to comment.