From 8c29cfc115140ae34bd646849e57963f1401c79b Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 19 Jun 2026 10:23:34 +0200 Subject: [PATCH] chore(main): release php 3.23.0 --- clients/php/CHANGELOG.md | 14 ++++++++++++++ openapi-generator/php_lang.yaml | 2 +- release-please/manifest-php.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index ae51a503..f0880ebb 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.23.0](https://github.com/phrase/strings-openapi/compare/php-v3.22.0...php-v3.23.0) (2026-06-19) + + +### Features + +* **API:** add fallback_for_unverified_translations param to locale d… ([#1148](https://github.com/phrase/strings-openapi/issues/1148)) ([9ef6248](https://github.com/phrase/strings-openapi/commit/9ef6248aae14d9bd65eee9ea3554f03c6f9331cb)) +* **API:** add name field to repo sync schema and create endpoint ([#1203](https://github.com/phrase/strings-openapi/issues/1203)) ([ed5dabd](https://github.com/phrase/strings-openapi/commit/ed5dabdc5483e98ac3742466272e9de2f7949a56)) +* **API:** include review_due_date in job responses ([#1205](https://github.com/phrase/strings-openapi/issues/1205)) ([649d5ab](https://github.com/phrase/strings-openapi/commit/649d5ab6001f46f8c785d8d73cb13ac2062d179b)) + + +### Bug Fixes + +* **API:** improve get /formats documentation ([#1196](https://github.com/phrase/strings-openapi/issues/1196)) ([46fd53b](https://github.com/phrase/strings-openapi/commit/46fd53bda361a5b928147ab965515c29dbf887d3)) + ## [3.22.0](https://github.com/phrase/strings-openapi/compare/php-v3.21.0...php-v3.22.0) (2026-06-04) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index b27eb494..fb907411 100644 --- a/openapi-generator/php_lang.yaml +++ b/openapi-generator/php_lang.yaml @@ -2,7 +2,7 @@ generatorName: php outputDir: clients/php invokerPackage: Phrase -artifactVersion: 3.22.0 +artifactVersion: 3.23.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 1887bd54..fdd6f7be 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.22.0" + ".": "3.23.0" } \ No newline at end of file