Skip to content

Commit

Permalink
Released webmail-5.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 3, 2017
1 parent c3d4b76 commit 3a79c53
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 20 deletions.
37 changes: 23 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,36 @@
"role": "lead"
}
],
"version": "5.2.19",
"time": "2017-04-04",
"version": "5.2.20",
"time": "2017-05-03",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"require": {
"php": ">=5.3.0",
"php": "^5.3",
"pear-pear.horde.org/groupware": "*",
"pear-pear.horde.org/content": ">=2.0.5@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/gollem": ">=3.0.10@stable,<=4.0.0alpha1@stable",
"pear-pear.horde.org/horde": ">=5.2.14@stable,<=6.0.0alpha1@stable",
"pear-pear.horde.org/imp": ">=6.2.18@stable,<=7.0.0alpha1@stable",
"pear-pear.horde.org/ingo": ">=3.2.14@stable,<=4.0.0alpha1@stable",
"pear-pear.horde.org/kronolith": ">=4.2.20@stable,<=5.0.0alpha1@stable",
"pear-pear.horde.org/mnemo": ">=4.2.13@stable,<=5.0.0alpha1@stable",
"pear-pear.horde.org/nag": ">=4.2.14@stable,<=5.0.0alpha1@stable",
"pear-pear.horde.org/timeobjects": ">=2.1.3@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/trean": ">=1.1.7@stable,<=2.0.0alpha1@stable",
"pear-pear.horde.org/turba": ">=4.2.19@stable,<=5.0.0alpha1@stable"
"pear-pear.horde.org/content": "^2.0.5@stable",
"pear-pear.horde.org/gollem": "^3.0.1@stable",
"pear-pear.horde.org/horde": "^5.2.15@stable",
"pear-pear.horde.org/imp": "^6.2.19@stable",
"pear-pear.horde.org/ingo": "^3.2.15@stable",
"pear-pear.horde.org/kronolith": "^4.2.21@stable",
"pear-pear.horde.org/mnemo": "^4.2.13@stable",
"pear-pear.horde.org/nag": "^4.2.14@stable",
"pear-pear.horde.org/timeobjects": "^2.1.3@stable",
"pear-pear.horde.org/trean": "^1.1.7@stable",
"pear-pear.horde.org/turba": "^4.2.19@stable"
},
"replace": {
"pear-pear.horde.org/webmail": "5.*",
"pear-horde/webmail": "5.*"
},
"autoload": {
"psr-0": {
"Webmail": "lib/"
}
}
}
6 changes: 3 additions & 3 deletions docs/CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-----------
v5.2.20-git
-----------
-------
v5.2.20
-------

Colorize output of command line scripts.

Expand Down
2 changes: 1 addition & 1 deletion lib/Bundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Horde_Bundle extends Horde_Core_Bundle
/**
* The bundle version.
*/
const VERSION = '5.2.20-git';
const VERSION = '5.2.20';

/**
* The bundle descriptive name.
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2017-04-04</date>
<date>2017-05-03</date>
<version>
<release>5.2.20</release>
<api>5.2.0</api>
Expand Down Expand Up @@ -796,7 +796,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-04-03</date>
<date>2017-05-03</date>
<license uri="http://www.horde.org/licenses/">OSI certified</license>
<notes>
* [jan] Update Horde, IMP, Ingo, and Kronolith.
Expand Down

0 comments on commit 3a79c53

Please sign in to comment.