Skip to content

Commit

Permalink
Final commits for 3.3.0-17
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Feb 23, 2024
1 parent 3b02ecf commit 24d4ccf
Show file tree
Hide file tree
Showing 6 changed files with 50 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.16">
<install version="3.3.0.17">
<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 @@ -10,7 +10,7 @@
* Upgrade descriptor file.
-->

<install version="3.3.0.16">
<install version="3.3.0.17">
<code function="checkPhpVersion" />

<!-- there are some column and table name changes that need to occur first. -->
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>omp</application>
<type>core</type>
<release>3.3.0.16</release>
<tag>3_3_0-16</tag>
<date>2023-11-17</date>
<release>3.3.0.17</release>
<tag>3_3_0-17</tag>
<date>2024-02-23</date>
<info>http://pkp.sfu.ca/omp/</info>
<package>http://pkp.sfu.ca/omp/download/omp-3.3.0-16.tar.gz</package>
<package>http://pkp.sfu.ca/omp/download/omp-3.3.0-17.tar.gz</package>
</version>
4 changes: 2 additions & 2 deletions docs/README
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
=== Open Monograph Press
=== The Public Knowledge Project
=== Version: 3.3.0
=== GIT tag: 3_3_0-16
=== Release date: November 17, 2023
=== GIT tag: 3_3_0-17
=== Release date: February 23, 2024
====================================


Expand Down
23 changes: 21 additions & 2 deletions docs/RELEASE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OMP 3.3.0 Release Notes
Git tag: 3_3_0-16
Git tag: 3_3_0-17

Release date: November 17, 2023
Release date: February 23, 2024
===============================

Configuration Changes
Expand Down Expand Up @@ -30,6 +30,25 @@ configuration parameters.
- The setting general.session_samesite (default value: Lax) has been added to control the "SameSite" setting for the session cookie.
- The setting security.force_ssl, when enabled, will also set the "Secure" flag for the session cookie.

3.3.0-17 Build
--------------
#9131: Typo in ReviewAssignmentFileWritePolicy which permits managers file access when assigned to a submission
#9302: Internal PHP locale fails to be defined under Windows and others
#9307: OJS 3.3 Fatal Error on PHP 8
#9421: Review html escaping strategy on vue.js codebase in stable-3_3_0 and stable-3_4_0
#9476: Data loss at review rounds after migrating from OJS 2.x to +3.3
#9487: Upgrade to 3.3.x can be interrupted due to non-conforming *_settings tables
#9535: PHP Fatal error: Uncaught ValueError: DOMDocument::loadXML(): Argument #1 ($source) must not be empty in
#9546: "xmlEscapeEntities: char out of range" error when exporting issues through the Native XML plugin
#9574: Add support for author's competing interests statement
#9586: [OMP] PHP8 Incompatibility when navigating through the sidebar categories
#9625: Native XML plugin not escaping data properly
#9643: Fatal error on latest PHP 8.x releases
#9650: Resolve template injection with context name
#9665: Indexation, for search purposes, might fail silently
#9721: Locales not loading for Statistics Tab for the role "section editor"
#9752: Fix misleading French copyright statement translation

3.3.0-16 Build
--------------
#7470: Fair Copy files not migrated when upgrading from OJS 2 to 3
Expand Down
23 changes: 21 additions & 2 deletions docs/release-notes/README-3.3.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OMP 3.3.0 Release Notes
Git tag: 3_3_0-16
Git tag: 3_3_0-17

Release date: November 17, 2023
Release date: February 23, 2024
===============================

Configuration Changes
Expand Down Expand Up @@ -30,6 +30,25 @@ configuration parameters.
- The setting general.session_samesite (default value: Lax) has been added to control the "SameSite" setting for the session cookie.
- The setting security.force_ssl, when enabled, will also set the "Secure" flag for the session cookie.

3.3.0-17 Build
--------------
#9131: Typo in ReviewAssignmentFileWritePolicy which permits managers file access when assigned to a submission
#9302: Internal PHP locale fails to be defined under Windows and others
#9307: OJS 3.3 Fatal Error on PHP 8
#9421: Review html escaping strategy on vue.js codebase in stable-3_3_0 and stable-3_4_0
#9476: Data loss at review rounds after migrating from OJS 2.x to +3.3
#9487: Upgrade to 3.3.x can be interrupted due to non-conforming *_settings tables
#9535: PHP Fatal error: Uncaught ValueError: DOMDocument::loadXML(): Argument #1 ($source) must not be empty in
#9546: "xmlEscapeEntities: char out of range" error when exporting issues through the Native XML plugin
#9574: Add support for author's competing interests statement
#9586: [OMP] PHP8 Incompatibility when navigating through the sidebar categories
#9625: Native XML plugin not escaping data properly
#9643: Fatal error on latest PHP 8.x releases
#9650: Resolve template injection with context name
#9665: Indexation, for search purposes, might fail silently
#9721: Locales not loading for Statistics Tab for the role "section editor"
#9752: Fix misleading French copyright statement translation

3.3.0-16 Build
--------------
#7470: Fair Copy files not migrated when upgrading from OJS 2 to 3
Expand Down

0 comments on commit 24d4ccf

Please sign in to comment.