Skip to content

Commit ab6c491

Browse files
committed
chore(release): bump version to 3.0.0-beta9
Release version 3.0.0-beta9 style: ws feat: HordeYmlFile based version reader replaces PEARisms fix: Guard against ltrim on non-string feat: Group, Prefs and Alarm metadata providers
1 parent 02b6a6b commit ab6c491

3 files changed

Lines changed: 16 additions & 2 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-beta8
37+
release: 3.0.0-beta9
3838
api: 3.0.0alpha1
3939
state:
4040
release: beta

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"role": "developer"
2727
}
2828
],
29-
"time": "2026-03-28",
29+
"time": "2026-03-29",
3030
"repositories": [],
3131
"require": {
3232
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^3 || ^2",

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-beta9:
3+
api: 3.0.0-beta9
4+
state:
5+
release: beta
6+
api: beta
7+
date: 2026-03-29
8+
license:
9+
identifier: LGPL-2.1-only
10+
uri: https://spdx.org/licenses/LGPL-2.1-only.html
11+
notes: |-
12+
style: ws
13+
feat: HordeYmlFile based version reader replaces PEARisms
14+
fix: Guard against ltrim on non-string
15+
feat: Group, Prefs and Alarm metadata providers
216
3.0.0-beta8:
317
api: 3.0.0-beta8
418
state:

0 commit comments

Comments
 (0)