Skip to content

Commit

Permalink
Development mode for whups-3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Aug 1, 2017
1 parent eb50126 commit a4ca947
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 @@
-----------
v3.0.12-git
-----------



-------
v3.0.11
-------
Expand Down
2 changes: 1 addition & 1 deletion lib/Application.php
Expand Up @@ -36,7 +36,7 @@ class Whups_Application extends Horde_Registry_Application
{
/**
*/
public $version = 'H5 (3.0.11)';
public $version = 'H5 (3.0.12-git)';

/**
* Global variables defined:
Expand Down
20 changes: 15 additions & 5 deletions package.xml
Expand Up @@ -18,7 +18,7 @@
</lead>
<date>2017-08-01</date>
<version>
<release>3.0.11</release>
<release>3.0.12</release>
<api>3.0.0</api>
</version>
<stability>
Expand All @@ -27,10 +27,7 @@
</stability>
<license uri="http://www.horde.org/licenses/bsdl.php">BSD-2-Clause</license>
<notes>
* [jan] SECURITY: Fix open redirects.
* [jan] Fix decoding serialized attributes loaded from the backend.
* [jan] Don&apos;t allow to add unsported image attributes (Bug #14659).
* [jan] Fix deleting attributes from ticket types (Bug 14111).
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1268,5 +1265,18 @@
* [jan] Fix deleting attributes from ticket types (Bug 14111).
</notes>
</release>
<release>
<version>
<release>3.0.12</release>
<api>3.0.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-08-01</date>
<license uri="http://www.horde.org/licenses/bsdl.php">BSD-2-Clause</license>
<notes>
*
</notes>
</release>
</changelog>
</package>

0 comments on commit a4ca947

Please sign in to comment.