Skip to content

Commit 3907825

Browse files
committed
chore(release): bump version to 6.0.0-RC2
Release version 6.0.0-RC2 fix: Require only horde.local.php if exists, not the core.php file refactor: Explicitly declare the default stack as a prestep to removing fallback logic docs: Mark twitter v1 endpoint deprecated, see #86 style: Resize CSS icons in permission admin dialog
1 parent b9d2451 commit 3907825

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-RC1
42+
release: 6.0.0-RC2
4343
api: 6.0.0alpha1
4444
state:
4545
release: RC

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-12",
29+
"time": "2026-05-16",
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
@@ -592,6 +592,20 @@
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-RC2:
596+
api: 6.0.0-RC2
597+
state:
598+
release: RC
599+
api: RC
600+
date: 2026-05-16
601+
license:
602+
identifier: LGPL-2.0-only
603+
uri: https://spdx.org/licenses/LGPL-2.0-only.html
604+
notes: |-
605+
fix: Require only horde.local.php if exists, not the core.php file
606+
refactor: Explicitly declare the default stack as a prestep to removing fallback logic
607+
docs: Mark twitter v1 endpoint deprecated, see horde/base#86
608+
style: Resize CSS icons in permission admin dialog
595609
6.0.0-RC1:
596610
api: 6.0.0-RC1
597611
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-RC1';
42+
public $version = '6.0.0-RC2';
4343

4444
/**
4545
*/

0 commit comments

Comments
 (0)