Skip to content

Commit 1930c11

Browse files
committed
Prepare release.
1 parent bee1f66 commit 1930c11

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

package.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<email>[email protected]</email>
2929
<active>no</active>
3030
</developer>
31-
<date>2016-01-21</date>
31+
<date>2018-01-25</date>
3232
<version>
3333
<release>1.3.1</release>
3434
<api>1.3.0</api>
@@ -39,6 +39,7 @@
3939
</stability>
4040
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
4141
<notes>
42+
* Fix warning with PHP 7.2 when passing non-array data (Remi Collet &lt;[email protected]&gt;, PR #14).
4243
</notes>
4344
<contents>
4445
<dir baseinstalldir="Console" name="/">
@@ -396,5 +397,20 @@
396397
* Fix warning with PHP 7 and bump required PHP version to 5.2.0 (Pieter Frenssen PR #13).
397398
</notes>
398399
</release>
400+
<release>
401+
<date>2018-01-25</date>
402+
<version>
403+
<release>1.3.1</release>
404+
<api>1.3.0</api>
405+
</version>
406+
<stability>
407+
<release>stable</release>
408+
<api>stable</api>
409+
</stability>
410+
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
411+
<notes>
412+
* Fix warning with PHP 7.2 when passing non-array data (Remi Collet &lt;[email protected]&gt;, PR #14).
413+
</notes>
414+
</release>
399415
</changelog>
400416
</package>

0 commit comments

Comments
 (0)