Skip to content

Commit

Permalink
Final commits for 3.4.0-5
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Feb 23, 2024
1 parent 1cbef52 commit 2ff359b
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 8 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.4">
<install version="3.4.0.5">
<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.4.0.4">
<install version="3.4.0.5">
<code function="checkPhpVersion" />

<upgrade minversion="0.9.9.0" maxversion="3.0.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>omp</application>
<type>core</type>
<release>3.4.0.4</release>
<tag>3_4_0-4</tag>
<date>2023-11-17</date>
<release>3.4.0.5</release>
<tag>3_4_0-5</tag>
<date>2024-02-23</date>
<info>https://pkp.sfu.ca/omp/</info>
<package>https://pkp.sfu.ca/omp/download/omp-3.4.0-4.tar.gz</package>
<package>https://pkp.sfu.ca/omp/download/omp-3.4.0-5.tar.gz</package>
</version>
44 changes: 42 additions & 2 deletions docs/release-notes/README-3.4.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OMP 3.4.0 Release Notes
Git tag: 3_4_0-4
Git tag: 3_4_0-5

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

Configuration Changes
Expand Down Expand Up @@ -46,6 +46,46 @@ New config.inc.php parameters added for emails:
- default (default value: sendmail), being the default mailer driver to be used for email delivery
- sendmail_path (default value: "/usr/sbin/sendmail -bs"), being the path to the sendmail program on the server

3.4.0-5 Build
-------------
#6627: Allow users to unsubscribe from emails sent using the notify tool
#7470: Fair Copy files not migrated when upgrading from OJS 2 to 3
#8248: Tab Separated Values reporting for COUNTER R5
#9065: [OMP] CSVImportExportPlugin is broken
#9131: Typo in ReviewAssignmentFileWritePolicy which permits managers file access when assigned to a submission
#9296: Implement sandbox mode
#9302: Internal PHP locale fails to be defined under Windows and others
#9381: Limit reviewers' statistics to a journal in multi-journals OJS instance
#9400: Display competing Interests in OJS once a reviewer accepts an invitation
#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
#9500: Hook `Template::SubmissionWizard::Section::Review ` not inside `submissionWizard__reviewPanel`
#9518: Error in I5716_EmailTemplateAssignments upgrading from 3.3.0-8 to 3.4.0-3
#9535: PHP Fatal error: Uncaught ValueError: DOMDocument::loadXML(): Argument #1 ($source) must not be empty in
#9541: Fatal error when adding reviewer
#9546: "xmlEscapeEntities: char out of range" error when exporting issues through the Native XML plugin
#9557: PHP Fatal error: Uncaught TypeError: PKP\section\PKPSection::getTitle()
#9561: Fatal error filtering unassigned submissions by keyword
#9574: Add support for author's competing interests statement
#9582: CompileUsageStatsFromTemporaryRecords fails on PostgreSQL due to non-existing function (OJS 3.4.0.4)
#9590: OJS 3.4 - Removing journal is not updating the list automatically
#9607: Selecting an email template in Discussions uses the template name as subject, rather than its actual subject.
#9625: Native XML plugin not escaping data properly
#9627: SQL in removeDoubleClicks needs improvement
#9632: Opening category in OPS/OMP causes 500
#9637: Migrations can be re-executed at OJS 3.4
#9650: Resolve template injection with context name
#9664: Use jobs chain for usage stats log files processing
#9665: Indexation, for search purposes, might fail silently
#9679: Allow processing of the log files from the last month
#9682: Address the execution of scheduled tasks and jobs
#9686: The arguments for the jobs.php are not working
#9731: Remove the min/max length for login Username/Email
#9742: Add missing functionality to gracefully restart queue worker
#9759: Additional file validation causes error
#9762: Deadlock happening often at the statistics' jobs

3.4.0-4 build
-------------
#8025: Context name can not be localized correctly in a job
Expand Down

0 comments on commit 2ff359b

Please sign in to comment.