Skip to content

Commit a926786

Browse files
committed
Released turba-4.2.21
1 parent 565b770 commit a926786

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

turba/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
"role": "developer"
2727
}
2828
],
29-
"version": "4.2.20",
30-
"time": "2017-08-01",
29+
"version": "4.2.21",
30+
"time": "2017-09-19",
3131
"repositories": [
3232
{
3333
"type": "pear",
3434
"url": "http://pear.horde.org"
3535
}
3636
],
3737
"require": {
38-
"php": "^5.3",
38+
"php": "^5.3 || ^7",
3939
"pear-pear.horde.org/content": "^2.0.5@stable",
4040
"pear-pear.horde.org/horde": "^5@stable",
4141
"pear-pear.horde.org/Horde_Auth": "^2@stable",

turba/docs/CHANGES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
-----------
2-
v4.2.21-git
3-
-----------
1+
-------
2+
v4.2.21
3+
-------
44

55
[jan] Officially support PHP 7.
66

turba/lib/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Turba_Application extends Horde_Registry_Application
5757

5858
/**
5959
*/
60-
public $version = 'H5 (4.2.21-git)';
60+
public $version = 'H5 (4.2.21)';
6161

6262
/**
6363
*/

turba/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<email>[email protected]</email>
2929
<active>no</active>
3030
</lead>
31-
<date>2017-08-01</date>
31+
<date>2017-09-19</date>
3232
<version>
3333
<release>4.2.21</release>
3434
<api>4.0.0</api>
@@ -2205,7 +2205,7 @@
22052205
<stability>
22062206
<release>stable</release>
22072207
<api>stable</api></stability>
2208-
<date>2017-08-01</date>
2208+
<date>2017-09-19</date>
22092209
<license uri="http://www.horde.org/licenses/apache">ASL</license>
22102210
<notes>
22112211
* [jan] Officially support PHP 7.

0 commit comments

Comments
 (0)