Skip to content

Commit 629969c

Browse files
authored
Rename repo (#98)
* Rename repo * Bump version to 26.3.1
1 parent 193b3d1 commit 629969c

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Packagist Version](https://img.shields.io/packagist/v/aspose/barcode-cloud-php)](https://packagist.org/packages/aspose/barcode-cloud-php)
88

99
- API version: 4.0
10-
- Package version: 26.3.0
10+
- Package version: 26.3.1
1111
- Supported PHP versions: ">=8.0"
1212

1313
## SDK and API Version Compatibility:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"UpcaGs1DatabarCoupon"
117117
],
118118
"license": "MIT",
119-
"homepage": "https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-php",
119+
"homepage": "https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-PHP",
120120
"type": "library",
121121
"authors": [
122122
{

src/Aspose/BarCode/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Configuration implements JsonSerializable
2020
*
2121
* @var string
2222
*/
23-
protected $clientVersion = '26.3.0';
23+
protected $clientVersion = '26.3.1';
2424

2525
/**
2626
* ClientId for API

src/Aspose/BarCode/ObjectSerializer.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,7 @@ public static function buildQuery(array $params, $encoding = PHP_QUERY_RFC3986):
292292
throw new \InvalidArgumentException('Invalid type');
293293
}
294294

295-
$castBool = function ($v) {
296-
return $v ? 'true' : 'false';
297-
};
295+
$castBool = function ($v) { return $v ? 'true' : 'false'; };
298296

299297
$qs = '';
300298
foreach ($params as $k => $v) {

0 commit comments

Comments
 (0)