Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Nov 29, 2024
1 parent 6733f99 commit 06a788d
Show file tree
Hide file tree
Showing 5 changed files with 34 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.19">
<install version="3.3.0.20">
<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.19">
<install version="3.3.0.20">
<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.19</release>
<tag>3_3_0-19</tag>
<date>2024-08-23</date>
<release>3.3.0.20</release>
<tag>3_3_0-20</tag>
<date>2024-11-29</date>
<info>http://pkp.sfu.ca/omp/</info>
<package>http://pkp.sfu.ca/omp/download/omp-3.3.0-19.tar.gz</package>
<package>http://pkp.sfu.ca/omp/download/omp-3.3.0-20.tar.gz</package>
</version>
17 changes: 14 additions & 3 deletions docs/RELEASE
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
OMP 3.3.0 Release Notes
Git tag: 3_3_0-19
Git tag: 3_3_0-20

Release date: August 23, 2024
===========================
Release date: November 29, 2024
===============================

Configuration Changes
---------------------
Expand Down Expand Up @@ -30,6 +30,17 @@ 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-20 Build
--------------
#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
#10195: OMP does not allow submissions if a press has no active series
#9877: Provide submission/book DOI/URN via OMP OAI
#9812: The plugin gallery isn't visible at the site settings
#9722: OMP - Empty category missing locale key
#6055: Category selection not reloaded when submission step 1 form doesn't validate

3.3.0-19 Build
--------------
#6055: Category selection not reloaded when submission step 1 form doesn't validate
Expand Down
17 changes: 14 additions & 3 deletions docs/release-notes/README-3.3.0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
OMP 3.3.0 Release Notes
Git tag: 3_3_0-19
Git tag: 3_3_0-20

Release date: August 23, 2024
===========================
Release date: November 29, 2024
===============================

Configuration Changes
---------------------
Expand Down Expand Up @@ -30,6 +30,17 @@ 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-20 Build
--------------
#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
#10195: OMP does not allow submissions if a press has no active series
#9877: Provide submission/book DOI/URN via OMP OAI
#9812: The plugin gallery isn't visible at the site settings
#9722: OMP - Empty category missing locale key
#6055: Category selection not reloaded when submission step 1 form doesn't validate

3.3.0-19 Build
--------------
#6055: Category selection not reloaded when submission step 1 form doesn't validate
Expand Down

0 comments on commit 06a788d

Please sign in to comment.