diff --git a/README.md b/README.md index ad12368..ff47f31 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Packagist Version](https://img.shields.io/packagist/v/aspose/barcode-cloud-php)](https://packagist.org/packages/aspose/barcode-cloud-php) - API version: 4.0 -- Package version: 26.3.0 +- Package version: 26.3.1 - Supported PHP versions: ">=8.0" ## SDK and API Version Compatibility: diff --git a/composer.json b/composer.json index 23026ce..9697b13 100644 --- a/composer.json +++ b/composer.json @@ -116,7 +116,7 @@ "UpcaGs1DatabarCoupon" ], "license": "MIT", - "homepage": "https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-php", + "homepage": "https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-PHP", "type": "library", "authors": [ { diff --git a/src/Aspose/BarCode/Configuration.php b/src/Aspose/BarCode/Configuration.php index 6dbbd5d..6113315 100644 --- a/src/Aspose/BarCode/Configuration.php +++ b/src/Aspose/BarCode/Configuration.php @@ -20,7 +20,7 @@ class Configuration implements JsonSerializable * * @var string */ - protected $clientVersion = '26.3.0'; + protected $clientVersion = '26.3.1'; /** * ClientId for API diff --git a/src/Aspose/BarCode/ObjectSerializer.php b/src/Aspose/BarCode/ObjectSerializer.php index dd2dde7..384aa61 100644 --- a/src/Aspose/BarCode/ObjectSerializer.php +++ b/src/Aspose/BarCode/ObjectSerializer.php @@ -292,9 +292,7 @@ public static function buildQuery(array $params, $encoding = PHP_QUERY_RFC3986): throw new \InvalidArgumentException('Invalid type'); } - $castBool = function ($v) { - return $v ? 'true' : 'false'; - }; + $castBool = function ($v) { return $v ? 'true' : 'false'; }; $qs = ''; foreach ($params as $k => $v) {