Skip to content

Commit 51f9872

Browse files
committed
Release 6.0.0-alpha10 (API Version: 6.0.0-alpha1)
fix: Shield against undefined autoloader variable style: apply php-cs-fixer fix: htmlspecialchars in login template expects strings
1 parent 638ccc1 commit 51f9872

4 files changed

Lines changed: 64 additions & 48 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-alpha9
42+
release: 6.0.0-alpha10
4343
api: 6.0.0alpha1
4444
state:
4545
release: alpha

composer.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -26,62 +26,62 @@
2626
"role": "lead"
2727
}
2828
],
29-
"time": "2025-05-06",
29+
"time": "2025-05-10",
3030
"repositories": [],
3131
"require": {
32-
"horde/horde-installer-plugin": "^2",
32+
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^2",
3333
"php": "^7.4 || ^8",
34-
"horde/alarm": "^3",
35-
"horde/argv": "^3",
36-
"horde/auth": "^3",
37-
"horde/autoloader": "^3",
38-
"horde/browser": "^3",
39-
"horde/core": "^3",
40-
"horde/date": "^3",
41-
"horde/exception": "^3",
42-
"horde/form": "^3",
43-
"horde/group": "^3",
44-
"horde/http": "^3",
45-
"horde/image": "^3",
46-
"horde/logintasks": "^3",
47-
"horde/mail": "^3",
48-
"horde/mime": "^3",
49-
"horde/nls": "^3",
50-
"horde/perms": "^3",
51-
"horde/prefs": "^3",
52-
"horde/rpc": "^3",
53-
"horde/serialize": "^3",
54-
"horde/support": "^3",
55-
"horde/text_diff": "^3",
56-
"horde/token": "^3",
57-
"horde/text_filter": "^3",
58-
"horde/tree": "^3",
59-
"horde/url": "^3",
60-
"horde/util": "^3",
61-
"horde/view": "^3",
62-
"horde/vfs": "^3",
34+
"horde/alarm": "^3 || dev-FRAMEWORK_6_0",
35+
"horde/argv": "^3 || dev-FRAMEWORK_6_0",
36+
"horde/auth": "^3 || dev-FRAMEWORK_6_0",
37+
"horde/autoloader": "^3 || dev-FRAMEWORK_6_0",
38+
"horde/browser": "^3 || dev-FRAMEWORK_6_0",
39+
"horde/core": "^3 || dev-FRAMEWORK_6_0",
40+
"horde/date": "^3 || dev-FRAMEWORK_6_0",
41+
"horde/exception": "^3 || dev-FRAMEWORK_6_0",
42+
"horde/form": "^3 || dev-FRAMEWORK_6_0",
43+
"horde/group": "^3 || dev-FRAMEWORK_6_0",
44+
"horde/http": "^3 || dev-FRAMEWORK_6_0",
45+
"horde/image": "^3 || dev-FRAMEWORK_6_0",
46+
"horde/logintasks": "^3 || dev-FRAMEWORK_6_0",
47+
"horde/mail": "^3 || dev-FRAMEWORK_6_0",
48+
"horde/mime": "^3 || dev-FRAMEWORK_6_0",
49+
"horde/nls": "^3 || dev-FRAMEWORK_6_0",
50+
"horde/perms": "^3 || dev-FRAMEWORK_6_0",
51+
"horde/prefs": "^3 || dev-FRAMEWORK_6_0",
52+
"horde/rpc": "^3 || dev-FRAMEWORK_6_0",
53+
"horde/serialize": "^3 || dev-FRAMEWORK_6_0",
54+
"horde/support": "^3 || dev-FRAMEWORK_6_0",
55+
"horde/text_diff": "^3 || dev-FRAMEWORK_6_0",
56+
"horde/token": "^3 || dev-FRAMEWORK_6_0",
57+
"horde/text_filter": "^3 || dev-FRAMEWORK_6_0",
58+
"horde/tree": "^3 || dev-FRAMEWORK_6_0",
59+
"horde/url": "^3 || dev-FRAMEWORK_6_0",
60+
"horde/util": "^3 || dev-FRAMEWORK_6_0",
61+
"horde/view": "^3 || dev-FRAMEWORK_6_0",
62+
"horde/vfs": "^3 || dev-FRAMEWORK_6_0",
6363
"php81_bc/strftime": "^0.7",
6464
"ext-filter": "*",
6565
"ext-gettext": "*",
6666
"ext-hash": "*",
6767
"ext-intl": "*"
6868
},
6969
"require-dev": {
70-
"horde/test": "^3"
70+
"horde/test": "^3 || dev-FRAMEWORK_6_0"
7171
},
7272
"suggest": {
7373
"pear/net_dns2": "*",
74-
"horde/activeSync": "^3",
75-
"horde/backup": "^2",
76-
"horde/cli_application": "^2",
77-
"horde/db": "^3",
78-
"horde/feed": "^3",
79-
"horde/oauth": "^3",
80-
"horde/openxchange": "^2",
81-
"horde/service_facebook": "^3",
82-
"horde/service_twitter": "^3",
83-
"horde/service_weather": "^3",
84-
"horde/syncml": "^3",
74+
"horde/activeSync": "^3 || dev-FRAMEWORK_6_0",
75+
"horde/backup": "^2 || dev-FRAMEWORK_6_0",
76+
"horde/cli_application": "^2 || dev-FRAMEWORK_6_0",
77+
"horde/db": "^3 || dev-FRAMEWORK_6_0",
78+
"horde/feed": "^3 || dev-FRAMEWORK_6_0",
79+
"horde/oauth": "^3 || dev-FRAMEWORK_6_0",
80+
"horde/openxchange": "^2 || dev-FRAMEWORK_6_0",
81+
"horde/service_facebook": "^3 || dev-FRAMEWORK_6_0",
82+
"horde/service_twitter": "^3 || dev-FRAMEWORK_6_0",
83+
"horde/service_weather": "^3 || dev-FRAMEWORK_6_0",
84+
"horde/syncml": "^3 || dev-FRAMEWORK_6_0",
8585
"pear/console_table": "^1.3",
8686
"pear/console_getopt": "^1.4",
8787
"pear/console_color2": "^0.1.2",

doc/changelog.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
---
2+
6.0.0-alpha10:
3+
api: 6.0.0-alpha1
4+
state:
5+
release: true
6+
api: true
7+
date: 2025-05-10
8+
license:
9+
identifier: LGPL-2.0-only
10+
uri: http://www.horde.org/licenses/lgpl
11+
notes: |
12+
fix: Shield against undefined autoloader variable
13+
style: apply php-cs-fixer
14+
fix: htmlspecialchars in login template expects strings
215
6.0.0-alpha9:
316
api: 6.0.0-alpha1
417
state:
@@ -1670,8 +1683,9 @@
16701683
[cjh] Fix updating of last_maintenance preference with PHP 4 (Bug #5111).
16711684
[cjh] Allow considering all IPs to be "safe" for encryption operations, passphrase entry, etc., when using SSL hardware or other secure environments (adrieder@sbox.tugraz.at, Request #5568).
16721685
[cjh] Fix CSRF protection with Horde_Form objects submitted with preserve().
1673-
3.2.0-ALPHA:
1686+
3.2.0-ALPHA1:
16741687
notes: |
1688+
Original version string was 3.2.0-ALPHA
16751689
Original version string was 3.2ALPHA
16761690
[cjh] Centralize sounds for audio alarms in Horde.
16771691
[cjh] Include CSRF protection when using Horde_Form Tokens (Request #4492).
@@ -2198,8 +2212,9 @@
21982212
[mms] Added extensions to the form renderer for the file selection API.
21992213
[cjh] Render all menus as <ul> tags, formatted with CSS.
22002214
[mms] Added example of _imp_hook_spam_bounce to config/hooks.php.dist.
2201-
3.0.0-BETA:
2215+
3.0.0-BETA1:
22022216
notes: |
2217+
Original version string was 3.0.0-BETA
22032218
Original version string was 3.0BETA
22042219
[cjh] Allow to insert images from galleries in the WYSIWYG HTML editor (Duck <duck@obala.net>, Roel Gloudemans <roel@gloudemans.info>).
22052220
[mdj] All Horde icons changed from GIF to PNG.
@@ -2233,8 +2248,9 @@
22332248
[mms] Added a generic message/rfc822 MIME_Viewer driver.
22342249
[cjh] Remove HORDE_LIBS constant and assume libraries are in the include_path.
22352250
[jan] Add searching and paging to the user administration interface (Joel Vandal <joel@scopserv.com>).
2236-
3.0.0-ALPHA:
2251+
3.0.0-ALPHA1:
22372252
notes: |
2253+
Original version string was 3.0.0-ALPHA
22382254
Original version string was 3.0ALPHA
22392255
[jan] Access keys are no longer generated automatically but defined by the developers and translators.
22402256
[cjh] The new services/prefs.php file is now the only UI page necessary for preferences for all applications - all app/prefs.php files are now obsolete.

lib/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Horde_Application extends Horde_Registry_Application
2727
{
2828
/**
2929
*/
30-
public $version = '6.0.0alpha7';
30+
public $version = '6.0.0-alpha10';
3131

3232
/**
3333
*/

0 commit comments

Comments
 (0)