Skip to content

Commit 2857564

Browse files
committed
chore(release): bump version to 3.0.0-beta22
Release version 3.0.0-beta22 docs: Upgrading from page entrypoint scripts to controllers feat: Modern path and url builder based page helper feat: UriBuilder feat: PathBuilder abstraction feat: Modern factory returns modern DB drivers which happen to have the Horde_Db_Adapter interface feat: Alternatives to some static/magic horde:: calls test: #90 cover DI registration feat: #90 Factory pr Service for provider-scoped AuthenticatedHttpClient feat: OAuthTokenService scope-aware token retrieval #89 feat: Add a factory for OAuth Flow storage feat: Add Connected Accounts to settings menu feat: OAuth related controllers use SessionHandler to get the relevant session from request.
1 parent cf11c77 commit 2857564

3 files changed

Lines changed: 24 additions & 2 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-beta21
43+
release: 3.0.0-beta22
4444
api: 3.0.0alpha1
4545
state:
4646
release: beta

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"config",
3838
"errorhandler"
3939
],
40-
"time": "2026-04-22",
40+
"time": "2026-04-26",
4141
"repositories": [],
4242
"require": {
4343
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^3 || ^2",

doc/changelog.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
---
2+
3.0.0-beta22:
3+
api: 3.0.0-beta22
4+
state:
5+
release: beta
6+
api: beta
7+
date: 2026-04-26
8+
license:
9+
identifier: LGPL-2.1-only
10+
uri: https://spdx.org/licenses/LGPL-2.1-only.html
11+
notes: |-
12+
docs: Upgrading from page entrypoint scripts to controllers
13+
feat: Modern path and url builder based page helper
14+
feat: UriBuilder
15+
feat: PathBuilder abstraction
16+
feat: Modern factory returns modern DB drivers which happen to have the Horde_Db_Adapter interface
17+
feat: Alternatives to some static/magic "horde::" calls
18+
test: horde/Core#90 cover DI registration
19+
feat: horde/Core#90 Factory pr Service for provider-scoped AuthenticatedHttpClient
20+
feat: OAuthTokenService scope-aware token retrieval horde/Core#89
21+
feat: Add a factory for OAuth Flow storage
22+
feat: Add Connected Accounts to settings menu
23+
feat: OAuth related controllers use SessionHandler to get the relevant session from request.
224
3.0.0-beta21:
325
api: 3.0.0-beta21
426
state:

0 commit comments

Comments
 (0)