Skip to content

Commit e62ec6d

Browse files
author
Phrase
committed
Deploying from phrase/openapi@a97bb8ca
1 parent a9babe0 commit e62ec6d

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.9.0](https://github.com/phrase/openapi/compare/php-v3.8.0...php-v3.9.0) (2025-09-30)
4+
5+
6+
### Features
7+
8+
* **API:** Add "reviewed" param for tanslations#update ([#891](https://github.com/phrase/openapi/issues/891)) ([3f77286](https://github.com/phrase/openapi/commit/3f7728669fa68d5911dfca39a9e39c24cd20c0a4))
9+
* **SCM-732:** expose Automation API ([#910](https://github.com/phrase/openapi/issues/910)) ([6eea53d](https://github.com/phrase/openapi/commit/6eea53d06aca8f43623ba90e2e0a8cd6761c9a13))
10+
311
## [3.8.0](https://github.com/phrase/openapi/compare/php-v3.7.0...php-v3.8.0) (2025-08-01)
412

513

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Phrase Strings is a translation management platform for software projects. You c
55
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

77
- API version: 2.0.0
8-
- Package version: 3.8.0
8+
- Package version: 3.9.0
99
- Build package: org.openapitools.codegen.languages.PhpClientCodegen
1010
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)
1111

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phrase/phrase-php",
3-
"version": "3.8.0",
3+
"version": "3.9.0",
44
"description": "Phrase Strings API Reference. Phrase Strings is a translation management platform for software projects. You can collaborate on language file translation with your team or order translations through our platform. The API allows you to import locale files, download locale files, tag keys or interact in other ways with the localization data stored in Phrase Strings for your account.",
55
"keywords": [
66
"phrase",

lib/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class Configuration
8686
*
8787
* @var string
8888
*/
89-
protected $userAgent = 'OpenAPI-Generator/3.8.0/PHP';
89+
protected $userAgent = 'OpenAPI-Generator/3.9.0/PHP';
9090

9191
/**
9292
* Debug switch (default set to false)
@@ -395,7 +395,7 @@ public static function toDebugReport()
395395
$report .= ' OS: ' . php_uname() . PHP_EOL;
396396
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
397397
$report .= ' The version of the OpenAPI document: 2.0.0' . PHP_EOL;
398-
$report .= ' SDK Package Version: 3.8.0' . PHP_EOL;
398+
$report .= ' SDK Package Version: 3.9.0' . PHP_EOL;
399399
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
400400

401401
return $report;

0 commit comments

Comments
 (0)