Skip to content

Commit

Permalink
Version descriptors; release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Aug 23, 2024
1 parent a5b5871 commit a0c12ea
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 16 deletions.
6 changes: 3 additions & 3 deletions dbscripts/xml/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<!--
* dbscripts/xml/install.xml
*
* Copyright (c) 2014-2022 Simon Fraser University
* Copyright (c) 2003-2022 John Willinsky
* Copyright (c) 2014-2024 Simon Fraser University
* Copyright (c) 2003-2024 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* Installation descriptor file.
-->

<install version="3.3.0.18">
<install version="3.3.0.19">
<code function="checkPhpVersion" />

<code function="createDirectories"/>
Expand Down
6 changes: 3 additions & 3 deletions dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<!--
* dbscripts/xml/upgrade.xml
*
* Copyright (c) 2014-2022 Simon Fraser University
* Copyright (c) 2003-2022 John Willinsky
* Copyright (c) 2014-2024 Simon Fraser University
* Copyright (c) 2003-2024 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* Upgrade descriptor file.
*
-->

<install version="3.3.0.18">
<install version="3.3.0.19">
<code function="checkPhpVersion" />

<upgrade minversion="2.0.0.0" maxversion="2.9.9.9">
Expand Down
12 changes: 6 additions & 6 deletions dbscripts/xml/version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<!--
* dbscripts/xml/version.xml
*
* Copyright (c) 2014-2022 Simon Fraser University
* Copyright (c) 2003-2022 John Willinsky
* Copyright (c) 2014-2024 Simon Fraser University
* Copyright (c) 2003-2024 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* OJS version information.
Expand All @@ -13,9 +13,9 @@
<version>
<application>ojs2</application>
<type>core</type>
<release>3.3.0.18</release>
<tag>3_3_0-18</tag>
<date>2024-07-19</date>
<release>3.3.0.19</release>
<tag>3_3_0-19</tag>
<date>2024-08-23</date>
<info>http://pkp.sfu.ca/ojs/</info>
<package>http://pkp.sfu.ca/ojs/download/ojs-3.3.0-18.tar.gz</package>
<package>http://pkp.sfu.ca/ojs/download/ojs-3.3.0-19.tar.gz</package>
</version>
12 changes: 10 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-18
Git tag: 3_3_0-19

Release date: July 19, 2024
Release date: August 23, 2024
===========================

Configuration Changes
Expand Down Expand Up @@ -30,6 +30,14 @@ 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-19 Build
--------------
#6055: Category selection not reloaded when submission step 1 form doesn't validate
#9812: The plugin gallery isn't visible at the site settings
#10277: Contributors in browse lists are required to send mail in editorial decision
#10249: Limited data loss at settings tables when migrating from a version smaller than 3.3.0
#10213: Hide or remove provider's secrets in the administration "system info" page

3.3.0-18 Build
--------------
#6186: Can't use multilingual values in theme options
Expand Down
12 changes: 10 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-18
Git tag: 3_3_0-19

Release date: July 19, 2024
Release date: August 23, 2024
===========================

Configuration Changes
Expand Down Expand Up @@ -30,6 +30,14 @@ 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-19 Build
--------------
#6055: Category selection not reloaded when submission step 1 form doesn't validate
#9812: The plugin gallery isn't visible at the site settings
#10277: Contributors in browse lists are required to send mail in editorial decision
#10249: Limited data loss at settings tables when migrating from a version smaller than 3.3.0
#10213: Hide or remove provider's secrets in the administration "system info" page

3.3.0-18 Build
--------------
#6186: Can't use multilingual values in theme options
Expand Down

0 comments on commit a0c12ea

Please sign in to comment.