Skip to content

Commit ef19649

Browse files
committed
Release 3.0.0-alpha25 (API Version: 3.0.0-alpha1)
fix(metadata): Core is a horde-library as it exposes js files to webroot style: Whitespace fixes feat: Partial modern implementation of registry loader feat: Update French translation of Horde_Core (#22) fix: It is sufficient to find conf.php in EITHER var/config/ or vendor/horde//config to prevent deactivating the app
1 parent e754674 commit ef19649

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
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-alpha24
37+
release: 3.0.0-alpha25
3838
api: 3.0.0alpha1
3939
state:
4040
release: alpha

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "horde/core",
33
"description": "Core Horde Framework library",
4-
"type": "horde-library",
54
"homepage": "https://www.horde.org/libraries/Horde_Core",
65
"license": "LGPL-2.1-only",
76
"authors": [
@@ -26,7 +25,7 @@
2625
"role": "developer"
2726
}
2827
],
29-
"time": "2025-06-04",
28+
"time": "2025-06-08",
3029
"repositories": [],
3130
"require": {
3231
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^3 || ^2",

doc/changelog.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
---
2+
3.0.0-alpha25:
3+
api: 3.0.0-alpha1
4+
state:
5+
release: alpha
6+
api: alpha
7+
date: 2025-06-08
8+
license:
9+
identifier: LGPL-2.1-only
10+
uri: http://www.horde.org/licenses/lgpl21
11+
notes: |
12+
fix(metadata): Core is a horde-library as it exposes js files to webroot
13+
style: Whitespace fixes
14+
feat: Partial modern implementation of registry loader
15+
feat: Update French translation of Horde_Core (#22)
16+
fix: It is sufficient to find conf.php in EITHER var/config/ or vendor/horde//config to prevent deactivating the app
217
3.0.0-alpha24:
318
api: 3.0.0-alpha1
419
state:

0 commit comments

Comments
 (0)