Skip to content

Commit

Permalink
Development mode for content-3.0.0alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang committed Nov 3, 2022
1 parent 159ca69 commit 3c9c150
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .horde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ authors:
active: false
role: lead
version:
release: 3.0.0alpha4
release: 3.0.0alpha5
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/content",
"description": "Tagging application",
"type": "horde-application",
Expand Down
7 changes: 7 additions & 0 deletions doc/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
------------
v3.0.0alpha5
------------




------------
v3.0.0alpha4
------------
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 @@
---
3.0.0alpha5:
api: 3.0.0alpha1
state:
release: alpha
api: alpha
date: 2022-11-03
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |+
3.0.0alpha4:
api: 3.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 @@ -34,5 +34,5 @@ class Content_Application extends Horde_Registry_Application
{
/**
*/
public $version = '3.0.0alpha4';
public $version = '3.0.0alpha5';
}
44 changes: 40 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</lead>
<date>2022-11-03</date>
<version>
<release>3.0.0alpha4</release>
<release>3.0.0alpha5</release>
<api>3.0.0alpha1</api>
</version>
<stability>
Expand All @@ -27,8 +27,7 @@
</stability>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [rla] Enable PHP 8.x compat.
* |+
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -214,6 +213,28 @@
</filelist>
</phprelease>
<changelog>






















<release>
<version>
<release>1.0.0alpha1</release>
Expand Down Expand Up @@ -549,12 +570,27 @@
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2021-03-13</date>
<date>2022-11-03</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [rla] Enable PHP 8.x compat.
* |+
</notes>
</release>
<release>
<version>
<release>3.0.0alpha5</release>
<api>3.0.0alpha1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2022-11-03</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
*
</notes>
</release>
</changelog>
</package>

0 comments on commit 3c9c150

Please sign in to comment.