Skip to content

Commit

Permalink
Merge pull request #1602 from jonasraoni/bugfix-stable-3_4_0-8592-fix…
Browse files Browse the repository at this point in the history
…-notification_subscription_settings-integrity

Bugfix stable 3 4 0 8592 fix notification subscription settings integrity
  • Loading branch information
jonasraoni authored Jun 19, 2024
2 parents e9744b0 + a6ce1e8 commit 3620fc3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@
<migration class="PKP\migration\upgrade\v3_4_0\I9830_FixEmptyUserLocales" />
</upgrade>

<upgrade minversion="3.4.0.0" maxversion="3.4.0.5">
<!-- Only new 3.4 installations need this fix -->
<migration class="PKP\migration\upgrade\v3_4_0\I8592_SiteNotificationSubscriptions"/>
</upgrade>

<!-- Update plugin configuration - should be done as the final upgrade task -->
<code function="addPluginVersions" />
</install>
2 changes: 1 addition & 1 deletion lib/ui-library
2 changes: 1 addition & 1 deletion plugins/generic/acron
2 changes: 1 addition & 1 deletion plugins/generic/citationStyleLanguage
2 changes: 1 addition & 1 deletion plugins/generic/googleAnalytics

0 comments on commit 3620fc3

Please sign in to comment.