Skip to content

Commit 25af9d5

Browse files
committed
chore(release): bump version to 3.0.0-beta8
Release version 3.0.0-beta8 feat: Driver Availability check method feat: Auth driver metadata feat: Metadata for SQL, LDAP, HashTable and NoSql backends. test: More fixes to the test suite test: Fix LdapGroupServiceTest issues. test: various test suite fixes test: New tests for the config metadata feat: Driver config metadata system feat: Add Horde\Util\Variables to the registry injector setup
1 parent a0daf82 commit 25af9d5

3 files changed

Lines changed: 23 additions & 6 deletions

File tree

.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-beta7
37+
release: 3.0.0-beta8
3838
api: 3.0.0alpha1
3939
state:
4040
release: beta

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@
7979
"horde/test": "^3 || dev-FRAMEWORK_6_0",
8080
"horde/tree": "^3 || dev-FRAMEWORK_6_0",
8181
"horde/routes": "^3 || dev-FRAMEWORK_6_0",
82-
"horde/vfs": "^3 || dev-FRAMEWORK_6_0",
83-
"horde/ldap": "^3"
82+
"horde/vfs": "^3 || dev-FRAMEWORK_6_0"
8483
},
8584
"suggest": {
8685
"pear/text_captcha": "*",
@@ -112,6 +111,5 @@
112111
"branch-alias": {
113112
"dev-FRAMEWORK_6_0": "3.x-dev"
114113
}
115-
},
116-
"minimum-stability": "dev"
117-
}
114+
}
115+
}

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-beta8:
3+
api: 3.0.0-beta8
4+
state:
5+
release: beta
6+
api: beta
7+
date: 2026-03-28
8+
license:
9+
identifier: LGPL-2.1-only
10+
uri: https://spdx.org/licenses/LGPL-2.1-only.html
11+
notes: |-
12+
feat: Driver Availability check method
13+
feat: Auth driver metadata
14+
feat: Metadata for SQL, LDAP, HashTable and NoSql backends.
15+
test: More fixes to the test suite
16+
test: Fix LdapGroupServiceTest issues.
17+
test: various test suite fixes
18+
test: New tests for the config metadata
19+
feat: Driver config metadata system
20+
feat: Add Horde\Util\Variables to the registry injector setup
221
3.0.0-beta7:
322
api: 3.0.0-beta7
423
state:

0 commit comments

Comments
 (0)