Skip to content

Commit 0876704

Browse files
committed
chore(release): bump version to 6.0.0-RC1
Release version 6.0.0-RC1 style: Resize trash icon in group admin screen style: Fix multiple instances of icons too large feat: Port error message parameter to ResponsiveLoginController feat: Rebase login route controller and factor out services refactor: Provide full functionality of login.inc in the login.html.php template Add download service route to routes.php Enhance DownloadController with PHPDoc comments Implement DownloadController for handling downloads
1 parent c05878c commit 0876704

4 files changed

Lines changed: 22 additions & 4 deletions

File tree

.horde.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ authors:
3939
active: false
4040
role: lead
4141
version:
42-
release: 6.0.0-beta18
42+
release: 6.0.0-RC1
4343
api: 6.0.0alpha1
4444
state:
45-
release: beta
45+
release: RC
4646
api: alpha
4747
license:
4848
identifier: LGPL-2.0-only

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-05-02",
29+
"time": "2026-05-12",
3030
"repositories": [],
3131
"require": {
3232
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^3 || ^2",

doc/changelog.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,24 @@
592592
[mms] Add Cache Administration page.
593593
[mms] Add the 'time_format_mini' preference.
594594
[mjr] Display ActiveSync client lastSyncTime in user's timezone (Request #13200).
595+
6.0.0-RC1:
596+
api: 6.0.0-RC1
597+
state:
598+
release: RC
599+
api: RC
600+
date: 2026-05-12
601+
license:
602+
identifier: LGPL-2.0-only
603+
uri: https://spdx.org/licenses/LGPL-2.0-only.html
604+
notes: |-
605+
style: Resize trash icon in group admin screen
606+
style: Fix multiple instances of icons too large
607+
feat: Port error message parameter to ResponsiveLoginController
608+
feat: Rebase login route controller and factor out services
609+
refactor: Provide full functionality of login.inc in the login.html.php template
610+
Add download service route to routes.php
611+
Enhance DownloadController with PHPDoc comments
612+
Implement DownloadController for handling downloads
595613
5.2.24:
596614
api: 5.2.0
597615
state:

lib/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Horde_Application extends Horde_Registry_Application
3939
{
4040
/**
4141
*/
42-
public $version = '6.0.0-beta18';
42+
public $version = '6.0.0-RC1';
4343

4444
/**
4545
*/

0 commit comments

Comments
 (0)