Skip to content

Commit

Permalink
Released gollem-3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Aug 1, 2017
1 parent bff8056 commit 1c867bd
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 26 deletions.
49 changes: 29 additions & 20 deletions composer.json
Expand Up @@ -21,36 +21,45 @@
"role": "lead"
}
],
"version": "3.0.10",
"time": "2016-12-16",
"version": "3.0.11",
"time": "2017-08-01",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"require": {
"php": ">=5.3.0,<=6.0.0alpha1",
"pear-pear.horde.org/horde": ">=5.0.2@stable,<=6.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Auth": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Cache": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Core": ">=2.7.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Editor": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Exception": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Mime": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Mime_Viewer": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Perms": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Serialize": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Support": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Url": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Util": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Vfs": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_View": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"php": "^5.3",
"pear-pear.horde.org/horde": "^5.0.2@stable",
"pear-pear.horde.org/Horde_Auth": "^2@stable",
"pear-pear.horde.org/Horde_Cache": "^2@stable",
"pear-pear.horde.org/Horde_Core": "^2.3@stable",
"pear-pear.horde.org/Horde_Editor": "^2@stable",
"pear-pear.horde.org/Horde_Exception": "^2@stable",
"pear-pear.horde.org/Horde_Mime": "^2@stable",
"pear-pear.horde.org/Horde_Mime_Viewer": "^2@stable",
"pear-pear.horde.org/Horde_Perms": "^2@stable",
"pear-pear.horde.org/Horde_Serialize": "^2@stable",
"pear-pear.horde.org/Horde_Support": "^2@stable",
"pear-pear.horde.org/Horde_Url": "^2@stable",
"pear-pear.horde.org/Horde_Util": "^2@stable",
"pear-pear.horde.org/Horde_Vfs": "^2@stable",
"pear-pear.horde.org/Horde_View": "^2@stable",
"ext-gettext": "*",
"ext-json": "*"
},
"suggest": {
"pear-pear.horde.org/Horde_Db": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Share": ">=2.0.0@stable,<=3.0.0alpha1@stable"
"pear-pear.horde.org/Horde_Db": "^2@stable",
"pear-pear.horde.org/Horde_Share": "^2@stable"
},
"replace": {
"pear-pear.horde.org/gollem": "3.*",
"pear-horde/gollem": "3.*"
},
"autoload": {
"psr-0": {
"Gollem": "lib/"
}
}
}
6 changes: 3 additions & 3 deletions docs/CHANGES
@@ -1,6 +1,6 @@
-----------
v3.0.11-git
-----------
-------
v3.0.11
-------

[jan] Fix redirection after logins with Horde 5.2.16 and later.

Expand Down
2 changes: 1 addition & 1 deletion lib/Application.php
Expand Up @@ -50,7 +50,7 @@ class Gollem_Application extends Horde_Registry_Application

/**
*/
public $version = 'H5 (3.0.11-git)';
public $version = 'H5 (3.0.11)';

/**
* Server key used in logged out session.
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Expand Up @@ -22,7 +22,7 @@
<email>chuck@horde.org</email>
<active>yes</active>
</lead>
<date>2016-12-16</date>
<date>2017-08-01</date>
<version>
<release>3.0.11</release>
<api>3.0.0</api>
Expand Down Expand Up @@ -935,7 +935,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-12-16</date>
<date>2017-08-01</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix redirection after logins with Horde 5.2.16 and later.
Expand Down

0 comments on commit 1c867bd

Please sign in to comment.