Skip to content

Commit d590f42

Browse files
committed
chore(release): bump version to 3.0.0-RC4
Release version 3.0.0-RC4 refactor: Rebase RuntimeRoutesMapper on horde/Routes#7 GroupMapper Merge pull request #113 from horde/fix/wrong_property-breaks_EAS Rename 'desc' key to 'description' in task info Update default log handler to include line break
1 parent 4735b62 commit d590f42

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.horde.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ authors:
4040
active: false
4141
role: developer
4242
version:
43-
release: 3.0.0-RC3
43+
release: 3.0.0-RC4
4444
api: 3.0.0alpha1
4545
state:
4646
release: RC

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"config",
3838
"errorhandler"
3939
],
40-
"time": "2026-05-21",
40+
"time": "2026-05-22",
4141
"repositories": [],
4242
"require": {
4343
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^3 || ^2",
@@ -125,6 +125,9 @@
125125
"Horde\\Core\\Test\\": "test/"
126126
}
127127
},
128+
"bin": [
129+
"bin/horde-routes-compile"
130+
],
128131
"config": {
129132
"allow-plugins": {
130133
"horde/horde-installer-plugin": true

doc/changelog.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,20 @@
732732
[rla] Adapt schema migrations to work in new H6 installation layout.
733733
[rla] Added injectable wrapper around Config to reduce globals access.
734734
[rla] With Marco Abbrancati: Upgraded test cases for phpunit 9.x utility.
735+
3.0.0-RC4:
736+
api: 3.0.0-RC4
737+
state:
738+
release: RC
739+
api: RC
740+
date: 2026-05-22
741+
license:
742+
identifier: LGPL-2.1-only
743+
uri: https://spdx.org/licenses/LGPL-2.1-only.html
744+
notes: |-
745+
refactor: Rebase RuntimeRoutesMapper on horde/routes#7 GroupMapper
746+
Merge pull request #113 from horde/fix/wrong_property-breaks_EAS
747+
Rename 'desc' key to 'description' in task info
748+
Update default log handler to include line break
735749
3.0.0-RC3:
736750
api: 3.0.0-RC3
737751
state:

0 commit comments

Comments
 (0)