Skip to content

Commit 4193436

Browse files
Horde ReleaseHorde Release
authored andcommitted
Release 3.0.0-beta1 (API Version: 3.0.0-alpha1)
feat: Support optionally preferring existing vars content over defaults. fix: Persist form to variable when initializing chore(composer.json): Rebuild composer.json - core must be a horde-library so its js gets linked properly.
1 parent 9a110d3 commit 4193436

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.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-alpha26
37+
release: 3.0.0-beta1
3838
api: 3.0.0alpha1
3939
state:
4040
release: alpha

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": "2025-06-23",
29+
"time": "2025-06-24",
3030
"repositories": [],
3131
"require": {
3232
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^3 || ^2",

doc/changelog.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
---
2+
3.0.0-beta1:
3+
api: 3.0.0-alpha1
4+
state:
5+
release: beta
6+
api: alpha
7+
date: 2025-06-24
8+
license:
9+
identifier: LGPL-2.1-only
10+
uri: http://www.horde.org/licenses/lgpl21
11+
notes: |
12+
feat: Support optionally preferring existing vars content over defaults.
13+
fix: Persist form to variable when initializing
14+
chore(composer.json): Rebuild composer.json - core must be a horde-library so its js gets linked properly.
215
3.0.0-alpha26:
316
api: 3.0.0-alpha1
417
state:

0 commit comments

Comments
 (0)