Skip to content

Commit 763e1dc

Browse files
committed
Update meta for 4.2.4
1 parent 03aa0f7 commit 763e1dc

File tree

6 files changed

+38
-9
lines changed

6 files changed

+38
-9
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For more interactive discussions we have `#sdks` channel on our [Discord](https:
1212

1313
The simplest way to help is to report bugs or request new features.
1414

15-
We use Jira for issue tracking: [https://issues.couchbase.com/projects/PCBC/](https://issues.couchbase.com/projects/PCBC/)
15+
We use Jira for issue tracking: [https://jira.issues.couchbase.com/projects/PCBC/](https://jira.issues.couchbase.com/projects/PCBC/)
1616

1717
To create an issue, or comment on an existing issue, you'll need to sign up
1818
for an account. It's quick and painless (or if it's not, click on the

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
[![license](https://img.shields.io/github/license/couchbaselabs/couchbase-php-client?color=brightgreen)](https://opensource.org/licenses/Apache-2.0)
44

5-
This repository contains source code of the Couchbase PHP SDK.
5+
This repository contains source code of the Couchbase PHP SDK.
66

77
## Support and Feedback
88

9-
If you find an issue, please file it in [our JIRA issue tracker](https://couchbase.com/issues/browse/PCBC). Also you are
9+
If you find an issue, please file it in [our JIRA issue tracker](https://jira.issues.couchbase.com/browse/PCBC). Also you are
1010
always welcome on [our forum](https://forums.couchbase.com/c/php-sdk) and [Discord](https://discord.com/invite/sQ5qbPZuTh).
1111

1212

package.xml.in

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<email>sergey@couchbase.com</email>
1414
<active>yes</active>
1515
</lead>
16-
<date>2024-07-24</date>
16+
<date>2024-10-22</date>
1717
<version>
18-
<release>4.2.3</release>
18+
<release>4.2.4</release>
1919
<api>4.2.1</api>
2020
</version>
2121
<stability>
@@ -27,8 +27,19 @@
2727
Enhancements
2828
============
2929

30-
* Core updated to 1.0.1. Release notes:
31-
https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-1-22-august-2024
30+
* PCBC-832: Management API - Analytics Management (#177).
31+
32+
* Core updated to 1.0.3. Release notes:
33+
https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-3-22-october-2024
34+
35+
Fixes
36+
=====
37+
38+
* PCBC-1009: do not use IS_RESOURCE in function signatures.
39+
40+
* PCBC-1010: use explicit nullable types where applicable to avoid deprecation warning in PHP 8.4.
41+
42+
* Fix SearchQuery API docs link in API reference.
3243
</notes>
3344
<contents>
3445
</contents>
@@ -45,6 +56,23 @@
4556
<providesextension>couchbase</providesextension>
4657
<extsrcrelease/>
4758
<changelog>
59+
<date>2024-07-24</date>
60+
<version>
61+
<release>4.2.3</release>
62+
<api>4.2.1</api>
63+
</version>
64+
<stability>
65+
<release>stable</release>
66+
<api>stable</api>
67+
</stability>
68+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
69+
<notes>
70+
Enhancements
71+
============
72+
73+
* Core updated to 1.0.1. Release notes:
74+
https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-1-22-august-2024
75+
</notes>
4876
<release>
4977
<date>2024-07-24</date>
5078
<version>

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ endif()
9090
target_include_directories(couchbase SYSTEM PRIVATE
9191
${PHP_INCLUDE_DIRS}
9292
${PROJECT_BINARY_DIR}/generated
93+
${PROJECT_BINARY_DIR}/deps/couchbase-cxx-client/generated
9394
${PROJECT_SOURCE_DIR}/deps/couchbase-cxx-client
9495
${PROJECT_SOURCE_DIR}/deps/couchbase-cxx-client/third_party/cxx_function
9596
${PROJECT_SOURCE_DIR}/deps/couchbase-cxx-client/third_party/expected/include)

src/php_couchbase.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include <zend_modules.h>
2121

22-
#define PHP_COUCHBASE_VERSION "4.2.3"
22+
#define PHP_COUCHBASE_VERSION "4.2.4"
2323
#define PHP_COUCHBASE_EXTENSION_NAME "couchbase"
2424

2525
#ifdef __cplusplus

0 commit comments

Comments
 (0)