From da61cf3acbe591e0c14fb553fab8964b28c94241 Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 3 Sep 2026 14:10:48 +0200 Subject: [PATCH] chore(main): release php 3.25.0 --- clients/php/CHANGELOG.md | 8 ++++++++ openapi-generator/php_lang.yaml | 2 +- release-please/manifest-php.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index 33048f510..20a01e5c8 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.25.0](https://github.com/phrase/strings-openapi/compare/php-v3.24.0...php-v3.25.0) (2026-09-03) + + +### Features + +* **API:** add Checks API endpoints ([#1242](https://github.com/phrase/strings-openapi/issues/1242)) ([0be2f2c](https://github.com/phrase/strings-openapi/commit/0be2f2c9f17f2488a936387e4f6824760c3b6a7c)) +* **API:** document tm_ids and term_base_ids params on projects API ([#1244](https://github.com/phrase/strings-openapi/issues/1244)) ([c8a2eea](https://github.com/phrase/strings-openapi/commit/c8a2eeab870236e46a8f87770c5499f0d6ffd2ca)) + ## [3.24.0](https://github.com/phrase/strings-openapi/compare/php-v3.23.0...php-v3.24.0) (2026-08-24) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index e5a679e1b..d203445a0 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.24.0 +artifactVersion: 3.25.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index d6f5f39e5..b0c3aa56a 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.24.0" + ".": "3.25.0" } \ No newline at end of file