Skip to content

Commit e9eb250

Browse files
committed
prepare release 2.1.4
* Fix #30: pq\Types is restricted to non-composite types
1 parent ddb4297 commit e9eb250

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
<email>[email protected]</email>
4242
<active>yes</active>
4343
</developer>
44-
<date>2018-01-10</date>
44+
<date>2018-06-26</date>
4545
<version>
46-
<release>2.1.3</release>
46+
<release>2.1.4</release>
4747
<api>2.1.0</api>
4848
</version>
4949
<stability>
@@ -52,8 +52,7 @@
5252
</stability>
5353
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
5454
<notes><![CDATA[
55-
* Fix gh-issue #27: crash in pq\Connection::escapeBytea()
56-
+ Update static pq\Types with PostgreSQL-10 types
55+
* Fix gh-issue #30: pq\Types is restricted to non-composite types
5756
]]></notes>
5857
<contents>
5958
<dir name="/">

php_pq.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#ifndef PHP_PQ_H
1515
#define PHP_PQ_H
1616

17-
#define PHP_PQ_VERSION "2.1.3"
17+
#define PHP_PQ_VERSION "2.1.4"
1818

1919
#ifdef PHP_WIN32
2020
# define PHP_PQ_API __declspec(dllexport)

0 commit comments

Comments
 (0)