Skip to content

Commit

Permalink
Development mode for mnemo-5.0.0alpha8
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang committed Jan 10, 2024
1 parent 8deefb1 commit a8fa11a
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .horde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ authors:
active: false
role: lead
version:
release: 5.0.0alpha7
release: 5.0.0alpha8
api: 5.0.0alpha1
state:
release: alpha
Expand Down
50 changes: 25 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,36 +19,36 @@
"time": "2024-01-10",
"repositories": [],
"require": {
"horde/horde-installer-plugin": "^2",
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^2",
"php": "^7.4 || ^8",
"horde/content": "^3",
"horde/horde": "^6",
"horde/auth": "^3",
"horde/core": "^3",
"horde/data": "^3",
"horde/exception": "^3",
"horde/form": "^3",
"horde/group": "^3",
"horde/history": "^3",
"horde/icalendar": "^3",
"horde/injector": "^3",
"horde/perms": "^3",
"horde/prefs": "^3",
"horde/share": "^3",
"horde/support": "^3",
"horde/text_filter": "^3",
"horde/util": "^3",
"horde/content": "^3 || dev-FRAMEWORK_6_0",
"horde/horde": "^6 || dev-FRAMEWORK_6_0",
"horde/auth": "^3 || dev-FRAMEWORK_6_0",
"horde/core": "^3 || dev-FRAMEWORK_6_0",
"horde/data": "^3 || dev-FRAMEWORK_6_0",
"horde/exception": "^3 || dev-FRAMEWORK_6_0",
"horde/form": "^3 || dev-FRAMEWORK_6_0",
"horde/group": "^3 || dev-FRAMEWORK_6_0",
"horde/history": "^3 || dev-FRAMEWORK_6_0",
"horde/icalendar": "^3 || dev-FRAMEWORK_6_0",
"horde/injector": "^3 || dev-FRAMEWORK_6_0",
"horde/perms": "^3 || dev-FRAMEWORK_6_0",
"horde/prefs": "^3 || dev-FRAMEWORK_6_0",
"horde/share": "^3 || dev-FRAMEWORK_6_0",
"horde/support": "^3 || dev-FRAMEWORK_6_0",
"horde/text_filter": "^3 || dev-FRAMEWORK_6_0",
"horde/util": "^3 || dev-FRAMEWORK_6_0",
"ext-gettext": "*"
},
"require-dev": {},
"suggest": {
"horde/activesync": "^3",
"horde/backup": "^2",
"horde/cli": "^3",
"horde/crypt": "^3",
"horde/db": "^3",
"horde/pdf": "^3",
"horde/test": "^3"
"horde/activesync": "^3 || dev-FRAMEWORK_6_0",
"horde/backup": "^2 || dev-FRAMEWORK_6_0",
"horde/cli": "^3 || dev-FRAMEWORK_6_0",
"horde/crypt": "^3 || dev-FRAMEWORK_6_0",
"horde/db": "^3 || dev-FRAMEWORK_6_0",
"horde/pdf": "^3 || dev-FRAMEWORK_6_0",
"horde/test": "^3 || dev-FRAMEWORK_6_0"
},
"autoload": {
"psr-0": {
Expand Down
7 changes: 7 additions & 0 deletions doc/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
------------
v5.0.0alpha8
------------




------------
v5.0.0alpha7
------------
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 @@
---
5.0.0alpha8:
api: 5.0.0alpha1
state:
release: alpha
api: alpha
date: 2024-01-10
license:
identifier: ASL
uri: http://www.horde.org/licenses/apache
notes: |+
5.0.0alpha7:
api: 5.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 @@ -45,7 +45,7 @@ class Mnemo_Application extends Horde_Registry_Application

/**
*/
public $version = 'H5 (5.0.0alpha7)';
public $version = 'H5 (5.0.0alpha8)';

/**
* Global variables defined:
Expand Down
103 changes: 99 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</lead>
<date>2024-01-10</date>
<version>
<release>5.0.0alpha7</release>
<release>5.0.0alpha8</release>
<api>5.0.0alpha1</api>
</version>
<stability>
Expand All @@ -27,7 +27,7 @@
</stability>
<license uri="http://www.horde.org/licenses/apache">Apache-1.1</license>
<notes>
* |+
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -634,6 +634,86 @@
</filelist>
</phprelease>
<changelog>
















































































<release>
<version>
<release>1.0.0</release>
Expand Down Expand Up @@ -2001,11 +2081,26 @@
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2023-10-30</date>
<license uri="http://www.horde.org/licenses/apache">Apache-1.1</license>
<date>2024-01-10</date>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
* |+
</notes>
</release>
<release>
<version>
<release>5.0.0alpha8</release>
<api>5.0.0alpha1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2024-01-10</date>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
*
</notes>
</release>
</changelog>
</package>

0 comments on commit a8fa11a

Please sign in to comment.