Skip to content

Commit e603525

Browse files
committed
Update meta for 4.2.3
1 parent 9b98962 commit e603525

File tree

2 files changed

+38
-19
lines changed

2 files changed

+38
-19
lines changed

package.xml.in

Lines changed: 37 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</lead>
1616
<date>2024-07-24</date>
1717
<version>
18-
<release>4.2.2</release>
18+
<release>4.2.3</release>
1919
<api>4.2.1</api>
2020
</version>
2121
<stability>
@@ -24,26 +24,11 @@
2424
</stability>
2525
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
2626
<notes>
27-
Fixes
28-
=====
29-
30-
* PCBC-997: Do not export development files. (#172)
31-
Exclude C++ files, tests and development scripts, so that Packagist will
32-
not install them to the application ./vendor directory.
33-
34-
* PCBC-991: Add consistency utility for testing (#168)
35-
36-
* PCBC-989: Rollback to cmake 3.19 (#167)
37-
38-
* PCBC-988: Fix type annotation for JsonSerializable implementations (#166)
39-
4027
Enhancements
4128
============
4229

43-
* PCBC-994: Support for base64 encoded vector types (#169, #170)
44-
45-
* Core updated to 1.0.0. Release notes:
46-
https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-0-26-june-2024
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
4732
</notes>
4833
<contents>
4934
</contents>
@@ -60,6 +45,40 @@
6045
<providesextension>couchbase</providesextension>
6146
<extsrcrelease/>
6247
<changelog>
48+
<release>
49+
<date>2024-07-24</date>
50+
<version>
51+
<release>4.2.2</release>
52+
<api>4.2.1</api>
53+
</version>
54+
<stability>
55+
<release>stable</release>
56+
<api>stable</api>
57+
</stability>
58+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
59+
<notes>
60+
Fixes
61+
=====
62+
63+
* PCBC-997: Do not export development files. (#172)
64+
Exclude C++ files, tests and development scripts, so that Packagist will
65+
not install them to the application ./vendor directory.
66+
67+
* PCBC-991: Add consistency utility for testing (#168)
68+
69+
* PCBC-989: Rollback to cmake 3.19 (#167)
70+
71+
* PCBC-988: Fix type annotation for JsonSerializable implementations (#166)
72+
73+
Enhancements
74+
============
75+
76+
* PCBC-994: Support for base64 encoded vector types (#169, #170)
77+
78+
* Core updated to 1.0.0. Release notes:
79+
https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-0-26-june-2024
80+
</notes>
81+
</release>
6382
<release>
6483
<date>2024-04-23</date>
6584
<version>

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.2"
22+
#define PHP_COUCHBASE_VERSION "4.2.3"
2323
#define PHP_COUCHBASE_EXTENSION_NAME "couchbase"
2424

2525
#ifdef __cplusplus

0 commit comments

Comments
 (0)