From f8b26e59ca994bdf54b2810d08be5b5f2a8f580b Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 29 Apr 2024 15:09:36 +0000 Subject: [PATCH] Deploying from phrase/openapi@2f9dec25 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- composer.json | 2 +- lib/Configuration.php | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2e4b9..56e0491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/phrase/openapi/compare/php-v2.0.0...php-v2.1.0) (2024-04-29) + + +### Features + +* **API:** Add 'update_translation_keys' for Uploads [TSI-2292] ([#578](https://github.com/phrase/openapi/issues/578)) ([4492ec0](https://github.com/phrase/openapi/commit/4492ec0a7c62f9de9ab1c1125071615bddcc26ce)) + ## [2.0.0](https://github.com/phrase/openapi/compare/php-v1.22.0...php-v2.0.0) (2024-04-23) diff --git a/README.md b/README.md index 9cffd1b..76d1d08 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Phrase Strings is a translation management platform for software projects. You c This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 2.0.0 -- Package version: 2.0.0 +- Package version: 2.1.0 - Build package: org.openapitools.codegen.languages.PhpClientCodegen For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/) diff --git a/composer.json b/composer.json index d3e8621..1f663c3 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "phrase/phrase-php", - "version": "2.0.0", + "version": "2.1.0", "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.", "keywords": [ "phrase", diff --git a/lib/Configuration.php b/lib/Configuration.php index a725a38..3d3d82d 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -86,7 +86,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/2.0.0/PHP'; + protected $userAgent = 'OpenAPI-Generator/2.1.0/PHP'; /** * Debug switch (default set to false) @@ -395,7 +395,7 @@ public static function toDebugReport() $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' The version of the OpenAPI document: 2.0.0' . PHP_EOL; - $report .= ' SDK Package Version: 2.0.0' . PHP_EOL; + $report .= ' SDK Package Version: 2.1.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;