Skip to content

Commit 2adea64

Browse files
author
Phrase
committed
Deploying from phrase/openapi@87a86f8e
1 parent bcb75ce commit 2adea64

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/phrase/openapi/compare/php-v2.1.2...php-v2.2.0) (2024-06-12)
4+
5+
6+
### Features
7+
8+
* **API:** Add OTA Release Triggers API [TSI-2485] ([#622](https://github.com/phrase/openapi/issues/622)) ([8cb91dc](https://github.com/phrase/openapi/commit/8cb91dcce2c19ca700cf9d0713fa74f28ad59434))
9+
310
## [2.1.2](https://github.com/phrase/openapi/compare/php-v2.1.1...php-v2.1.2) (2024-05-31)
411

512

README.md

+1-1
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: 2.1.2
8+
- Package version: 2.2.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phrase/phrase-php",
3-
"version": "2.1.2",
3+
"version": "2.2.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class Configuration
8686
*
8787
* @var string
8888
*/
89-
protected $userAgent = 'OpenAPI-Generator/2.1.2/PHP';
89+
protected $userAgent = 'OpenAPI-Generator/2.2.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: 2.1.2' . PHP_EOL;
398+
$report .= ' SDK Package Version: 2.2.0' . PHP_EOL;
399399
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
400400

401401
return $report;

0 commit comments

Comments
 (0)