Skip to content

Commit 7144db6

Browse files
committed
chore(release): bump version to 3.0.0-RC1
Release version 3.0.0-RC1 Fix authentication username check in versionCallback feat: RedirectToLogin now honors guest READ permission refactor: Transition to Horde\Injector\Injector and a lean middleware stack docs: Mark this old-style service as deprecated refactor: Improve getDriverConfig() Merge pull request #100 from horde/fix/migration_Forms_V3 Refactor variable method calls in Html.php Fix header retrieval in tableset rendering Fix method call to get variable type name
1 parent cac72b4 commit 7144db6

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

.horde.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ authors:
4040
active: false
4141
role: developer
4242
version:
43-
release: 3.0.0-beta25
43+
release: 3.0.0-RC1
4444
api: 3.0.0alpha1
4545
state:
46-
release: beta
46+
release: RC
4747
api: alpha
4848
license:
4949
identifier: LGPL-2.1-only

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"config",
3838
"errorhandler"
3939
],
40-
"time": "2026-05-02",
40+
"time": "2026-05-16",
4141
"repositories": [],
4242
"require": {
4343
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^3 || ^2",

doc/changelog.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,25 @@
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-RC1:
736+
api: 3.0.0-RC1
737+
state:
738+
release: RC
739+
api: RC
740+
date: 2026-05-16
741+
license:
742+
identifier: LGPL-2.1-only
743+
uri: https://spdx.org/licenses/LGPL-2.1-only.html
744+
notes: |-
745+
Fix authentication username check in versionCallback
746+
feat: RedirectToLogin now honors guest READ permission
747+
refactor: Transition to Horde\Injector\Injector and a lean middleware stack
748+
docs: Mark this old-style service as deprecated
749+
refactor: Improve getDriverConfig()
750+
Merge pull request #100 from horde/fix/migration_Forms_V3
751+
Refactor variable method calls in Html.php
752+
Fix header retrieval in tableset rendering
753+
Fix method call to get variable type name
735754
2.31.15:
736755
api: 2.31.0
737756
state:

0 commit comments

Comments
 (0)