From a37976072cd12d4ce3736a716dcbdac12b6130f2 Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 6 Jan 2025 08:44:47 +0000 Subject: [PATCH] Deploying from phrase/openapi@336b5577 --- 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 5675d20..8f73d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/phrase/openapi/compare/php-v3.0.1...php-v3.0.2) (2025-01-06) + + +### Bug Fixes + +* **CLI:** Adjust operationId for quality_performance_score #STRINGS-1104 ([#721](https://github.com/phrase/openapi/issues/721)) ([7aa3b9b](https://github.com/phrase/openapi/commit/7aa3b9b508d1d24a4af7f4977b1a2fead8bfda78)) + ## [3.0.1](https://github.com/phrase/openapi/compare/php-v3.0.0...php-v3.0.1) (2024-12-20) diff --git a/README.md b/README.md index 0b62fbc..bdfb898 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: 3.0.1 +- Package version: 3.0.2 - 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 4ca33d1..7569bef 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "phrase/phrase-php", - "version": "3.0.1", + "version": "3.0.2", "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 8db9d09..519ad39 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -86,7 +86,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/3.0.1/PHP'; + protected $userAgent = 'OpenAPI-Generator/3.0.2/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: 3.0.1' . PHP_EOL; + $report .= ' SDK Package Version: 3.0.2' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;