Skip to content

Commit 08d0ad5

Browse files
authored
Release 21.12 (#21)
1 parent e571ddd commit 08d0ad5

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

README.md

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

1010
- API version: 3.0
11-
- Package version: 21.10.0
11+
- Package version: 21.12.0
1212

1313
## Demo applications
1414

src/Aspose/BarCode/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Configuration implements JsonSerializable
4949
*
5050
* @var string
5151
*/
52-
protected $clientVersion = '21.10.0';
52+
protected $clientVersion = '21.12.0';
5353

5454
/*
5555
* ClientId for API
@@ -378,7 +378,7 @@ public static function toDebugReport()
378378
$report .= ' OS: ' . php_uname() . PHP_EOL;
379379
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
380380
$report .= ' OpenAPI Spec Version: 3.0' . PHP_EOL;
381-
$report .= ' SDK Package Version: 21.10.0' . PHP_EOL;
381+
$report .= ' SDK Package Version: 21.12.0' . PHP_EOL;
382382
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
383383

384384
return $report;

src/Aspose/BarCode/Model/DecodeBarcodeType.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,4 +380,9 @@ class DecodeBarcodeType
380380
/// Enum value CodablockF
381381
/// </summary>
382382
public const CodablockF = "CodablockF";
383+
384+
/// <summary>
385+
/// Enum value Mailmark
386+
/// </summary>
387+
public const Mailmark = "Mailmark";
383388
}

src/Aspose/BarCode/Model/EncodeBarcodeType.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,4 +375,9 @@ class EncodeBarcodeType
375375
/// Enum value GS1CodablockF
376376
/// </summary>
377377
public const GS1CodablockF = "GS1CodablockF";
378+
379+
/// <summary>
380+
/// Enum value Mailmark
381+
/// </summary>
382+
public const Mailmark = "Mailmark";
378383
}

0 commit comments

Comments
 (0)