Skip to content

Commit 18ca565

Browse files
committed
chore(release): bump version to 6.0.0-RC3
Release version 6.0.0-RC3 fix(admin): validate group existence and fix JS tree URL encoding feat: Make activesync admin screen more helpful when activesync is unavailable fix: Explicitly add HordeCore middleware for routes which depend on per-app DI bootstrap. refactor(injector): Widen type hints from Horde_Injector to Horde_Injector|Injector chore: Add gitignore entries related to config items refactor: Use ext-Intl natively instead of strftime and remove any shim logic Add image styling for various tag lists Add image size styles for various tag lists Add image size styles for various tag lists Refactor background properties in screen.css Refactor background properties in screen.css Refactor CSS background properties for clarity
1 parent 21a484f commit 18ca565

4 files changed

Lines changed: 25 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-RC2
42+
release: 6.0.0-RC3
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-16",
29+
"time": "2026-05-19",
3030
"repositories": [],
3131
"require": {
3232
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^3 || ^2",

doc/changelog.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,28 @@
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-RC3:
596+
api: 6.0.0-RC3
597+
state:
598+
release: RC
599+
api: RC
600+
date: 2026-05-19
601+
license:
602+
identifier: LGPL-2.0-only
603+
uri: https://spdx.org/licenses/LGPL-2.0-only.html
604+
notes: |-
605+
fix(admin): validate group existence and fix JS tree URL encoding
606+
feat: Make activesync admin screen more helpful when activesync is unavailable
607+
fix: Explicitly add HordeCore middleware for routes which depend on per-app DI bootstrap.
608+
refactor(injector): Widen type hints from Horde_Injector to Horde_Injector|Injector
609+
chore: Add gitignore entries related to config items
610+
refactor: Use ext-Intl natively instead of strftime and remove any shim logic
611+
Add image styling for various tag lists
612+
Add image size styles for various tag lists
613+
Add image size styles for various tag lists
614+
Refactor background properties in screen.css
615+
Refactor background properties in screen.css
616+
Refactor CSS background properties for clarity
595617
6.0.0-RC2:
596618
api: 6.0.0-RC2
597619
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-RC2';
42+
public $version = '6.0.0-RC3';
4343

4444
/**
4545
*/

0 commit comments

Comments
 (0)