Skip to content

Commit

Permalink
Deploying from phrase/openapi@6f3e99f3
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Sep 9, 2024
1 parent f4a790b commit 40c1598
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.4.0](https://github.com/phrase/openapi/compare/php-v2.3.1...php-v2.4.0) (2024-09-09)


### Features

* Add update_translations_on_source_match ([#670](https://github.com/phrase/openapi/issues/670)) ([11003ac](https://github.com/phrase/openapi/commit/11003ace7353bf99893482ca4aa32214abf3e581))

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


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.1
- Package version: 2.4.0
- 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.1",
"version": "2.4.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",
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.1/PHP';
protected $userAgent = 'OpenAPI-Generator/2.4.0/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.1' . PHP_EOL;
$report .= ' SDK Package Version: 2.4.0' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down

0 comments on commit 40c1598

Please sign in to comment.