Skip to content

Commit

Permalink
Released Core-3.0.0alpha15
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang committed Oct 30, 2023
1 parent f35462f commit cbb72f6
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 238 deletions.
104 changes: 49 additions & 55 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"minimum-stability": "dev",
"name": "horde/core",
"description": "Core Horde Framework library",
"type": "horde-library",
Expand Down Expand Up @@ -27,66 +26,61 @@
"role": "developer"
}
],
"time": "2023-03-21",
"repositories": [
{
"type": "composer",
"url": "https://horde-satis.maintaina.com"
}
],
"time": "2023-10-30",
"repositories": [],
"require": {
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^2",
"horde/horde-installer-plugin": "^2",
"php": "^7.4 || ^8",
"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",
"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",
"pear/pear": "*",
"ext-session": "*"
},
"require-dev": {
"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"
"horde/test": "^3",
"horde/tree": "^3",
"horde/prefs": "^3",
"horde/routes": "^3",
"horde/vfs": "^3"
},
"suggest": {
"pear/text_captcha": "*",
Expand Down
3 changes: 1 addition & 2 deletions doc/Horde/Core/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
v3.0.0alpha15
-------------



|+

-------------
v3.0.0alpha14
Expand Down
3 changes: 1 addition & 2 deletions doc/Horde/Core/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
state:
release: alpha
api: alpha
date: 2023-03-21
date: 2023-10-30
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |+
3.0.0alpha14:
api: 3.0.0alpha6
state:
Expand Down
184 changes: 5 additions & 179 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<email>[email protected]</email>
<active>no</active>
</developer>
<date>2023-03-21</date>
<date>2023-10-30</date>
<version>
<release>3.0.0alpha15</release>
<api>3.0.0alpha1</api>
Expand All @@ -39,7 +39,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
<notes>
*
* |+
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1724,180 +1724,6 @@
</filelist>
</phprelease>
<changelog>














































































































































































<release>
<version>
<release>1.0.0alpha1</release>
Expand Down Expand Up @@ -4973,16 +4799,16 @@
<release>
<version>
<release>3.0.0alpha15</release>
<api>3.0.0alpha6</api>
<api>3.0.0alpha1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2023-03-21</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
<notes>
*
* |+
</notes>
</release>
</changelog>
Expand Down

0 comments on commit cbb72f6

Please sign in to comment.