Skip to content

Commit 236549a

Browse files
committed
Final commits
1 parent d61c589 commit 236549a

File tree

6 files changed

+36
-14
lines changed

6 files changed

+36
-14
lines changed

dbscripts/xml/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Installation descriptor file.
1111
-->
1212

13-
<install version="3.3.0.21">
13+
<install version="3.3.0.22">
1414
<code function="checkPhpVersion" />
1515

1616
<code function="createDirectories"/>

dbscripts/xml/upgrade.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
-->
1313

14-
<install version="3.3.0.21">
14+
<install version="3.3.0.22">
1515
<code function="checkPhpVersion" />
1616

1717
<upgrade minversion="3.0.0.0" maxversion="3.2.0.9">

dbscripts/xml/version.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<version>
1414
<application>ops</application>
1515
<type>core</type>
16-
<release>3.3.0.21</release>
17-
<tag>3_3_0-21</tag>
18-
<date>2025-05-23</date>
16+
<release>3.3.0.22</release>
17+
<tag>3_3_0-22</tag>
18+
<date>2025-11-19</date>
1919
<info>http://pkp.sfu.ca/ops/</info>
20-
<package>http://pkp.sfu.ca/ops/download/ops-3.3.0-21.tar.gz</package>
20+
<package>http://pkp.sfu.ca/ops/download/ops-3.3.0-22.tar.gz</package>
2121
</version>

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
=== Open Preprint Systems
33
=== The Public Knowledge Project
44
=== Version: 3.3.0
5-
=== GIT tag: 3_3_0-21
6-
=== Release date: May 23, 2025
5+
=== GIT tag: 3_3_0-22
6+
=== Release date: November 19, 2025
77
====================================
88

99

docs/RELEASE

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
OPS 3.3.0 Release Notes
2-
Git tag: 3_3_0-21
2+
Git tag: 3_3_0-22
33

4-
Release date: May 23, 2025
5-
==========================
4+
Release date: November 19, 2025
5+
===============================
66

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

33+
3.3.0-22 Build
34+
--------------
35+
#10139: By Author search pulls in keywords too
36+
#11598: [DOI deposit] OPS Crossref deposit does not include title prefix
37+
#10941: Section policies are shown for inactive sections on Submissions page (3.3)
38+
#11978: [Sessions] | Log in form is missing a CSRF check
39+
#12022: Payments | Properly escape payment instructions
40+
#11974: Themes | Validate base colour setting in default theme
41+
#12039: Import | Permit hrefs only for command-line based imports
42+
#11977: [Subscriptions/stats] |Properly escape keyword search contents in institution collector
43+
3344
3.3.0-21 Build
3445
--------------
3546
#11399: Properly escape uploaded plugin filename on upload bounce

docs/release-notes/README-3.3.0

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
OPS 3.3.0 Release Notes
2-
Git tag: 3_3_0-21
2+
Git tag: 3_3_0-22
33

4-
Release date: May 23, 2025
5-
==========================
4+
Release date: November 19, 2025
5+
===============================
66

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

33+
3.3.0-22 Build
34+
--------------
35+
#10139: By Author search pulls in keywords too
36+
#11598: [DOI deposit] OPS Crossref deposit does not include title prefix
37+
#10941: Section policies are shown for inactive sections on Submissions page (3.3)
38+
#11978: [Sessions] | Log in form is missing a CSRF check
39+
#12022: Payments | Properly escape payment instructions
40+
#11974: Themes | Validate base colour setting in default theme
41+
#12039: Import | Permit hrefs only for command-line based imports
42+
#11977: [Subscriptions/stats] |Properly escape keyword search contents in institution collector
43+
3344
3.3.0-21 Build
3445
--------------
3546
#11399: Properly escape uploaded plugin filename on upload bounce

0 commit comments

Comments
 (0)