From c6259e0330d6d2b6221787982fc7bf0039c1ba21 Mon Sep 17 00:00:00 2001 From: Alec Smecher Date: Tue, 7 Jun 2022 06:14:57 -0700 Subject: [PATCH] Final commits for 3.3.0-11 --- dbscripts/xml/install.xml | 2 +- dbscripts/xml/upgrade.xml | 2 +- dbscripts/xml/version.xml | 8 ++++---- docs/README.md | 4 ++-- docs/RELEASE | 32 ++++++++++++++++++++++++++++++-- docs/release-notes/README-3.3.0 | 32 ++++++++++++++++++++++++++++++-- 6 files changed, 68 insertions(+), 12 deletions(-) diff --git a/dbscripts/xml/install.xml b/dbscripts/xml/install.xml index 53b228a535..611e69d435 100644 --- a/dbscripts/xml/install.xml +++ b/dbscripts/xml/install.xml @@ -10,7 +10,7 @@ * Installation descriptor file. --> - + diff --git a/dbscripts/xml/upgrade.xml b/dbscripts/xml/upgrade.xml index 090caecc31..321e2971e5 100644 --- a/dbscripts/xml/upgrade.xml +++ b/dbscripts/xml/upgrade.xml @@ -11,7 +11,7 @@ * --> - + diff --git a/dbscripts/xml/version.xml b/dbscripts/xml/version.xml index 3ad4156fd5..3dab322aea 100644 --- a/dbscripts/xml/version.xml +++ b/dbscripts/xml/version.xml @@ -13,9 +13,9 @@ ojs2 core - 3.3.0.10 - 3_3_0-10 - 2022-03-07 + 3.3.0.11 + 3_3_0-11 + 2022-06-07 http://pkp.sfu.ca/ojs/ - http://pkp.sfu.ca/ojs/download/ojs-3.3.0-10.tar.gz + http://pkp.sfu.ca/ojs/download/ojs-3.3.0-11.tar.gz diff --git a/docs/README.md b/docs/README.md index 98b3420ba2..af647dff82 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,8 +2,8 @@ === Open Journal Systems === The Public Knowledge Project === Version: 3.3.0 - === GIT tag: 3_3_0-10 - === Release date: March 7, 2022 + === GIT tag: 3_3_0-11 + === Release date: June 7, 2022 =================================== diff --git a/docs/RELEASE b/docs/RELEASE index 0ec63f79a2..66c1ba2790 100644 --- a/docs/RELEASE +++ b/docs/RELEASE @@ -1,7 +1,7 @@ OJS 3.3.0 Release Notes -Git tag: 3_3_0-10 +Git tag: 3_3_0-11 -Release date: March 7, 2022 +Release date: June 7, 2022 =========================== Configuration Changes @@ -29,6 +29,34 @@ New config.inc.php parameters added for OAuth-based SMTP authorization: - email.smtp_oauth_clientsecret - email.smtp_oauth_refreshtoken +3.3.0-11 Build +-------------- + #2169: Mailing Address should not be required in settings + #6209: Multiple use of id="setup-button" in website settings + #7317: CSV user export includes roles from other journals + #7604: Add ability to include user/context with CLI request + #7651: Fatal error when trying to load PKPXMLParser + #7716: Hide DB password in the administration "system info" page + #7739: Improve multimodal publishing with OJS + #7744: Ensure email template variables are properly filtered + #7751: Error if on private site password protected + #7773: Import XML missing filesize attribute to file node causes confusing fatal error + #7776: Configuration parameters get truncated if they are too long + #7793: Allow for plugins to describe support for fuzzy or wildcarded versions + #7794: Fix download filenames when encoded into content headers + #7816: Fatal error when deleting a submission + #7820: OJS: PHP Fatal error: Declaration of SubmissionChecklistForm::initData($args) must be compatible with Form::initData() + #7828: Submission files and db entries are not deleted after being rejected during upload process + #7861: Fix fatal error with pickier PHP release and array_intersect + #7864: Full title in page title and DC.Title + #7881: User verification process failing with internal exception + #7895: fatal error when thanking a reviewer + #7930: Ensure umask is respected in file creation + #7935: Stop using deprecated fgetss() function + #7943: Typo in getUsersWithNoRole query + #7958: 3.3.0 installs a locale column in the publications table that should have been removed + + 3.3.0-10 Build ------------- #7749: Resolve upgrade issue with latest 3.2.x ORCID profile plugin diff --git a/docs/release-notes/README-3.3.0 b/docs/release-notes/README-3.3.0 index 0ec63f79a2..66c1ba2790 100644 --- a/docs/release-notes/README-3.3.0 +++ b/docs/release-notes/README-3.3.0 @@ -1,7 +1,7 @@ OJS 3.3.0 Release Notes -Git tag: 3_3_0-10 +Git tag: 3_3_0-11 -Release date: March 7, 2022 +Release date: June 7, 2022 =========================== Configuration Changes @@ -29,6 +29,34 @@ New config.inc.php parameters added for OAuth-based SMTP authorization: - email.smtp_oauth_clientsecret - email.smtp_oauth_refreshtoken +3.3.0-11 Build +-------------- + #2169: Mailing Address should not be required in settings + #6209: Multiple use of id="setup-button" in website settings + #7317: CSV user export includes roles from other journals + #7604: Add ability to include user/context with CLI request + #7651: Fatal error when trying to load PKPXMLParser + #7716: Hide DB password in the administration "system info" page + #7739: Improve multimodal publishing with OJS + #7744: Ensure email template variables are properly filtered + #7751: Error if on private site password protected + #7773: Import XML missing filesize attribute to file node causes confusing fatal error + #7776: Configuration parameters get truncated if they are too long + #7793: Allow for plugins to describe support for fuzzy or wildcarded versions + #7794: Fix download filenames when encoded into content headers + #7816: Fatal error when deleting a submission + #7820: OJS: PHP Fatal error: Declaration of SubmissionChecklistForm::initData($args) must be compatible with Form::initData() + #7828: Submission files and db entries are not deleted after being rejected during upload process + #7861: Fix fatal error with pickier PHP release and array_intersect + #7864: Full title in page title and DC.Title + #7881: User verification process failing with internal exception + #7895: fatal error when thanking a reviewer + #7930: Ensure umask is respected in file creation + #7935: Stop using deprecated fgetss() function + #7943: Typo in getUsersWithNoRole query + #7958: 3.3.0 installs a locale column in the publications table that should have been removed + + 3.3.0-10 Build ------------- #7749: Resolve upgrade issue with latest 3.2.x ORCID profile plugin