Skip to content

Commit 9968ce4

Browse files
committed
chore(release): bump version to 6.0.0-beta18
Release version 6.0.0-beta18 feat: Admin dashboard for previously unused route /admin/ aka /admin/index.php refactor: More vanilla javascript (activesyncadmin, categoryprefs, login) refactor: Try to use less prototypejs idioms style: Changed CSS and icon assets to Lucide Icons with proper attribution
1 parent 1ff25d9 commit 9968ce4

4 files changed

Lines changed: 17 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-beta17
42+
release: 6.0.0-beta18
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-29",
29+
"time": "2026-05-02",
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+
6.0.0-beta18:
3+
api: 6.0.0-beta18
4+
state:
5+
release: beta
6+
api: beta
7+
date: 2026-05-02
8+
license:
9+
identifier: LGPL-2.0-only
10+
uri: https://spdx.org/licenses/LGPL-2.0-only.html
11+
notes: |-
12+
feat: Admin dashboard for previously unused route /admin/ aka /admin/index.php
13+
refactor: More vanilla javascript (activesyncadmin, categoryprefs, login)
14+
refactor: Try to use less prototypejs idioms
15+
style: Changed CSS and icon assets to Lucide Icons with proper attribution
216
6.0.0-beta17:
317
api: 6.0.0-beta17
418
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-beta17';
36+
public $version = '6.0.0-beta18';
3737

3838
/**
3939
*/

0 commit comments

Comments
 (0)