Skip to content

Commit c9fc042

Browse files
committed
prepare release 1.3.7
1 parent d517528 commit c9fc042

File tree

1 file changed

+39
-4
lines changed

1 file changed

+39
-4
lines changed

package.xml

Lines changed: 39 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>cox@php.net</email>
3333
<active>no</active>
3434
</developer>
35-
<date>2015-08-26</date>
36-
<time>11:15:00</time>
35+
<date>2016-07-04</date>
36+
<time>22:52:00</time>
3737
<version>
38-
<release>1.3.6</release>
38+
<release>1.3.7</release>
3939
<api>1.3.0</api>
4040
</version>
4141
<stability>
@@ -44,7 +44,7 @@ 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 broken package.xml
47+
Fix E_STRICT message on PHP7
4848
</notes>
4949
<contents>
5050
<dir name="/">
@@ -510,6 +510,7 @@ Bug #17725 Patch Avoid deprecated eregi functions - olleolleolle
510510
Remove package.php from release
511511
</notes>
512512
</release>
513+
513514
<release>
514515
<version>
515516
<release>1.3.5</release>
@@ -520,9 +521,43 @@ Remove package.php from release
520521
<api>stable</api>
521522
</stability>
522523
<license>BSD License</license>
524+
<date>2015-08-19</date>
523525
<notes>
524526
Add composer compatibility
525527
</notes>
526528
</release>
529+
530+
<release>
531+
<version>
532+
<release>1.3.6</release>
533+
<api>1.3.0</api>
534+
</version>
535+
<stability>
536+
<release>stable</release>
537+
<api>stable</api>
538+
</stability>
539+
<license>BSD License</license>
540+
<date>2015-08-26</date>
541+
<notes>
542+
Fix broken package.xml
543+
</notes>
544+
</release>
545+
546+
<release>
547+
<version>
548+
<release>1.3.7</release>
549+
<api>1.3.0</api>
550+
</version>
551+
<stability>
552+
<release>stable</release>
553+
<api>stable</api>
554+
</stability>
555+
<license>BSD License</license>
556+
<date>2016-07-04</date>
557+
<notes>
558+
Fix E_STRICT message on PHP7
559+
</notes>
560+
</release>
561+
527562
</changelog>
528563
</package>

0 commit comments

Comments
 (0)