From 621475d231c254767b734e331fad55a847efd251 Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 5 May 2026 09:52:43 +0200 Subject: [PATCH 1/2] chore(main): release php 3.20.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 2368804c..648efe6c 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.20.0](https://github.com/phrase/strings-openapi/compare/php-v3.19.0...php-v3.20.0) (2026-05-05) + + +### Features + +* **repo_syncs:** add API docs for create endpoint [SCD-933] ([#1113](https://github.com/phrase/strings-openapi/issues/1113)) ([3f65e16](https://github.com/phrase/strings-openapi/commit/3f65e16f6aeb074b933c7d7899197a1884c32865)) +* **SCM-1430:** Add q search param to tags list endpoint ([#1122](https://github.com/phrase/strings-openapi/issues/1122)) ([b1342c6](https://github.com/phrase/strings-openapi/commit/b1342c6b94f2f9256d5d0f093ef65c7602e44ae5)) + ## [3.19.0](https://github.com/phrase/strings-openapi/compare/php-v3.18.0...php-v3.19.0) (2026-04-27) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index ed0815f1..7f83b7a1 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.19.0 +artifactVersion: 3.20.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 08ebb64c..d11c8fc3 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.19.0" + ".": "3.20.0" } \ No newline at end of file From 92c34c14a066932da7a4ceedbb8d9ba40545de99 Mon Sep 17 00:00:00 2001 From: Hassan Ahmed Date: Tue, 5 May 2026 09:54:54 +0200 Subject: [PATCH 2/2] fix(php): rename SCM-1430 to tags in changelog --- clients/php/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index 648efe6c..454115da 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -6,7 +6,7 @@ ### Features * **repo_syncs:** add API docs for create endpoint [SCD-933] ([#1113](https://github.com/phrase/strings-openapi/issues/1113)) ([3f65e16](https://github.com/phrase/strings-openapi/commit/3f65e16f6aeb074b933c7d7899197a1884c32865)) -* **SCM-1430:** Add q search param to tags list endpoint ([#1122](https://github.com/phrase/strings-openapi/issues/1122)) ([b1342c6](https://github.com/phrase/strings-openapi/commit/b1342c6b94f2f9256d5d0f093ef65c7602e44ae5)) +* **tags:** Add q search param to tags list endpoint ([#1122](https://github.com/phrase/strings-openapi/issues/1122)) ([b1342c6](https://github.com/phrase/strings-openapi/commit/b1342c6b94f2f9256d5d0f093ef65c7602e44ae5)) ## [3.19.0](https://github.com/phrase/strings-openapi/compare/php-v3.18.0...php-v3.19.0) (2026-04-27)