Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix stable 3 4 0 8592 fix notification subscription settings integrity #4321

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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">
jonasraoni marked this conversation as resolved.
Show resolved Hide resolved
<!-- 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/googleAnalytics
2 changes: 1 addition & 1 deletion plugins/generic/googleScholar
Loading