Skip to content

Commit

Permalink
Development mode for Core-3.0.0alpha17
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang committed Jan 10, 2024
1 parent f6e59a0 commit 8d14ac1
Show file tree
Hide file tree
Showing 5 changed files with 262 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .horde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ authors:
active: false
role: developer
version:
release: 3.0.0alpha16
release: 3.0.0alpha17
api: 3.0.0alpha1
state:
release: alpha
Expand Down
94 changes: 47 additions & 47 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,58 +29,58 @@
"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/alarm": "^3",
"horde/auth": "^3",
"horde/autoloader": "^3",
"horde/browser": "^3",
"horde/cache": "^3",
"horde/cli": "^3",
"horde/compress": "^3",
"horde/compress_fast": "^2",
"horde/controller": "^3",
"horde/cssminify": "^2",
"horde/data": "^3",
"horde/date": "^3",
"horde/exception": "^3",
"horde/group": "^3",
"horde/hashtable": "^2",
"horde/history": "^3",
"horde/http": "^3",
"horde/http_server": "^1",
"horde/injector": "^3",
"horde/javascriptminify": "^2",
"horde/lock": "^3",
"horde/log": "^3",
"horde/logintasks": "^3",
"horde/mime": "^3",
"horde/mime_viewer": "^3",
"horde/notification": "^3",
"horde/pack": "^2",
"horde/perms": "^3",
"horde/prefs": "^3",
"horde/secret": "^3",
"horde/serialize": "^3",
"horde/sessionhandler": "^3",
"horde/share": "^3",
"horde/support": "^3",
"horde/template": "^3",
"horde/token": "^3",
"horde/text_filter": "^3",
"horde/translation": "^3",
"horde/url": "^3",
"horde/util": "^3",
"horde/view": "^3",
"horde/alarm": "^3 || dev-FRAMEWORK_6_0",
"horde/auth": "^3 || dev-FRAMEWORK_6_0",
"horde/autoloader": "^3 || dev-FRAMEWORK_6_0",
"horde/browser": "^3 || dev-FRAMEWORK_6_0",
"horde/cache": "^3 || dev-FRAMEWORK_6_0",
"horde/cli": "^3 || dev-FRAMEWORK_6_0",
"horde/compress": "^3 || dev-FRAMEWORK_6_0",
"horde/compress_fast": "^2 || dev-FRAMEWORK_6_0",
"horde/controller": "^3 || dev-FRAMEWORK_6_0",
"horde/cssminify": "^2 || dev-FRAMEWORK_6_0",
"horde/data": "^3 || dev-FRAMEWORK_6_0",
"horde/date": "^3 || dev-FRAMEWORK_6_0",
"horde/exception": "^3 || dev-FRAMEWORK_6_0",
"horde/group": "^3 || dev-FRAMEWORK_6_0",
"horde/hashtable": "^2 || dev-FRAMEWORK_6_0",
"horde/history": "^3 || dev-FRAMEWORK_6_0",
"horde/http": "^3 || dev-FRAMEWORK_6_0",
"horde/http_server": "^1 || dev-FRAMEWORK_6_0",
"horde/injector": "^3 || dev-FRAMEWORK_6_0",
"horde/javascriptminify": "^2 || dev-FRAMEWORK_6_0",
"horde/lock": "^3 || dev-FRAMEWORK_6_0",
"horde/log": "^3 || dev-FRAMEWORK_6_0",
"horde/logintasks": "^3 || dev-FRAMEWORK_6_0",
"horde/mime": "^3 || dev-FRAMEWORK_6_0",
"horde/mime_viewer": "^3 || dev-FRAMEWORK_6_0",
"horde/notification": "^3 || dev-FRAMEWORK_6_0",
"horde/pack": "^2 || dev-FRAMEWORK_6_0",
"horde/perms": "^3 || dev-FRAMEWORK_6_0",
"horde/prefs": "^3 || dev-FRAMEWORK_6_0",
"horde/secret": "^3 || dev-FRAMEWORK_6_0",
"horde/serialize": "^3 || dev-FRAMEWORK_6_0",
"horde/sessionhandler": "^3 || dev-FRAMEWORK_6_0",
"horde/share": "^3 || dev-FRAMEWORK_6_0",
"horde/support": "^3 || dev-FRAMEWORK_6_0",
"horde/template": "^3 || dev-FRAMEWORK_6_0",
"horde/token": "^3 || dev-FRAMEWORK_6_0",
"horde/text_filter": "^3 || dev-FRAMEWORK_6_0",
"horde/translation": "^3 || dev-FRAMEWORK_6_0",
"horde/url": "^3 || dev-FRAMEWORK_6_0",
"horde/util": "^3 || dev-FRAMEWORK_6_0",
"horde/view": "^3 || dev-FRAMEWORK_6_0",
"pear/pear": "*",
"ext-session": "*"
},
"require-dev": {
"horde/test": "^3",
"horde/tree": "^3",
"horde/prefs": "^3",
"horde/routes": "^3",
"horde/vfs": "^3"
"horde/test": "^3 || dev-FRAMEWORK_6_0",
"horde/tree": "^3 || dev-FRAMEWORK_6_0",
"horde/prefs": "^3 || dev-FRAMEWORK_6_0",
"horde/routes": "^3 || dev-FRAMEWORK_6_0",
"horde/vfs": "^3 || dev-FRAMEWORK_6_0"
},
"suggest": {
"pear/text_captcha": "*",
Expand Down
7 changes: 7 additions & 0 deletions doc/Horde/Core/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------
v3.0.0alpha17
-------------




-------------
v3.0.0alpha16
-------------
Expand Down
11 changes: 11 additions & 0 deletions doc/Horde/Core/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
---
3.0.0alpha17:
api: 3.0.0alpha6
state:
release: alpha
api: alpha
date: 2024-01-10
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |+
3.0.0alpha16:
api: 3.0.0alpha6
state:
Expand Down
202 changes: 196 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</developer>
<date>2024-01-10</date>
<version>
<release>3.0.0alpha16</release>
<release>3.0.0alpha17</release>
<api>3.0.0alpha1</api>
</version>
<stability>
Expand All @@ -39,8 +39,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
<notes>
* [rla] SECURITY: Mitigate CVE-2020-27511.
* |+
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1725,6 +1724,182 @@
</filelist>
</phprelease>
<changelog>
















































































































































































<release>
<version>
<release>1.0.0alpha1</release>
Expand Down Expand Up @@ -4815,18 +4990,33 @@
<release>
<version>
<release>3.0.0alpha16</release>
<api>3.0.0alpha1</api>
<api>3.0.0alpha6</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2023-10-30</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
<date>2024-01-10</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [rla] SECURITY: Mitigate CVE-2020-27511.
* |+
</notes>
</release>
<release>
<version>
<release>3.0.0alpha17</release>
<api>3.0.0alpha6</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2024-01-10</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
</notes>
</release>
</changelog>
</package>

0 comments on commit 8d14ac1

Please sign in to comment.