Skip to content

Commit 9e011b6

Browse files
committed
chore(release): bump version to 6.0.0-beta5
Release version 6.0.0-beta5 feat(admin-api): New REST API for administrative operations Update horde dependencies to include dev-FRAMEWORK_6_0 Merge pull request #50 from horde/feat/migrate-netdns2 feat: Drop PEAR dependencies chore(deps): remove unused pear/console_table from suggests fix(auth): correct secondFactorAPI casing to secondFactorApi feat: Implement Login Parity Integration Test fix(auth): correct secondFactorAPI casing to secondFactorApi feat: Implement Login Parity Integration Test fix: Refactor second factor validation to rely on Login::secondFactorApi() feat: Improve rendering of topbar and login screen feat(auth): add config options for Basic and Minimal view selection docs(registry): document resolve_hostnames performance setting feat(auth): add config options for Basic and Minimal view selection chore(gitignore): Make sure we never commit the jwt secret key feat: Responsive topbar and login.php amendments for responsive passwd tool style: topbar.js indenting and whitespace issues, wording feat: Add a small collapse delay to topbar to make it more accessible
1 parent 2826179 commit 9e011b6

4 files changed

Lines changed: 39 additions & 6 deletions

File tree

.horde.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ authors:
3939
active: false
4040
role: lead
4141
version:
42-
release: 6.0.0-beta4
42+
release: 6.0.0-beta5
4343
api: 6.0.0alpha1
4444
state:
4545
release: beta

composer.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"role": "lead"
2727
}
2828
],
29-
"time": "2026-03-13",
29+
"time": "2026-03-16",
3030
"repositories": [],
3131
"require": {
32-
"horde/horde-installer-plugin": "^3 || ^2 || dev-FRAMEWORK_6_0",
32+
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^3 || ^2",
3333
"php": "^8.2",
3434
"horde/alarm": "^3 || dev-FRAMEWORK_6_0",
3535
"horde/argv": "^3 || dev-FRAMEWORK_6_0",
@@ -68,7 +68,7 @@
6868
"ext-intl": "*"
6969
},
7070
"require-dev": {
71-
"horde/test": "^3"
71+
"horde/test": "^3 || dev-FRAMEWORK_6_0"
7272
},
7373
"suggest": {
7474
"mikepultz/netdns2": "^2.0",
@@ -127,5 +127,10 @@
127127
},
128128
"provide": {
129129
"horde/base": "^6"
130+
},
131+
"extra": {
132+
"branch-alias": {
133+
"dev-FRAMEWORK_6_0": "6.x-dev"
134+
}
130135
}
131-
}
136+
}

doc/changelog.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
11
---
2+
6.0.0-beta5:
3+
api: 6.0.0-beta5
4+
state:
5+
release: beta
6+
api: beta
7+
date: 2026-03-16
8+
license:
9+
identifier: LGPL-2.0-only
10+
uri: https://spdx.org/licenses/LGPL-2.0-only.html
11+
notes: |-
12+
feat(admin-api): New REST API for administrative operations
13+
Update horde dependencies to include dev-FRAMEWORK_6_0
14+
Merge pull request #50 from horde/feat/migrate-netdns2
15+
feat: Drop PEAR dependencies
16+
chore(deps): remove unused pear/console_table from suggests
17+
fix(auth): correct secondFactorAPI casing to secondFactorApi
18+
feat: Implement Login Parity Integration Test
19+
fix(auth): correct secondFactorAPI casing to secondFactorApi
20+
feat: Implement Login Parity Integration Test
21+
fix: Refactor second factor validation to rely on Login::secondFactorApi()
22+
feat: Improve rendering of topbar and login screen
23+
feat(auth): add config options for Basic and Minimal view selection
24+
docs(registry): document resolve_hostnames performance setting
25+
feat(auth): add config options for Basic and Minimal view selection
26+
chore(gitignore): Make sure we never commit the jwt secret key
27+
feat: Responsive topbar and login.php amendments for responsive passwd tool
28+
style: topbar.js indenting and whitespace issues, wording
29+
feat: Add a small collapse delay to topbar to make it more accessible
230
6.0.0-beta4:
331
api: 6.0.0-beta4
432
state:

lib/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Horde_Application extends Horde_Registry_Application
2929
{
3030
/**
3131
*/
32-
public $version = '6.0.0-beta4';
32+
public $version = '6.0.0-beta5';
3333

3434
/**
3535
*/

0 commit comments

Comments
 (0)