Skip to content

Commit

Permalink
prepare 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rraptorr committed Mar 9, 2016
1 parent e18fb15 commit 606c597
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 51 deletions.
57 changes: 7 additions & 50 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>amf3</name>
<uri>https://github.com/rraptorr/php-amf3/archive/v0.2.0</uri>
<uri>https://github.com/rraptorr/php-amf3/archive/v0.3.0.tar.gz</uri>
<summary>PHP AMF3 extension</summary>
<description>
PHP AMF3 extensions offers two functions to encode/decode PHP
Expand All @@ -23,9 +23,9 @@
<email>[email protected]</email>
<active>no</active>
</developer>
<date>2014-03-06</date>
<date>2016-03-09</date>
<version>
<release>0.2.0</release>
<release>0.3.0</release>
<api>0.2.0</api>
</version>
<stability>
Expand All @@ -34,7 +34,7 @@
</stability>
<license filesource="LICENSE">GPLv2</license>
<notes>
- Support for byte array decoding
- Support for PHP 7
</notes>
<contents>
<dir name="/">
Expand All @@ -51,9 +51,9 @@
<file role="test" name="amf3_decode_array_nested_error.phpt"/>
<file role="test" name="amf3_decode_array_reference.phpt"/>
<file role="test" name="amf3_decode_bool.phpt"/>
<file role="test" name="amf3_decode_byte_array.phpt"/>
<file role="test" name="amf3_decode_byte_array_invalid.phpt"/>
<file role="test" name="amf3_decode_byte_array_invalid_reference.phpt"/>
<file role="test" name="amf3_decode_byte_array.phpt"/>
<file role="test" name="amf3_decode_byte_array_reference.phpt"/>
<file role="test" name="amf3_decode_date_invalid.phpt"/>
<file role="test" name="amf3_decode_date.phpt"/>
Expand Down Expand Up @@ -86,6 +86,7 @@
<file role="test" name="amf3_encode_array_empty.phpt"/>
<file role="test" name="amf3_encode_array_reference.phpt"/>
<file role="test" name="amf3_encode_bool.phpt"/>
<file role="test" name="amf3_encode_date_immutable.phpt"/>
<file role="test" name="amf3_encode_date.phpt"/>
<file role="test" name="amf3_encode_float.phpt"/>
<file role="test" name="amf3_encode_int.phpt"/>
Expand All @@ -106,7 +107,7 @@
<dependencies>
<required>
<php>
<min>5.3.0</min>
<min>7.0.0</min>
</php>
<pearinstaller>
<min>1.9.0</min>
Expand All @@ -115,48 +116,4 @@
</dependencies>
<providesextension>amf3</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2013-03-13</date>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<notes>
- A lot of changes, most notably support for encoding/decoding objects
</notes>
</release>
<release>
<date>2013-03-27</date>
<version>
<release>0.1.1</release>
<api>0.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<notes>
- Improve object encoding/decoding
</notes>
</release>
<release>
<date>2014-02-20</date>
<version>
<release>0.1.2</release>
<api>0.1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<notes>
- Fix objects with integer property names
</notes>
</release>
</changelog>
</package>
2 changes: 1 addition & 1 deletion php_amf3.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#ifndef PHP_AMF3_H
#define PHP_AMF3_H

#define PHP_AMF3_VERSION "0.2.0"
#define PHP_AMF3_VERSION "0.3.0"

extern zend_module_entry amf3_module_entry;

Expand Down

0 comments on commit 606c597

Please sign in to comment.