Skip to content

Commit ba95e15

Browse files
committed
Release 3.0.0-alpha21 (API Version: 3.0.0-alpha1)
fix: ErrorHandler - Guard against error_get_last empty fix: VarRenderer/Html don't use Form\Type\Date in static call fix: Check if Horde Autoloader is actually present before registering it fix: Make portal blocks loading when they are stored in prefs with legacy lowercase class names fix: needs to enforce string conversion on untrusted input to htmlspecialchars fix: Guard against array access on null
1 parent f71ff61 commit ba95e15

File tree

3 files changed

+24
-8
lines changed

3 files changed

+24
-8
lines changed

.horde.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ authors:
3434
active: false
3535
role: developer
3636
version:
37-
release: 3.0.0-alpha20
37+
release: 3.0.0-alpha21
3838
api: 3.0.0alpha1
3939
state:
4040
release: alpha

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"role": "developer"
2727
}
2828
],
29-
"time": "2025-05-07",
29+
"time": "2025-05-13",
3030
"repositories": [],
3131
"require": {
32-
"horde/horde-installer-plugin": "^2",
32+
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^2",
3333
"php": "^7.4 || ^8",
3434
"horde/alarm": "^3 || dev-FRAMEWORK_6_0",
3535
"horde/auth": "^3 || dev-FRAMEWORK_6_0",
@@ -77,10 +77,10 @@
7777
"ext-session": "*"
7878
},
7979
"require-dev": {
80-
"horde/test": "^3",
81-
"horde/tree": "^3",
82-
"horde/routes": "^3",
83-
"horde/vfs": "^3"
80+
"horde/test": "^3 || dev-FRAMEWORK_6_0",
81+
"horde/tree": "^3 || dev-FRAMEWORK_6_0",
82+
"horde/routes": "^3 || dev-FRAMEWORK_6_0",
83+
"horde/vfs": "^3 || dev-FRAMEWORK_6_0"
8484
},
8585
"suggest": {
8686
"pear/text_captcha": "*",
@@ -106,4 +106,4 @@
106106
"config": {
107107
"allow-plugins": {}
108108
}
109-
}
109+
}

doc/changelog.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
---
2+
3.0.0-alpha21:
3+
api: 3.0.0-alpha1
4+
state:
5+
release: true
6+
api: true
7+
date: 2025-05-13
8+
license:
9+
identifier: LGPL-2.1-only
10+
uri: http://www.horde.org/licenses/lgpl21
11+
notes: |
12+
fix: ErrorHandler - Guard against error_get_last empty
13+
fix: VarRenderer/Html don't use Form\Type\Date in static call
14+
fix: Check if Horde Autoloader is actually present before registering it
15+
fix: Make portal blocks loading when they are stored in prefs with legacy lowercase class names
16+
fix: needs to enforce string conversion on untrusted input to htmlspecialchars
17+
fix: Guard against array access on null
218
3.0.0-alpha20:
319
api: 3.0.0-alpha1
420
state:

0 commit comments

Comments
 (0)