Skip to content

Commit

Permalink
Merge pull request pkp#4321 from jonasraoni/bugfix-stable-3_4_0-8592-…
Browse files Browse the repository at this point in the history
…fix-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 be89fe6 + 05ec63c commit 6ab8b9d
Show file tree
Hide file tree
Showing 8 changed files with 13 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
6 changes: 6 additions & 0 deletions dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,13 @@
<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>

<upgrade minversion="3.4.0.0" maxversion="3.4.9.9">
<!-- Needs to be re-executed on every minor upgrade, the user might still be using an outdated plugin -->
<migration class="APP\migration\upgrade\v3_4_0\I9813_QuickSubmitSubmissionProgressType"/>
</upgrade>

Expand Down
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
2 changes: 1 addition & 1 deletion plugins/generic/googleScholar

0 comments on commit 6ab8b9d

Please sign in to comment.