From d8ce27efbc45ebafcc1703d684f05a81e12644c1 Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 2 Jul 2024 12:28:33 +0000 Subject: [PATCH] Deploying from phrase/openapi@09afc888 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- composer.json | 2 +- lib/Configuration.php | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b991f73..0790d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.3.0](https://github.com/phrase/openapi/compare/php-v2.2.1...php-v2.3.0) (2024-07-02) + + +### Features + +* add repo sync events show endpoint ([#641](https://github.com/phrase/openapi/issues/641)) ([e1d9cfb](https://github.com/phrase/openapi/commit/e1d9cfb23e079fea2d9e5475dff9a4137f1f0154)) +* **API:** Async downloads [TSI-2515] ([#642](https://github.com/phrase/openapi/issues/642)) ([6fcab5d](https://github.com/phrase/openapi/commit/6fcab5d4719f64e8e5dd49c327dc9348b384de4c)) + ## [2.2.1](https://github.com/phrase/openapi/compare/php-v2.2.0...php-v2.2.1) (2024-06-18) diff --git a/README.md b/README.md index 03b2384..fc38e8a 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.2.1 +- Package version: 2.3.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 557f438..f2aa803 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "phrase/phrase-php", - "version": "2.2.1", + "version": "2.3.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 7d6902c..5fe34af 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -86,7 +86,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/2.2.1/PHP'; + protected $userAgent = 'OpenAPI-Generator/2.3.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.2.1' . PHP_EOL; + $report .= ' SDK Package Version: 2.3.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;