Skip to content

Commit 6796be7

Browse files
TDannhauerralflang
authored andcommitted
Release 6.0.0-alpha12 (API Version: 6.0.0-alpha1)
fix: Add strftime compatibility code to various horde blocks
1 parent fcf21df commit 6796be7

File tree

4 files changed

+61
-45
lines changed

4 files changed

+61
-45
lines changed

.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-alpha11
42+
release: 6.0.0-alpha12
4343
api: 6.0.0alpha1
4444
state:
4545
release: alpha

composer.json

Lines changed: 48 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -26,62 +26,62 @@
2626
"role": "lead"
2727
}
2828
],
29-
"time": "2025-05-21",
29+
"time": "2025-05-29",
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",
@@ -129,5 +129,10 @@
129129
},
130130
"provide": {
131131
"horde/base": "^6"
132+
},
133+
"extra": {
134+
"branch-alias": {
135+
"dev-FRAMEWORK_6_0": "6.x-dev"
136+
}
132137
}
133138
}

doc/changelog.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
---
2+
6.0.0-alpha12:
3+
api: 6.0.0-alpha1
4+
state:
5+
release: alpha
6+
api: alpha
7+
date: 2025-05-29
8+
license:
9+
identifier: LGPL-2.0-only
10+
uri: http://www.horde.org/licenses/lgpl
11+
notes: |
12+
fix: Add strftime compatibility code to various horde blocks
213
6.0.0-alpha11:
314
api: 6.0.0-alpha1
415
state:

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.0-alpha10';
30+
public $version = '6.0.0-alpha12';
3131

3232
/**
3333
*/

0 commit comments

Comments
 (0)