Skip to content

Commit 817185a

Browse files
author
Phrase
committed
1 parent f15f6f8 commit 817185a

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.1.0](https://github.com/phrase/openapi/compare/php-v3.0.3...php-v3.1.0) (2025-02-17)
4+
5+
6+
### Features
7+
8+
* **API:** Add locale_ids param to synchronous download endpoint [STRINGS-1492] ([#780](https://github.com/phrase/openapi/issues/780)) ([47186a4](https://github.com/phrase/openapi/commit/47186a44fc8c0b8e466636acf3d49413b1f29f30))
9+
* **API:** Add source last updated at information on job details ([#777](https://github.com/phrase/openapi/issues/777)) ([c9b8423](https://github.com/phrase/openapi/commit/c9b8423766b4138980d0553502b3e18ca524f34e))
10+
311
## [3.0.3](https://github.com/phrase/openapi/compare/php-v3.0.2...php-v3.0.3) (2025-01-29)
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.0.3
8+
- Package version: 3.1.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.0.3",
3+
"version": "3.1.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.0.3/PHP';
89+
protected $userAgent = 'OpenAPI-Generator/3.1.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.0.3' . PHP_EOL;
398+
$report .= ' SDK Package Version: 3.1.0' . PHP_EOL;
399399
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
400400

401401
return $report;

0 commit comments

Comments
 (0)