Skip to content

Commit

Permalink
Development mode for kronolith-4.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Sep 19, 2017
1 parent a394ce8 commit b71ca32
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGES
@@ -1,3 +1,9 @@
-----------
v4.2.24-git
-----------



-------
v4.2.23
-------
Expand Down
2 changes: 1 addition & 1 deletion lib/Application.php
Expand Up @@ -47,7 +47,7 @@ class Kronolith_Application extends Horde_Registry_Application

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

/**
* Global variables defined:
Expand Down
20 changes: 15 additions & 5 deletions package.xml
Expand Up @@ -24,7 +24,7 @@
</lead>
<date>2017-09-19</date>
<version>
<release>4.2.23</release>
<release>4.2.24</release>
<api>4.2.0</api>
</version>
<stability>
Expand All @@ -33,10 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Officially support PHP 7.
* [jan] Fix time offsets when importing CSV data with two-digit years.
* [jan] Fix updating and deleting events from external CalDAV servers (martin1@k0k.net, Bug #14021).
* [jan] Fix exporting multiple tags to iCalendar CATEGORIES (Bug #14057).
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -2812,5 +2809,18 @@
* [jan] Fix exporting multiple tags to iCalendar CATEGORIES (Bug #14057).
</notes>
</release>
<release>
<version>
<release>4.2.24</release>
<api>4.2.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-09-19</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
</notes>
</release>
</changelog>
</package>

0 comments on commit b71ca32

Please sign in to comment.