Skip to content

Commit

Permalink
Deploying from phrase/openapi@8a3c5e9c
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Aug 1, 2024
1 parent c4b6bdf commit e99dfdf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.3.1](https://github.com/phrase/openapi/compare/php-v2.3.0...php-v2.3.1) (2024-08-01)


### Bug Fixes

* **PHP:** Fix query param serialization of nested objects [TSI-2593] ([#663](https://github.com/phrase/openapi/issues/663)) ([c3a6525](https://github.com/phrase/openapi/commit/c3a6525328028e33a5c703724b9ac7803a4db8f1))

## [2.3.0](https://github.com/phrase/openapi/compare/php-v2.2.1...php-v2.3.0) (2024-07-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
- Package version: 2.3.1
- Build package: org.openapitools.codegen.languages.PhpClientCodegen
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phrase/phrase-php",
"version": "2.3.0",
"version": "2.3.1",
"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",
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'OpenAPI-Generator/2.3.0/PHP';
protected $userAgent = 'OpenAPI-Generator/2.3.1/PHP';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -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.3.0' . PHP_EOL;
$report .= ' SDK Package Version: 2.3.1' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down

0 comments on commit e99dfdf

Please sign in to comment.