Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions clients/php/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.25.0](https://github.com/phrase/strings-openapi/compare/php-v3.24.0...php-v3.25.0) (2026-09-17)


### 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:** add name filter query parameter to spaces list #STRINGS-3036 ([#1267](https://github.com/phrase/strings-openapi/issues/1267)) ([3b54f73](https://github.com/phrase/strings-openapi/commit/3b54f73252698dd93411cfaffff3a97ea114be92))
* **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))
* **API:** document translation_keys_sort_collation on /projects endpoints ([#1270](https://github.com/phrase/strings-openapi/issues/1270)) ([0a22b46](https://github.com/phrase/strings-openapi/commit/0a22b467aa077a1743546bc53add0628c8c05927))

## [3.24.0](https://github.com/phrase/strings-openapi/compare/php-v3.23.0...php-v3.24.0) (2026-08-24)


Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/php_lang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest-php.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.24.0"
".": "3.25.0"
}
Loading