From cb168c147d23794bb0de7e1cd08c2f3c1f40e40e Mon Sep 17 00:00:00 2001 From: Jonas Raoni Soares da Silva Date: Mon, 17 Jun 2024 14:10:38 +0300 Subject: [PATCH 1/4] pkp/pkp-lib#8592 Fixed typo --- .../upgrade/v3_4_0/I9813_QuickSubmitSubmissionProgressType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/migration/upgrade/v3_4_0/I9813_QuickSubmitSubmissionProgressType.php b/classes/migration/upgrade/v3_4_0/I9813_QuickSubmitSubmissionProgressType.php index 002c81d4e58..5cbdabaf971 100644 --- a/classes/migration/upgrade/v3_4_0/I9813_QuickSubmitSubmissionProgressType.php +++ b/classes/migration/upgrade/v3_4_0/I9813_QuickSubmitSubmissionProgressType.php @@ -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) { From d47004fa750e9c6a52c39cc1145ce8298316c430 Mon Sep 17 00:00:00 2001 From: Jonas Raoni Soares da Silva Date: Mon, 17 Jun 2024 14:12:15 +0300 Subject: [PATCH 2/4] pkp/pkp-lib#8592 Re-executed migration in order to ensure that new 3.4 installations have the proper nullability --- dbscripts/xml/upgrade.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dbscripts/xml/upgrade.xml b/dbscripts/xml/upgrade.xml index 7879a16ce06..b3f3823e8ae 100644 --- a/dbscripts/xml/upgrade.xml +++ b/dbscripts/xml/upgrade.xml @@ -226,8 +226,9 @@ - + + From 583010a4bc3d1cd24cdce3823948e3533a60ab4f Mon Sep 17 00:00:00 2001 From: Jonas Raoni Soares da Silva Date: Mon, 17 Jun 2024 14:12:43 +0300 Subject: [PATCH 3/4] pkp/pkp-lib#8592 Reverted the update over the I9813_QuickSubmitSubmissionProgressType migration, in order to be re-executed and added helpful comments to the file. --- dbscripts/xml/upgrade.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dbscripts/xml/upgrade.xml b/dbscripts/xml/upgrade.xml index b3f3823e8ae..bae479c9a45 100644 --- a/dbscripts/xml/upgrade.xml +++ b/dbscripts/xml/upgrade.xml @@ -227,10 +227,15 @@ - + + + + + + From 05ec63c06bee67659f1b05d45c6ff874b94005f0 Mon Sep 17 00:00:00 2001 From: Jonas Raoni Soares da Silva Date: Wed, 19 Jun 2024 14:05:30 +0300 Subject: [PATCH 4/4] pkp/pkp-lib#8592 Submodule update ##jonasraoni/bugfix-stable-3_4_0-8592-fix-notification_subscription_settings-integrity## --- lib/pkp | 2 +- lib/ui-library | 2 +- plugins/generic/acron | 2 +- plugins/generic/citationStyleLanguage | 2 +- plugins/generic/googleAnalytics | 2 +- plugins/generic/googleScholar | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/pkp b/lib/pkp index 188bba290b9..1f26efad613 160000 --- a/lib/pkp +++ b/lib/pkp @@ -1 +1 @@ -Subproject commit 188bba290b9e8e2b158891e71cd262d484d944af +Subproject commit 1f26efad6133b78d706f534e7ec815b0021d27f9 diff --git a/lib/ui-library b/lib/ui-library index 9c36e43c693..eeaeaf906e8 160000 --- a/lib/ui-library +++ b/lib/ui-library @@ -1 +1 @@ -Subproject commit 9c36e43c693d2f67f9719717bc39e4d0837ca0a1 +Subproject commit eeaeaf906e802305ee5a879a8467670da647ce5b diff --git a/plugins/generic/acron b/plugins/generic/acron index 36e34e325fe..e21bde89186 160000 --- a/plugins/generic/acron +++ b/plugins/generic/acron @@ -1 +1 @@ -Subproject commit 36e34e325fe85673bb1a931d30ce34f97b7a3d11 +Subproject commit e21bde891868a254999cefe9cd7ef984868bcb46 diff --git a/plugins/generic/citationStyleLanguage b/plugins/generic/citationStyleLanguage index 207ce36ecd8..187a40b7881 160000 --- a/plugins/generic/citationStyleLanguage +++ b/plugins/generic/citationStyleLanguage @@ -1 +1 @@ -Subproject commit 207ce36ecd858b077d497f7c3d5041eafd3e8113 +Subproject commit 187a40b78812c9aa2ccb2b2055d5c79ed36e7e23 diff --git a/plugins/generic/googleAnalytics b/plugins/generic/googleAnalytics index a5ccf316a5f..681183d58e6 160000 --- a/plugins/generic/googleAnalytics +++ b/plugins/generic/googleAnalytics @@ -1 +1 @@ -Subproject commit a5ccf316a5f7d25948da56c2af1a3934a86e6430 +Subproject commit 681183d58e6af88e0c55743440f181d6b4c3c0fb diff --git a/plugins/generic/googleScholar b/plugins/generic/googleScholar index 2e9f7e3d3e2..f9eaa17b18f 160000 --- a/plugins/generic/googleScholar +++ b/plugins/generic/googleScholar @@ -1 +1 @@ -Subproject commit 2e9f7e3d3e29496424b096c071b34b587a467f1b +Subproject commit f9eaa17b18f03c492b01ca5c0f689bf2c3e45d83