Skip to content

Commit

Permalink
Development mode for turba-5.0.0alpha9
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang committed Jan 10, 2024
1 parent dc8194a commit 815b07a
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .horde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ authors:
active: false
role: lead
version:
release: 5.0.0alpha8
release: 5.0.0alpha9
api: 5.0.0alpha1
state:
release: alpha
Expand Down
84 changes: 42 additions & 42 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,56 +29,56 @@
"time": "2024-01-10",
"repositories": [],
"require": {
"horde/horde-installer-plugin": "^2",
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^2",
"php": "^7.4 || ^8",
"horde/content": "^3",
"horde/horde": "^6",
"horde/auth": "^3",
"horde/core": "^3",
"horde/data": "^3",
"horde/date": "^3",
"horde/dav": "^2",
"horde/exception": "^3",
"horde/form": "^3",
"horde/group": "^3",
"horde/history": "^3",
"horde/icalendar": "^3",
"horde/mail": "^3",
"horde/mime": "^3",
"horde/nls": "^3",
"horde/perms": "^3",
"horde/prefs": "^3",
"horde/serialize": "^3",
"horde/share": "^3",
"horde/support": "^3",
"horde/url": "^3",
"horde/util": "^3",
"horde/vfs": "^3",
"horde/view": "^3",
"horde/content": "^3 || dev-FRAMEWORK_6_0",
"horde/horde": "^6 || dev-FRAMEWORK_6_0",
"horde/auth": "^3 || dev-FRAMEWORK_6_0",
"horde/core": "^3 || dev-FRAMEWORK_6_0",
"horde/data": "^3 || dev-FRAMEWORK_6_0",
"horde/date": "^3 || dev-FRAMEWORK_6_0",
"horde/dav": "^2 || dev-FRAMEWORK_6_0",
"horde/exception": "^3 || dev-FRAMEWORK_6_0",
"horde/form": "^3 || dev-FRAMEWORK_6_0",
"horde/group": "^3 || dev-FRAMEWORK_6_0",
"horde/history": "^3 || dev-FRAMEWORK_6_0",
"horde/icalendar": "^3 || dev-FRAMEWORK_6_0",
"horde/mail": "^3 || dev-FRAMEWORK_6_0",
"horde/mime": "^3 || dev-FRAMEWORK_6_0",
"horde/nls": "^3 || dev-FRAMEWORK_6_0",
"horde/perms": "^3 || dev-FRAMEWORK_6_0",
"horde/prefs": "^3 || dev-FRAMEWORK_6_0",
"horde/serialize": "^3 || dev-FRAMEWORK_6_0",
"horde/share": "^3 || dev-FRAMEWORK_6_0",
"horde/support": "^3 || dev-FRAMEWORK_6_0",
"horde/url": "^3 || dev-FRAMEWORK_6_0",
"horde/util": "^3 || dev-FRAMEWORK_6_0",
"horde/vfs": "^3 || dev-FRAMEWORK_6_0",
"horde/view": "^3 || dev-FRAMEWORK_6_0",
"ext-gettext": "*",
"ext-hash": "*",
"ext-json": "*"
},
"require-dev": {
"horde/test": "^3",
"horde/activesync": "^3",
"horde/backup": "^2",
"horde/db": "^3",
"horde/imsp": "^3",
"horde/kolab_format": "^3",
"horde/kolab_storage": "^3",
"horde/ldap": "^3",
"horde/openxchange": "^2"
"horde/test": "^3 || dev-FRAMEWORK_6_0",
"horde/activesync": "^3 || dev-FRAMEWORK_6_0",
"horde/backup": "^2 || dev-FRAMEWORK_6_0",
"horde/db": "^3 || dev-FRAMEWORK_6_0",
"horde/imsp": "^3 || dev-FRAMEWORK_6_0",
"horde/kolab_format": "^3 || dev-FRAMEWORK_6_0",
"horde/kolab_storage": "^3 || dev-FRAMEWORK_6_0",
"horde/ldap": "^3 || dev-FRAMEWORK_6_0",
"horde/openxchange": "^2 || dev-FRAMEWORK_6_0"
},
"suggest": {
"horde/activesync": "^3",
"horde/backup": "^2",
"horde/db": "^3",
"horde/imsp": "^3",
"horde/kolab_format": "^3",
"horde/kolab_storage": "^3",
"horde/ldap": "^3",
"horde/openxchange": "^2"
"horde/activesync": "^3 || dev-FRAMEWORK_6_0",
"horde/backup": "^2 || dev-FRAMEWORK_6_0",
"horde/db": "^3 || dev-FRAMEWORK_6_0",
"horde/imsp": "^3 || dev-FRAMEWORK_6_0",
"horde/kolab_format": "^3 || dev-FRAMEWORK_6_0",
"horde/kolab_storage": "^3 || dev-FRAMEWORK_6_0",
"horde/ldap": "^3 || dev-FRAMEWORK_6_0",
"horde/openxchange": "^2 || dev-FRAMEWORK_6_0"
},
"autoload": {
"psr-0": {
Expand Down
7 changes: 7 additions & 0 deletions doc/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
------------
v5.0.0alpha9
------------




------------
v5.0.0alpha8
------------
Expand Down
11 changes: 11 additions & 0 deletions doc/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
---
5.0.0alpha9:
api: 5.0.0alpha1
state:
release: alpha
api: alpha
date: 2024-01-10
license:
identifier: ASL
uri: http://www.horde.org/licenses/apache
notes: |+
5.0.0alpha8:
api: 5.0.0alpha1
state:
Expand Down
2 changes: 1 addition & 1 deletion lib/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Turba_Application extends Horde_Registry_Application

/**
*/
public $version = 'H5 (5.0.0alpha8)';
public $version = 'H5 (5.0.0alpha9)';

/**
*/
Expand Down
153 changes: 149 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</lead>
<date>2024-01-10</date>
<version>
<release>5.0.0alpha8</release>
<release>5.0.0alpha9</release>
<api>5.0.0alpha1</api>
</version>
<stability>
Expand All @@ -39,8 +39,7 @@
</stability>
<license uri="http://www.horde.org/licenses/apache">Apache-1.1</license>
<notes>
* [rla] Update license identifier ASL to SPDX format - Apache-1.1
* |+
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -981,6 +980,137 @@
</filelist>
</phprelease>
<changelog>



































































































































<release>
<version>
<release>0.0.1</release>
Expand Down Expand Up @@ -3545,11 +3675,26 @@
<api>alpha</api>
</stability>
<date>2024-01-10</date>
<license uri="http://www.horde.org/licenses/apache">Apache-1.1</license>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
* [rla] Update license identifier ASL to SPDX format - Apache-1.1
* |+
</notes>
</release>
<release>
<version>
<release>5.0.0alpha9</release>
<api>5.0.0alpha1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2024-01-10</date>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
*
</notes>
</release>
</changelog>
</package>

0 comments on commit 815b07a

Please sign in to comment.