Skip to content

Commit d3f3ab0

Browse files
committed
Go with 0.3.2
1 parent 1a04a01 commit d3f3ab0

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,19 @@
2727
<active>yes</active>
2828
</lead>
2929

30-
<date>2021-01-28</date>
31-
<time>13:22:31</time>
30+
<date>2022-08-11</date>
31+
<time>14:32:37</time>
3232
<version>
33-
<release>0.3.1</release>
34-
<api>0.3.1</api>
33+
<release>0.3.2</release>
34+
<api>0.3.2</api>
3535
</version>
3636
<stability>
3737
<release>beta</release>
3838
<api>beta</api>
3939
</stability>
4040
<license uri="http://www.php.net/license">PHP 3.01</license>
4141
<notes>
42-
- Added support for PHP 8
43-
- Drop support for PHP 5
42+
- Fixed a bug with polar_to_cartesian and cartesian_to_polar having the wrong arginfo
4443
</notes>
4544

4645
<contents>

php_geospatial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#ifndef PHP_GEOSPATIAL_H
2323
#define PHP_GEOSPATIAL_H
2424

25-
#define PHP_GEOSPATIAL_VERSION "0.3.1"
25+
#define PHP_GEOSPATIAL_VERSION "0.3.2"
2626

2727
extern zend_module_entry geospatial_module_entry;
2828
#define phpext_geospatial_ptr &geospatial_module_entry

0 commit comments

Comments
 (0)