Skip to content

Commit

Permalink
Final commits for 3.3.0-11
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jun 7, 2022
1 parent 8b5ef28 commit c6259e0
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dbscripts/xml/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Installation descriptor file.
-->

<install version="3.3.0.10">
<install version="3.3.0.11">
<code function="checkPhpVersion" />

<code function="createDirectories"/>
Expand Down
2 changes: 1 addition & 1 deletion dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
-->

<install version="3.3.0.10">
<install version="3.3.0.11">
<code function="checkPhpVersion" />

<upgrade minversion="2.0.0.0" maxversion="2.9.9.9">
Expand Down
8 changes: 4 additions & 4 deletions dbscripts/xml/version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<version>
<application>ojs2</application>
<type>core</type>
<release>3.3.0.10</release>
<tag>3_3_0-10</tag>
<date>2022-03-07</date>
<release>3.3.0.11</release>
<tag>3_3_0-11</tag>
<date>2022-06-07</date>
<info>http://pkp.sfu.ca/ojs/</info>
<package>http://pkp.sfu.ca/ojs/download/ojs-3.3.0-10.tar.gz</package>
<package>http://pkp.sfu.ca/ojs/download/ojs-3.3.0-11.tar.gz</package>
</version>
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
===================================


Expand Down
32 changes: 30 additions & 2 deletions docs/RELEASE
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
32 changes: 30 additions & 2 deletions docs/release-notes/README-3.3.0
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c6259e0

Please sign in to comment.