From a83ecff54e8d5be471d5ae7fd4a53ec470bb4d2b Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 18 Dec 2024 08:15:26 +0000 Subject: [PATCH] Deploying from phrase/openapi@d23fb3ef --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- composer.json | 2 +- lib/Configuration.php | 4 ++-- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12319ab..7cdcd95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [3.0.0](https://github.com/phrase/openapi/compare/php-v2.7.0...php-v3.0.0) (2024-12-18) + + +### ⚠ BREAKING CHANGES + +* Remove old Git sync endpoints. Replaced with new repo sync ([#735](https://github.com/phrase/openapi/issues/735)) + +### Features + +* **API:** Add 'default_encoding' documentation ([#733](https://github.com/phrase/openapi/issues/733)) ([0139c51](https://github.com/phrase/openapi/commit/0139c51da747fbe7bc9929bcf3534aad7f22f39a)) +* Remove old Git sync endpoints. Replaced with new repo sync ([#735](https://github.com/phrase/openapi/issues/735)) ([c3bd8ec](https://github.com/phrase/openapi/commit/c3bd8eccaabcfa1b1066ea4438971ac59833af46)) + + +### Bug Fixes + +* **API:** Add missing branch parameter to job comment endpoints #STRINGS-988 ([#724](https://github.com/phrase/openapi/issues/724)) ([64d399c](https://github.com/phrase/openapi/commit/64d399ced0980ac2a48366f91110047287a0c590)) + ## [2.7.0](https://github.com/phrase/openapi/compare/php-v2.6.0...php-v2.7.0) (2024-11-27) diff --git a/README.md b/README.md index feb86cc..6d6b877 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.7.0 +- Package version: 3.0.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 58c837e..430621c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "phrase/phrase-php", - "version": "2.7.0", + "version": "3.0.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 a6b90ee..eab44d2 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -86,7 +86,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/2.7.0/PHP'; + protected $userAgent = 'OpenAPI-Generator/3.0.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.7.0' . PHP_EOL; + $report .= ' SDK Package Version: 3.0.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;