Skip to content

Commit

Permalink
prepare 0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rraptorr committed Sep 4, 2017
1 parent 1b63d7b commit edf0f79
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 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.3.1.tar.gz</uri>
<uri>https://github.com/rraptorr/php-amf3/archive/v0.3.2.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>2017-02-08</date>
<date>2017-09-04</date>
<version>
<release>0.3.1</release>
<release>0.3.2</release>
<api>0.2.0</api>
</version>
<stability>
Expand All @@ -34,7 +34,7 @@
</stability>
<license filesource="LICENSE">GPLv2</license>
<notes>
- Bugfix for decoding objects with dynamic members
- PHP 7.2 support
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -118,6 +118,20 @@
<providesextension>amf3</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2017-02-08</date>
<version>
<release>0.3.1</release>
<api>0.2.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<notes>
- Bugfix for decoding objects with dynamic members
</notes>
</release>
<release>
<date>2016-03-09</date>
<version>
Expand Down
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.3.1"
#define PHP_AMF3_VERSION "0.3.2"

extern zend_module_entry amf3_module_entry;

Expand Down

0 comments on commit edf0f79

Please sign in to comment.