Skip to content

Commit

Permalink
Released nag-5.0.0alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang committed Oct 8, 2022
1 parent 15cbf94 commit 2579a50
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 115 deletions.
20 changes: 12 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"minimum-stability": "dev",
"name": "horde/nag",
"description": "Task list application",
"type": "horde-application",
Expand All @@ -22,15 +21,15 @@
"role": "lead"
}
],
"time": "2021-10-06",
"time": "2022-10-08",
"repositories": [
{
"type": "composer",
"url": "https://horde-satis.maintaina.com/"
"url": "https://horde-satis.maintaina.com"
}
],
"require": {
"horde/horde-installer-plugin": "^2 || dev-FRAMEWORK_6_0",
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^2",
"php": "^7.4 || ^8",
"horde/content": "^3 || dev-FRAMEWORK_6_0",
"horde/horde": "^6 || dev-FRAMEWORK_6_0",
Expand Down Expand Up @@ -78,10 +77,15 @@
}
},
"bin": [
"bin/nag-create-missing-add-histories-sql",
"bin/nag-convert-datatree-shares-to-sql",
"bin/nag-convert-sql-shares-to-sqlng",
"bin/nag-import-vtodos",
"bin/nag-import-openxchange"
]
"bin/nag-create-missing-add-histories-sql",
"bin/nag-import-openxchange",
"bin/nag-import-vtodos"
],
"config": {
"allow-plugins": {
"horde/horde-installer-plugin": true
}
}
}
3 changes: 2 additions & 1 deletion doc/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
v5.0.0alpha5
------------


[rla] Fix some PHP 8.1 issues.
|+


------------
Expand Down
7 changes: 4 additions & 3 deletions doc/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
state:
release: alpha
api: alpha
date: 2021-10-06
date: 2022-10-08
license:
identifier: GPL-2.0
uri: http://www.horde.org/licenses/gpl
notes: |+
notes: |
[rla] Fix some PHP 8.1 issues.
|+
5.0.0alpha4:
api: 5.0.0alpha1
state:
Expand Down
119 changes: 16 additions & 103 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2021-10-06</date>
<date>2022-10-08</date>
<version>
<release>5.0.0alpha5</release>
<api>5.0.0alpha1</api>
Expand All @@ -31,14 +31,18 @@
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<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="/">
<dir name=".github">
<dir name="workflows">
<file name="ci.yml" role="horde" />
<file name="phpdoc.yml" role="horde" />
<file name="release.yml" role="horde" />
<file name="update-satis.yml" role="horde" />
</dir> <!-- /.github/workflows -->
</dir> <!-- /.github -->
Expand Down Expand Up @@ -565,9 +569,9 @@
<dependencies>
<required>
<php>
<min>7.0.0</min>
<max>8.0.0alpha1</max>
<exclude>8.0.0alpha1</exclude>
<min>7.4.0</min>
<max>9.0.0alpha1</max>
<exclude>9.0.0alpha1</exclude>
</php>
<pearinstaller>
<min>1.7.0</min>
Expand All @@ -584,6 +588,9 @@
</usesrole>
<phprelease>
<filelist>
<install as="nag/.github/workflows/ci.yml" name=".github/workflows/ci.yml" />
<install as="nag/.github/workflows/phpdoc.yml" name=".github/workflows/phpdoc.yml" />
<install as="nag/.github/workflows/release.yml" name=".github/workflows/release.yml" />
<install as="nag/.github/workflows/update-satis.yml" name=".github/workflows/update-satis.yml" />
<install as="nag/app/controllers/CompleteTask.php" name="app/controllers/CompleteTask.php" />
<install as="nag/app/controllers/SaveTask.php" name="app/controllers/SaveTask.php" />
Expand Down Expand Up @@ -838,101 +845,6 @@
</filelist>
</phprelease>
<changelog>































































































<release>
<version>
<release>0.0.1</release>
Expand Down Expand Up @@ -2736,9 +2648,10 @@
<api>alpha</api>
</stability>
<date>2021-10-06</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0-only</license>
<notes>
*
* [rla] Fix some PHP 8.1 issues.
* |+
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 2579a50

Please sign in to comment.