Skip to content

Commit

Permalink
Released ansel-3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Aug 1, 2017
1 parent a8239b6 commit 0dff54c
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 35 deletions.
67 changes: 38 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,49 +21,58 @@
"role": "lead"
}
],
"version": "3.0.6",
"time": "2017-03-20",
"version": "3.0.7",
"time": "2017-08-01",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"require": {
"php": ">=5.3.0,<=6.0.0alpha1",
"pear-pear.horde.org/content": ">=2.0.3@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/horde": ">=5.0.0@stable,<=6.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Auth": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Autoloader": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Core": ">=2.6.1@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Date": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Db": ">=2.2.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_Form": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Group": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Image": ">=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_Nls": ">=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_Prefs": ">=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_Share": ">=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_Text_Filter": ">=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_View": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Vfs": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"php": "^5.3",
"pear-pear.horde.org/content": "^2.0.3@stable",
"pear-pear.horde.org/horde": "^5@stable",
"pear-pear.horde.org/Horde_Auth": "^2@stable",
"pear-pear.horde.org/Horde_Autoloader": "^2@stable",
"pear-pear.horde.org/Horde_Core": "^2.3@stable",
"pear-pear.horde.org/Horde_Date": "^2@stable",
"pear-pear.horde.org/Horde_Db": "^2.2@stable",
"pear-pear.horde.org/Horde_Exception": "^2@stable",
"pear-pear.horde.org/Horde_Form": "^2@stable",
"pear-pear.horde.org/Horde_Group": "^2@stable",
"pear-pear.horde.org/Horde_Image": "^2@stable",
"pear-pear.horde.org/Horde_Mime": "^2@stable",
"pear-pear.horde.org/Horde_Nls": "^2@stable",
"pear-pear.horde.org/Horde_Perms": "^2@stable",
"pear-pear.horde.org/Horde_Prefs": "^2@stable",
"pear-pear.horde.org/Horde_Serialize": "^2@stable",
"pear-pear.horde.org/Horde_Share": "^2@stable",
"pear-pear.horde.org/Horde_Support": "^2@stable",
"pear-pear.horde.org/Horde_Text_Filter": "^2@stable",
"pear-pear.horde.org/Horde_Url": "^2@stable",
"pear-pear.horde.org/Horde_Util": "^2@stable",
"pear-pear.horde.org/Horde_View": "^2@stable",
"pear-pear.horde.org/Horde_Vfs": "^2@stable",
"ext-gettext": "*",
"ext-hash": "*"
},
"suggest": {
"pear-pear.horde.org/Horde_Service_UrlShortener": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Service_Twitter": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Service_Facebook": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Service_UrlShortener": "^2@stable",
"pear-pear.horde.org/Horde_Service_Twitter": "^2@stable",
"pear-pear.horde.org/Horde_Service_Facebook": "^2@stable",
"ext-gd": "*",
"ext-imagick": "*",
"ext-libpuzzle": "*",
"ext-php-facedetect": "*"
},
"replace": {
"pear-pear.horde.org/ansel": "3.*",
"pear-horde/ansel": "3.*"
},
"autoload": {
"psr-0": {
"Ansel": "lib/"
}
}
}
6 changes: 3 additions & 3 deletions docs/CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
----------
v3.0.7-git
----------
------
v3.0.7
------

[jan] SECURITY: Fix open redirects.

Expand Down
2 changes: 1 addition & 1 deletion lib/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Ansel_Application extends Horde_Registry_Application

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

/**
* Global variables defined:
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<email>mrubinsk@horde.org</email>
<active>yes</active>
</lead>
<date>2017-03-20</date>
<date>2017-08-01</date>
<version>
<release>3.0.7</release>
<api>3.0.0</api>
Expand Down Expand Up @@ -1417,7 +1417,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-03-20</date>
<date>2017-08-01</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] SECURITY: Fix open redirects.
Expand Down

0 comments on commit 0dff54c

Please sign in to comment.