Skip to content

Commit e58ec2c

Browse files
committed
chore(release): bump version to 3.0.0-beta21
Release version 3.0.0-beta21 feat: Register OAuth and Identity related factories test: Cover new OO approach to legacy dynamic UI test: Cover OAuth related repositories refactor: Consolidate on OAuth rather than Oauth (lowercase) feat: Add an IdentityRepositoryFactory test: Cover NullOauthTokenRepository and NullOauthProvicerConfigRepository feat: Oauth and auth related factory registrations in Registry's injector setup feat: Horde Core UI Tabs now also natively supports Horde\Url\Url and PSR-7 Uris feat: Add OAuth Token service and repository including factories
1 parent 4754394 commit e58ec2c

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

.horde.yml

Lines changed: 3 additions & 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-beta20
43+
release: 3.0.0-beta21
4444
api: 3.0.0alpha1
4545
state:
4646
release: beta
@@ -64,13 +64,15 @@ dependencies:
6464
horde/cssminify: ^2.0.0-beta2
6565
horde/data: ^3
6666
horde/date: ^3
67+
horde/eventdispatcher: ^1
6768
horde/exception: ^3
6869
horde/group: ^3
6970
horde/hashtable: ^2
7071
horde/history: ^3
7172
horde/hordeymlfile: ^1
7273
horde/http: ^3
7374
horde/http_server: ^1
75+
horde/identity: ^1
7476
horde/injector: ^3
7577
horde/javascriptminify: ^2
7678
horde/lock: ^3

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"config",
3838
"errorhandler"
3939
],
40-
"time": "2026-04-19",
40+
"time": "2026-04-22",
4141
"repositories": [],
4242
"require": {
4343
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^3 || ^2",
@@ -54,13 +54,15 @@
5454
"horde/cssminify": "^2.0.0-beta2 || dev-FRAMEWORK_6_0",
5555
"horde/data": "^3 || dev-FRAMEWORK_6_0",
5656
"horde/date": "^3 || dev-FRAMEWORK_6_0",
57+
"horde/eventdispatcher": "^1 || dev-FRAMEWORK_6_0",
5758
"horde/exception": "^3 || dev-FRAMEWORK_6_0",
5859
"horde/group": "^3 || dev-FRAMEWORK_6_0",
5960
"horde/hashtable": "^2 || dev-FRAMEWORK_6_0",
6061
"horde/history": "^3 || dev-FRAMEWORK_6_0",
6162
"horde/hordeymlfile": "^1 || dev-FRAMEWORK_6_0",
6263
"horde/http": "^3 || dev-FRAMEWORK_6_0",
6364
"horde/http_server": "^1 || dev-FRAMEWORK_6_0",
65+
"horde/identity": "^1 || dev-FRAMEWORK_6_0",
6466
"horde/injector": "^3 || dev-FRAMEWORK_6_0",
6567
"horde/javascriptminify": "^2 || dev-FRAMEWORK_6_0",
6668
"horde/lock": "^3 || dev-FRAMEWORK_6_0",

doc/changelog.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
---
2+
3.0.0-beta21:
3+
api: 3.0.0-beta21
4+
state:
5+
release: beta
6+
api: beta
7+
date: 2026-04-22
8+
license:
9+
identifier: LGPL-2.1-only
10+
uri: https://spdx.org/licenses/LGPL-2.1-only.html
11+
notes: |-
12+
feat: Register OAuth and Identity related factories
13+
test: Cover new OO approach to legacy "dynamic" UI
14+
test: Cover OAuth related repositories
15+
refactor: Consolidate on OAuth rather than Oauth (lowercase)
16+
feat: Add an IdentityRepositoryFactory
17+
test: Cover NullOauthTokenRepository and NullOauthProvicerConfigRepository
18+
feat: Oauth and auth related factory registrations in Registry's injector setup
19+
feat: Horde Core UI Tabs now also natively supports Horde\Url\Url and PSR-7 Uris
20+
feat: Add OAuth Token service and repository including factories
221
3.0.0-beta20:
322
api: 3.0.0-beta20
423
state:

0 commit comments

Comments
 (0)