Skip to content

Commit

Permalink
Bumps for 3.4.0-3
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Aug 28, 2023
1 parent 7f29f3f commit 4b1cd68
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 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.4.0.2">
<install version="3.4.0.3">
<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.4.0.2">
<install version="3.4.0.3">
<code function="checkPhpVersion" />

<upgrade minversion="3.0.0.0" maxversion="3.2.0.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>ops</application>
<type>core</type>
<release>3.4.0.2</release>
<tag>3_4_0-2</tag>
<date>2023-08-24</date>
<release>3.4.0.3</release>
<tag>3_4_0-3</tag>
<date>2023-08-28</date>
<info>https://pkp.sfu.ca/ops/</info>
<package>https://pkp.sfu.ca/ops/download/ops-3.4.0-2.tar.gz</package>
<package>https://pkp.sfu.ca/ops/download/ops-3.4.0-3.tar.gz</package>
</version>
10 changes: 7 additions & 3 deletions docs/release-notes/README-3.4.0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
OPS 3.4.0 Release Notes
Git tag: 3_4_0-2
Git tag: 3_4_0-3

Release date: August 24, 2023
============================
Release date: August 28, 2023
=============================

Configuration Changes
---------------------
Expand Down Expand Up @@ -42,6 +42,10 @@ New config.inc.php section for queues is added, with the following parameters:

- The setting security.force_ssl, when enabled, will also set the "Secure" flag for the session cookie.

3.4.0-3 build
-------------
#9264: Type of APP\jobs\statistics\CompileUsageStatsFromTemporaryRecords::$tries must be int

3.4.0-2 build
-------------
#9247: Fatal error: Uncaught TypeError when opening Activity
Expand Down

0 comments on commit 4b1cd68

Please sign in to comment.