Skip to content

Commit 94a9bb5

Browse files
committed
chore(release): bump version to 3.0.0-beta25
Release version 3.0.0-beta25 feat: Wire up new auth service and identity bridge but do not switch over yet fix: ErrorFilter instantiation. chore: Add simple cache dependency more explicitly. feat: Log when catching errors
1 parent 6696dc7 commit 94a9bb5

3 files changed

Lines changed: 77 additions & 58 deletions

File tree

.horde.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ authors:
4040
active: false
4141
role: developer
4242
version:
43-
release: 3.0.0-beta24
43+
release: 3.0.0-beta25
4444
api: 3.0.0alpha1
4545
state:
4646
release: beta

composer.json

Lines changed: 62 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -37,72 +37,72 @@
3737
"config",
3838
"errorhandler"
3939
],
40-
"time": "2026-04-30",
40+
"time": "2026-05-02",
4141
"repositories": [],
4242
"require": {
43-
"horde/horde-installer-plugin": "^3 || ^2",
43+
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^3 || ^2",
4444
"php": "^7.4 || ^8",
45-
"horde/alarm": "^3",
46-
"horde/auth": "^3",
47-
"horde/autoloader": "^3",
48-
"horde/browser": "^3",
49-
"horde/cache": "^3",
50-
"horde/cli": "^3",
51-
"horde/compress": "^3",
52-
"horde/compress_fast": "^2",
53-
"horde/controller": "^3",
54-
"horde/cssminify": "^2.0.0-beta2",
55-
"horde/data": "^3",
56-
"horde/date": "^3",
57-
"horde/eventdispatcher": "^1",
58-
"horde/exception": "^3",
59-
"horde/group": "^3",
60-
"horde/hashtable": "^2",
61-
"horde/history": "^3",
62-
"horde/hordeymlfile": "^1",
63-
"horde/http": "^3",
64-
"horde/http_server": "^1",
65-
"horde/identity": "^1",
66-
"horde/injector": "^3",
67-
"horde/javascriptminify": "^2",
68-
"horde/lock": "^3",
69-
"horde/log": "^3",
70-
"horde/logintasks": "^3",
71-
"horde/mime": "^3",
72-
"horde/mime_viewer": "^3",
73-
"horde/notification": "^3",
74-
"horde/pack": "^2",
75-
"horde/perms": "^3",
76-
"horde/prefs": "^3",
77-
"horde/rpc": "^3",
78-
"horde/secret": "^3",
79-
"horde/serialize": "^3",
80-
"horde/sessionhandler": "^3",
81-
"horde/share": "^3",
82-
"horde/support": "^3",
83-
"horde/template": "^3",
84-
"horde/token": "^3",
85-
"horde/text_filter": "^3",
86-
"horde/translation": "^3",
87-
"horde/url": "^3",
88-
"horde/util": "^3",
89-
"horde/oauth": "^4",
90-
"horde/view": "^3",
45+
"horde/alarm": "^3 || dev-FRAMEWORK_6_0",
46+
"horde/auth": "^3 || dev-FRAMEWORK_6_0",
47+
"horde/autoloader": "^3 || dev-FRAMEWORK_6_0",
48+
"horde/browser": "^3 || dev-FRAMEWORK_6_0",
49+
"horde/cache": "^3 || dev-FRAMEWORK_6_0",
50+
"horde/cli": "^3 || dev-FRAMEWORK_6_0",
51+
"horde/compress": "^3 || dev-FRAMEWORK_6_0",
52+
"horde/compress_fast": "^2 || dev-FRAMEWORK_6_0",
53+
"horde/controller": "^3 || dev-FRAMEWORK_6_0",
54+
"horde/cssminify": "^2.0.0-beta2 || dev-FRAMEWORK_6_0",
55+
"horde/data": "^3 || dev-FRAMEWORK_6_0",
56+
"horde/date": "^3 || dev-FRAMEWORK_6_0",
57+
"horde/eventdispatcher": "^1 || dev-FRAMEWORK_6_0",
58+
"horde/exception": "^3 || dev-FRAMEWORK_6_0",
59+
"horde/group": "^3 || dev-FRAMEWORK_6_0",
60+
"horde/hashtable": "^2 || dev-FRAMEWORK_6_0",
61+
"horde/history": "^3 || dev-FRAMEWORK_6_0",
62+
"horde/hordeymlfile": "^1 || dev-FRAMEWORK_6_0",
63+
"horde/http": "^3 || dev-FRAMEWORK_6_0",
64+
"horde/http_server": "^1 || dev-FRAMEWORK_6_0",
65+
"horde/identity": "^1 || dev-FRAMEWORK_6_0",
66+
"horde/injector": "^3 || dev-FRAMEWORK_6_0",
67+
"horde/javascriptminify": "^2 || dev-FRAMEWORK_6_0",
68+
"horde/lock": "^3 || dev-FRAMEWORK_6_0",
69+
"horde/log": "^3 || dev-FRAMEWORK_6_0",
70+
"horde/logintasks": "^3 || dev-FRAMEWORK_6_0",
71+
"horde/mime": "^3 || dev-FRAMEWORK_6_0",
72+
"horde/mime_viewer": "^3 || dev-FRAMEWORK_6_0",
73+
"horde/notification": "^3 || dev-FRAMEWORK_6_0",
74+
"horde/pack": "^2 || dev-FRAMEWORK_6_0",
75+
"horde/perms": "^3 || dev-FRAMEWORK_6_0",
76+
"horde/prefs": "^3 || dev-FRAMEWORK_6_0",
77+
"horde/rpc": "^3 || dev-FRAMEWORK_6_0",
78+
"horde/secret": "^3 || dev-FRAMEWORK_6_0",
79+
"horde/serialize": "^3 || dev-FRAMEWORK_6_0",
80+
"horde/sessionhandler": "^3 || dev-FRAMEWORK_6_0",
81+
"horde/share": "^3 || dev-FRAMEWORK_6_0",
82+
"horde/support": "^3 || dev-FRAMEWORK_6_0",
83+
"horde/template": "^3 || dev-FRAMEWORK_6_0",
84+
"horde/token": "^3 || dev-FRAMEWORK_6_0",
85+
"horde/text_filter": "^3 || dev-FRAMEWORK_6_0",
86+
"horde/translation": "^3 || dev-FRAMEWORK_6_0",
87+
"horde/url": "^3 || dev-FRAMEWORK_6_0",
88+
"horde/util": "^3 || dev-FRAMEWORK_6_0",
89+
"horde/oauth": "^4 || dev-FRAMEWORK_6_0",
90+
"horde/view": "^3 || dev-FRAMEWORK_6_0",
9191
"php81_bc/strftime": "^0.7",
9292
"psr/simple-cache-implementation": "^3",
9393
"psr/simple-cache": "^3",
9494
"ext-session": "*"
9595
},
9696
"require-dev": {
97-
"horde/activesync": "^3",
98-
"horde/kolab_server": "^3",
99-
"horde/kolab_session": "^3",
100-
"horde/ldap": "^3",
101-
"horde/mongo": "^2",
102-
"horde/routes": "^3",
103-
"horde/test": "^3",
104-
"horde/tree": "^3",
105-
"horde/vfs": "^3"
97+
"horde/activesync": "^3 || dev-FRAMEWORK_6_0",
98+
"horde/kolab_server": "^3 || dev-FRAMEWORK_6_0",
99+
"horde/kolab_session": "^3 || dev-FRAMEWORK_6_0",
100+
"horde/ldap": "^3 || dev-FRAMEWORK_6_0",
101+
"horde/mongo": "^2 || dev-FRAMEWORK_6_0",
102+
"horde/routes": "^3 || dev-FRAMEWORK_6_0",
103+
"horde/test": "^3 || dev-FRAMEWORK_6_0",
104+
"horde/tree": "^3 || dev-FRAMEWORK_6_0",
105+
"horde/vfs": "^3 || dev-FRAMEWORK_6_0"
106106
},
107107
"suggest": {
108108
"pear/text_captcha": "*",
@@ -129,5 +129,10 @@
129129
"allow-plugins": {
130130
"horde/horde-installer-plugin": true
131131
}
132+
},
133+
"extra": {
134+
"branch-alias": {
135+
"dev-FRAMEWORK_6_0": "3.x-dev"
136+
}
132137
}
133138
}

doc/changelog.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
---
2+
3.0.0-beta25:
3+
api: 3.0.0-beta25
4+
state:
5+
release: beta
6+
api: beta
7+
date: 2026-05-02
8+
license:
9+
identifier: LGPL-2.1-only
10+
uri: https://spdx.org/licenses/LGPL-2.1-only.html
11+
notes: |-
12+
feat: Wire up new auth service and identity bridge but do not switch over yet
13+
fix: ErrorFilter instantiation.
14+
chore: Add simple cache dependency more explicitly.
15+
feat: Log when catching errors
216
3.0.0-beta24:
317
api: 3.0.0-beta24
418
state:

0 commit comments

Comments
 (0)