Skip to content

Commit

Permalink
Merge pull request pkp#4330 from jonasraoni/bugfix-main-8592-fix-noti…
Browse files Browse the repository at this point in the history
…fication_subscription_settings-integrity

Bugfix main 8592 fix notification subscription settings integrity
  • Loading branch information
jonasraoni authored Jun 19, 2024
2 parents 4e14076 + c391cf1 commit a0cbba6
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function up(): void
return;
}
if ($installedQuickSubmitPluginVersion->compare($thresholdVersion) === 0) {
$this->_installer->log('WARNING: You are using an old version of the QuickSubmit plugin, that is not supported any more. Please upgrade the QuickSubmit plugin via plugin gallery immediatelly after this upgrade.');
$this->_installer->log('WARNING: You are using an old version of the QuickSubmit plugin, that is not supported anymore. Please upgrade the QuickSubmit plugin via plugin gallery immediately after this upgrade.');
}

foreach ($this->getStepMap() as $oldValue => $newValue) {
Expand Down
4 changes: 4 additions & 0 deletions dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@
<migration class="PKP\migration\upgrade\v3_4_0\I9830_FixEmptyUserLocales"/>
</upgrade>

<upgrade minversion="3.4.0.0" maxversion="3.4.0.5">
<migration class="PKP\migration\upgrade\v3_4_0\I8592_SiteNotificationSubscriptions"/>
</upgrade>

<upgrade minversion="3.4.0.0" maxversion="3.4.9.9">
<migration class="APP\migration\upgrade\v3_4_0\I9813_QuickSubmitSubmissionProgressType"/>
</upgrade>
Expand Down
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
2 changes: 1 addition & 1 deletion plugins/generic/googleScholar
2 changes: 1 addition & 1 deletion plugins/generic/staticPages

0 comments on commit a0cbba6

Please sign in to comment.