Skip to content

Commit db3f891

Browse files
committed
Update meta for 2.6.3
Change-Id: I2a6d1d223b1ce016ffceb4c955c81c6e0fba153f Reviewed-on: http://review.couchbase.org/c/php-couchbase/+/140026 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent 4043593 commit db3f891

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

package.xml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<active>yes</active>
1919
</lead>
2020

21-
<date>2020-02-04</date>
21+
<date>2020-11-11</date>
2222
<version>
23-
<release>2.6.2</release>
23+
<release>2.6.3</release>
2424
<api>2.3.0</api>
2525
</version>
2626
<stability>
@@ -30,9 +30,7 @@
3030
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
3131
</license>
3232
<notes>
33-
* fixed possible segfault in N1QL request
34-
* fixed windows build for PHP 7.4
35-
* PCBC-646: Fixed issue with blank string decoding.
33+
* PCBC-722: Fixed encoding of a boolean search query
3634
</notes>
3735
<contents>
3836
<dir name="/">
@@ -186,6 +184,24 @@
186184
<providesextension>couchbase</providesextension>
187185
<extsrcrelease/>
188186
<changelog>
187+
<release>
188+
<date>2020-02-04</date>
189+
<version>
190+
<release>2.6.2</release>
191+
<api>2.3.0</api>
192+
</version>
193+
<stability>
194+
<release>stable</release>
195+
<api>stable</api>
196+
</stability>
197+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
198+
</license>
199+
<notes>
200+
* fixed possible segfault in N1QL request
201+
* fixed windows build for PHP 7.4
202+
* PCBC-646: Fixed issue with blank string decoding.
203+
</notes>
204+
</release>
189205
<release>
190206
<date>2019-06-03</date>
191207
<version>

0 commit comments

Comments
 (0)