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
Github CI Runner committed Apr 23, 2024
1 parent e755908 commit ac6d15f
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 6 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
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"minimum-stability": "dev",
"name": "horde/core",
"description": "Core Horde Framework library",
"type": "horde-library",
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-04-23
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |+
3.0.0alpha16:
api: 3.0.0alpha6
state:
Expand Down
201 changes: 196 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</developer>
<date>2024-04-23</date>
<version>
<release>3.0.0alpha16</release>
<release>3.0.0alpha17</release>
<api>3.0.0alpha1</api>
</version>
<stability>
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,6 +1724,182 @@
</filelist>
</phprelease>
<changelog>
















































































































































































<release>
<version>
<release>1.0.0alpha1</release>
Expand Down Expand Up @@ -4814,17 +4990,32 @@
<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-04-23</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* |+
</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-04-23</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
</notes>
</release>
</changelog>
</package>

0 comments on commit ac6d15f

Please sign in to comment.