Skip to content

Commit

Permalink
[mjr] Fix phplint warnings (Remi Collet <remi@remirepo.net>, PR #1).
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 16, 2019
1 parent 26adafa commit f6c3c4c
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 26 deletions.
9 changes: 6 additions & 3 deletions doc/Horde/Xml/Wbxml/CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
----------
v2.0.4-git
----------
------
v2.0.4
------

[mjr] Fix phplint warnings (Remi Collet <remi@remirepo.net>, PR #1).



------
Expand Down
66 changes: 43 additions & 23 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mjr] Fix phplint warnings (Remi Collet &lt;remi@remirepo.net&gt;, PR #1).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -216,10 +216,12 @@
<release>
<version>
<release>1.0.1</release>
<api>1.0.0</api></version>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<api>stable</api>
</stability>
<date>2011-05-18</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
Expand All @@ -229,10 +231,12 @@
<release>
<version>
<release>1.0.2</release>
<api>1.0.0</api></version>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<api>stable</api>
</stability>
<date>2011-09-20</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
Expand All @@ -243,10 +247,12 @@
<release>
<version>
<release>1.0.3</release>
<api>1.0.0</api></version>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<api>stable</api>
</stability>
<date>2011-10-11</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
Expand All @@ -256,10 +262,12 @@
<release>
<version>
<release>2.0.0alpha1</release>
<api>1.0.0</api></version>
<api>1.0.0</api>
</version>
<stability>
<release>alpha</release>
<api>stable</api></stability>
<api>stable</api>
</stability>
<date>2012-07-06</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
Expand All @@ -269,10 +277,12 @@
<release>
<version>
<release>2.0.0beta1</release>
<api>1.0.0</api></version>
<api>1.0.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api></stability>
<api>stable</api>
</stability>
<date>2012-07-19</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
Expand All @@ -282,10 +292,12 @@
<release>
<version>
<release>2.0.0</release>
<api>1.0.0</api></version>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<api>stable</api>
</stability>
<date>2012-10-30</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
Expand All @@ -295,10 +307,12 @@
<release>
<version>
<release>2.0.1</release>
<api>1.0.0</api></version>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<api>stable</api>
</stability>
<date>2012-11-19</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
Expand All @@ -308,10 +322,12 @@
<release>
<version>
<release>2.0.2</release>
<api>1.0.0</api></version>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<api>stable</api>
</stability>
<date>2015-01-09</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
Expand All @@ -322,10 +338,12 @@
<release>
<version>
<release>2.0.3</release>
<api>1.0.0</api></version>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<api>stable</api>
</stability>
<date>2016-02-02</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
Expand All @@ -335,14 +353,16 @@
<release>
<version>
<release>2.0.4</release>
<api>1.0.0</api></version>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-11-14</date>
<api>stable</api>
</stability>
<date>2017-10-20</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mjr] Fix phplint warnings (Remi Collet &lt;remi@remirepo.net&gt;, PR #1).
</notes>
</release>
</changelog>
Expand Down

0 comments on commit f6c3c4c

Please sign in to comment.