Skip to content

Commit 0134baa

Browse files
committed
prep for v1.3.8
1 parent c397050 commit 0134baa

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

package.xml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Furthermore its now possible to split the parser from the handler object, so you
3232
<email>[email protected]</email>
3333
<active>no</active>
3434
</developer>
35-
<date>2016-07-04</date>
36-
<time>22:52:00</time>
35+
36+
<date>2019-04-10</date>
3737
<version>
38-
<release>1.3.7</release>
38+
<release>1.3.8</release>
3939
<api>1.3.0</api>
4040
</version>
4141
<stability>
@@ -44,8 +44,9 @@ Furthermore its now possible to split the parser from the handler object, so you
4444
</stability>
4545
<license>BSD License</license>
4646
<notes>
47-
Fix E_STRICT message on PHP7
47+
PR #5: Don't use is_resource() for xml_parser resources
4848
</notes>
49+
4950
<contents>
5051
<dir name="/">
5152
<dir name="XML">
@@ -559,5 +560,21 @@ Add composer compatibility
559560
</notes>
560561
</release>
561562

563+
<release>
564+
<date>2019-04-10</date>
565+
<version>
566+
<release>1.3.8</release>
567+
<api>1.3.0</api>
568+
</version>
569+
<stability>
570+
<release>stable</release>
571+
<api>stable</api>
572+
</stability>
573+
<license>BSD License</license>
574+
<notes>
575+
PR #5: Don't use is_resource() for xml_parser resources
576+
</notes>
577+
</release>
578+
562579
</changelog>
563580
</package>

0 commit comments

Comments
 (0)