Skip to content

Commit 25ca744

Browse files
committed
chore(release): bump version to 6.0.0-beta17
Release version 6.0.0-beta17 refactor: Prefer UriBuilder over Horde::url and Horde::link feat: Use modern version checker service refactor: Accept Horde\Util\Variables in most places which accept Horde_Variables feat: Implement two-form and three-form calls in AjaxDispatchController #80 refactor: Prefer use statements over FQCN and register routes for Ajax Controller two-form and three-form routes #79 feat: Build a modern AjaxDispatchController for #78 fix: Unexpected identifier version in test.php reported by @Bofus
1 parent 0163a5a commit 25ca744

4 files changed

Lines changed: 20 additions & 3 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-beta16
42+
release: 6.0.0-beta17
4343
api: 6.0.0alpha1
4444
state:
4545
release: beta

composer.json

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

doc/changelog.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
---
2+
6.0.0-beta17:
3+
api: 6.0.0-beta17
4+
state:
5+
release: beta
6+
api: beta
7+
date: 2026-04-29
8+
license:
9+
identifier: LGPL-2.0-only
10+
uri: https://spdx.org/licenses/LGPL-2.0-only.html
11+
notes: |-
12+
refactor: Prefer UriBuilder over Horde::url and Horde::link
13+
feat: Use modern version checker service
14+
refactor: Accept Horde\Util\Variables in most places which accept Horde_Variables
15+
feat: Implement two-form and three-form calls in AjaxDispatchController #80
16+
refactor: Prefer "use" statements over FQCN and register routes for Ajax Controller two-form and three-form routes #79
17+
feat: Build a modern AjaxDispatchController for #78
18+
fix: Unexpected identifier "version" in test.php reported by @bofus
219
6.0.0-beta16:
320
api: 6.0.0-beta16
421
state:

lib/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Horde_Application extends Horde_Registry_Application
3333
{
3434
/**
3535
*/
36-
public $version = '6.0.0-beta16';
36+
public $version = '6.0.0-beta17';
3737

3838
/**
3939
*/

0 commit comments

Comments
 (0)