Skip to content

Commit

Permalink
Update meta for 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Aug 27, 2024
1 parent 9b98962 commit e603525
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 19 deletions.
55 changes: 37 additions & 18 deletions package.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</lead>
<date>2024-07-24</date>
<version>
<release>4.2.2</release>
<release>4.2.3</release>
<api>4.2.1</api>
</version>
<stability>
Expand All @@ -24,26 +24,11 @@
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
<notes>
Fixes
=====

* PCBC-997: Do not export development files. (#172)
Exclude C++ files, tests and development scripts, so that Packagist will
not install them to the application ./vendor directory.

* PCBC-991: Add consistency utility for testing (#168)

* PCBC-989: Rollback to cmake 3.19 (#167)

* PCBC-988: Fix type annotation for JsonSerializable implementations (#166)

Enhancements
============

* PCBC-994: Support for base64 encoded vector types (#169, #170)

* Core updated to 1.0.0. Release notes:
https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-0-26-june-2024
* Core updated to 1.0.1. Release notes:
https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-1-22-august-2024
</notes>
<contents>
</contents>
Expand All @@ -60,6 +45,40 @@
<providesextension>couchbase</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2024-07-24</date>
<version>
<release>4.2.2</release>
<api>4.2.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
<notes>
Fixes
=====

* PCBC-997: Do not export development files. (#172)
Exclude C++ files, tests and development scripts, so that Packagist will
not install them to the application ./vendor directory.

* PCBC-991: Add consistency utility for testing (#168)

* PCBC-989: Rollback to cmake 3.19 (#167)

* PCBC-988: Fix type annotation for JsonSerializable implementations (#166)

Enhancements
============

* PCBC-994: Support for base64 encoded vector types (#169, #170)

* Core updated to 1.0.0. Release notes:
https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-0-26-june-2024
</notes>
</release>
<release>
<date>2024-04-23</date>
<version>
Expand Down
2 changes: 1 addition & 1 deletion src/php_couchbase.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include <zend_modules.h>

#define PHP_COUCHBASE_VERSION "4.2.2"
#define PHP_COUCHBASE_VERSION "4.2.3"
#define PHP_COUCHBASE_EXTENSION_NAME "couchbase"

#ifdef __cplusplus
Expand Down

0 comments on commit e603525

Please sign in to comment.