Skip to content

Commit

Permalink
Update meta for 3.1.2
Browse files Browse the repository at this point in the history
Change-Id: I0717840ca9e27f9ac693a6920046532a358c7e57
Reviewed-on: http://review.couchbase.org/c/php-couchbase/+/153543
Tested-by: Build Bot <[email protected]>
Reviewed-by: Sergey Avseyev <[email protected]>
  • Loading branch information
avsej committed May 13, 2021
1 parent 49ca26d commit d63e8b7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
29 changes: 24 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<active>yes</active>
</lead>

<date>2021-03-04</date>
<date>2021-05-13</date>
<version>
<release>3.1.1</release>
<release>3.1.2</release>
<api>3.1.0</api>
</version>
<stability>
Expand All @@ -29,9 +29,11 @@
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
<notes>
PCBC-745: throw BadInputException when string cannot be used as CAS
PCBC-746: add tests for transcoding empty value
PCBC-748: fix *Option#expiry() return value in documentation stubs
PCBC-761: fix return interface for expiryTime methods.
PCBC-760: expose error messages in query exceptions.
PCBC-759: take into account 'decoder.json_arrays' INI setting when decoding Query rows.
PCBC-758: raise exception if invalid CAS passed to unlock.
PCBC-729: update URLs for Collections management API.
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -155,6 +157,23 @@
<providesextension>couchbase</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2021-03-04</date>
<version>
<release>3.1.1</release>
<api>3.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
<notes>
PCBC-745: throw BadInputException when string cannot be used as CAS
PCBC-746: add tests for transcoding empty value
PCBC-748: fix *Option#expiry() return value in documentation stubs
</notes>
</release>
<release>
<date>2021-01-20</date>
<version>
Expand Down
2 changes: 1 addition & 1 deletion php_couchbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef PHP_COUCHBASE_H_
#define PHP_COUCHBASE_H_

#define PHP_COUCHBASE_VERSION "3.1.1"
#define PHP_COUCHBASE_VERSION "3.1.2"
#define PHP_COUCHBASE_EXTNAME "couchbase"

extern zend_module_entry couchbase_module_entry;
Expand Down

0 comments on commit d63e8b7

Please sign in to comment.