Skip to content

Commit

Permalink
Development mode for nag-5.0.0alpha6
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang committed Oct 8, 2022
1 parent 2579a50 commit c6a2fc7
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .horde.yml
Expand Up @@ -31,7 +31,7 @@ authors:
active: false
role: lead
version:
release: 5.0.0alpha5
release: 5.0.0alpha6
api: 5.0.0alpha1
state:
release: alpha
Expand Down
1 change: 1 addition & 0 deletions composer.json
@@ -1,4 +1,5 @@
{
"minimum-stability": "dev",
"name": "horde/nag",
"description": "Task list application",
"type": "horde-application",
Expand Down
7 changes: 7 additions & 0 deletions doc/CHANGES
@@ -1,3 +1,10 @@
------------
v5.0.0alpha6
------------




------------
v5.0.0alpha5
------------
Expand Down
11 changes: 11 additions & 0 deletions doc/changelog.yml
@@ -1,4 +1,15 @@
---
5.0.0alpha6:
api: 5.0.0alpha1
state:
release: alpha
api: alpha
date: 2022-10-08
license:
identifier: GPL-2.0
uri: http://www.horde.org/licenses/gpl
notes: |+
5.0.0alpha5:
api: 5.0.0alpha1
state:
Expand Down
2 changes: 1 addition & 1 deletion lib/Application.php
Expand Up @@ -44,7 +44,7 @@ class Nag_Application extends Horde_Registry_Application

/**
*/
public $version = 'H5 (5.0.0alpha5)';
public $version = 'H5 (5.0.0alpha6)';

/**
* Global variables defined:
Expand Down
120 changes: 115 additions & 5 deletions package.xml
Expand Up @@ -24,7 +24,7 @@
</lead>
<date>2022-10-08</date>
<version>
<release>5.0.0alpha5</release>
<release>5.0.0alpha6</release>
<api>5.0.0alpha1</api>
</version>
<stability>
Expand All @@ -33,8 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0-only</license>
<notes>
* [rla] Fix some PHP 8.1 issues.
* |+
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -845,6 +844,102 @@
</filelist>
</phprelease>
<changelog>
































































































<release>
<version>
<release>0.0.1</release>
Expand Down Expand Up @@ -2647,12 +2742,27 @@
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2021-10-06</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0-only</license>
<date>2022-10-08</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [rla] Fix some PHP 8.1 issues.
* |+
</notes>
</release>
<release>
<version>
<release>5.0.0alpha6</release>
<api>5.0.0alpha1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2022-10-08</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
</notes>
</release>
</changelog>
</package>

0 comments on commit c6a2fc7

Please sign in to comment.