From 95505bdd76ee65b2d6bdc4253be28b3708f91a25 Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 10 Sep 2026 13:03:43 +0200 Subject: [PATCH] chore(main): release php 3.25.0 --- clients/php/CHANGELOG.md | 10 ++++++++++ openapi-generator/php_lang.yaml | 2 +- release-please/manifest-php.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index 33048f510..e7b280467 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [3.25.0](https://github.com/phrase/strings-openapi/compare/php-v3.24.0...php-v3.25.0) (2026-09-10) + + +### 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:** add created_since filter to check issues list #STRINGS-3043 ([#1256](https://github.com/phrase/strings-openapi/issues/1256)) ([01f2da7](https://github.com/phrase/strings-openapi/commit/01f2da7da6fcae20ca8d76d1e8ab42a7f31a8918)) +* **API:** add machine translation settings and locale provider mapping endpoints #STRINGS-2977 ([#1252](https://github.com/phrase/strings-openapi/issues/1252)) ([eeb265f](https://github.com/phrase/strings-openapi/commit/eeb265f432a2ae9c43fdc2f41ad09a01ef35690d)) +* **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